mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-6825 Remove unneeded trailing parentheses.
X-SVN-Rev: 25778
This commit is contained in:
parent
16f76c7974
commit
c4d173f617
5 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
// Do not edit with Microsoft Developer Studio Resource Editor.
|
||||
// It will permanently substitute version numbers that are intended to be
|
||||
// picked up by the pre-processor during each build.
|
||||
// Copyright (c) 2001-2007 International Business Machines
|
||||
// Copyright (c) 2001-2009 International Business Machines
|
||||
// Corporation and others. All Rights Reserved.
|
||||
//
|
||||
#include "msvcres.h"
|
||||
|
@ -76,9 +76,9 @@ BEGIN
|
|||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "icuuc" U_ICU_VERSION_SHORT "d.dll\0")
|
||||
VALUE "OriginalFilename", "icuuc" U_ICU_VERSION_SHORT "d.dll\0"
|
||||
#else
|
||||
VALUE "OriginalFilename", "icuuc" U_ICU_VERSION_SHORT ".dll\0")
|
||||
VALUE "OriginalFilename", "icuuc" U_ICU_VERSION_SHORT ".dll\0"
|
||||
#endif
|
||||
VALUE "PrivateBuild", "\0"
|
||||
VALUE "ProductName", "International Components for Unicode\0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Do not edit with Microsoft Developer Studio Resource Editor.
|
||||
// It will permanently substitute version numbers that are intended to be
|
||||
// picked up by the pre-processor during each build.
|
||||
// Copyright (c) 2001-2007 International Business Machines
|
||||
// Copyright (c) 2001-2009 International Business Machines
|
||||
// Corporation and others. All Rights Reserved.
|
||||
//
|
||||
#include "../common/msvcres.h"
|
||||
|
@ -76,9 +76,9 @@ BEGIN
|
|||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "icuin" U_ICU_VERSION_SHORT "d.dll\0")
|
||||
VALUE "OriginalFilename", "icuin" U_ICU_VERSION_SHORT "d.dll\0"
|
||||
#else
|
||||
VALUE "OriginalFilename", "icuin" U_ICU_VERSION_SHORT ".dll\0")
|
||||
VALUE "OriginalFilename", "icuin" U_ICU_VERSION_SHORT ".dll\0"
|
||||
#endif
|
||||
VALUE "PrivateBuild", "\0"
|
||||
VALUE "ProductName", "International Components for Unicode\0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Do not edit with Microsoft Developer Studio Resource Editor.
|
||||
// It will permanently substitute version numbers that are intended to be
|
||||
// picked up by the pre-processor during each build.
|
||||
// Copyright (c) 2001-2007 International Business Machines
|
||||
// Copyright (c) 2001-2009 International Business Machines
|
||||
// Corporation and others. All Rights Reserved.
|
||||
//
|
||||
#include "../common/msvcres.h"
|
||||
|
@ -76,9 +76,9 @@ BEGIN
|
|||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT "d.dll\0")
|
||||
VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT "d.dll\0"
|
||||
#else
|
||||
VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT ".dll\0")
|
||||
VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT ".dll\0"
|
||||
#endif
|
||||
VALUE "PrivateBuild", "\0"
|
||||
VALUE "ProductName", "International Components for Unicode\0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Do not edit with Microsoft Developer Studio Resource Editor.
|
||||
// It will permanently substitute version numbers that are intended to be
|
||||
// picked up by the pre-processor during each build.
|
||||
// Copyright (c) 2001-2007 International Business Machines
|
||||
// Copyright (c) 2001-2009 International Business Machines
|
||||
// Corporation and others. All Rights Reserved.
|
||||
//
|
||||
#include "../common/msvcres.h"
|
||||
|
@ -76,9 +76,9 @@ BEGIN
|
|||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "icule" U_ICU_VERSION_SHORT "d.dll\0")
|
||||
VALUE "OriginalFilename", "icule" U_ICU_VERSION_SHORT "d.dll\0"
|
||||
#else
|
||||
VALUE "OriginalFilename", "icule" U_ICU_VERSION_SHORT ".dll\0")
|
||||
VALUE "OriginalFilename", "icule" U_ICU_VERSION_SHORT ".dll\0"
|
||||
#endif
|
||||
VALUE "PrivateBuild", "\0"
|
||||
VALUE "ProductName", "International Components for Unicode\0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Do not edit with Microsoft Developer Studio Resource Editor.
|
||||
// It will permanently substitute version numbers that are intended to be
|
||||
// picked up by the pre-processor during each build.
|
||||
// Copyright (c) 2001-2007 International Business Machines
|
||||
// Copyright (c) 2001-2009 International Business Machines
|
||||
// Corporation and others. All Rights Reserved.
|
||||
//
|
||||
#include "../common/msvcres.h"
|
||||
|
@ -76,9 +76,9 @@ BEGIN
|
|||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT "d.dll\0")
|
||||
VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT "d.dll\0"
|
||||
#else
|
||||
VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT ".dll\0")
|
||||
VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT ".dll\0"
|
||||
#endif
|
||||
VALUE "PrivateBuild", "\0"
|
||||
VALUE "ProductName", "International Components for Unicode\0"
|
||||
|
|
Loading…
Add table
Reference in a new issue