]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layoutex/layoutex.rc
ICU-461.18.tar.gz
[apple/icu.git] / icuSources / layoutex / layoutex.rc
index 2a23ce9a210298a91f7fb9ad8219dfc35f754185..f04e193638d55ebe7a9c8e733d9282237758c0ea 100644 (file)
@@ -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-2010 International Business Machines
 // Corporation and others. All Rights Reserved.
 //
 #include "../common/msvcres.h"
@@ -71,17 +71,17 @@ BEGIN
         BLOCK "00000000"
         BEGIN
             VALUE "Comments", ICU_WEBSITE "\0"
-            VALUE "CompanyName", "IBM Corporation and others\0"
-            VALUE "FileDescription", "IBM ICU Layout Extensions DLL\0"
+            VALUE "CompanyName", ICU_COMPANY "\0"
+            VALUE "FileDescription", ICU_PRODUCT_PREFIX " Layout Extensions 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", "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"
+            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