X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/io/io.rc diff --git a/icuSources/io/io.rc b/icuSources/io/io.rc index c088e196..b3c750b5 100644 --- a/icuSources/io/io.rc +++ b/icuSources/io/io.rc @@ -1,7 +1,9 @@ // 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-2005 International Business Machines +// Copyright (C) 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html +// Copyright (c) 2001-2010 International Business Machines // Corporation and others. All Rights Reserved. // #include "../common/msvcres.h" @@ -71,17 +73,17 @@ BEGIN BLOCK "00000000" BEGIN VALUE "Comments", ICU_WEBSITE "\0" - VALUE "CompanyName", "IBM Corporation and others\0" - VALUE "FileDescription", "IBM ICU I/O DLL\0" + VALUE "CompanyName", ICU_COMPANY "\0" + VALUE "FileDescription", ICU_PRODUCT_PREFIX " I/O DLL\0" 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" + VALUE "ProductName", ICU_PRODUCT "\0" VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM) VALUE "SpecialBuild", "\0" END