]> git.saurik.com Git - apple/icu.git/blob - icuSources/data/misc/icudata.rc
ICU-6.2.7.tar.gz
[apple/icu.git] / icuSources / data / misc / icudata.rc
1 //Do not edit with Microsoft Developer Studio because it will modify this
2 //script in the wrong way.
3 // Copyright (c) 2001-2004 International Business Machines
4 // Corporation and others. All Rights Reserved.
5 //
6 #define APSTUDIO_READONLY_SYMBOLS
7 /////////////////////////////////////////////////////////////////////////////
8 //
9 // Generated from the TEXTINCLUDE 2 resource.
10 //
11 #include "winresrc.h"
12
13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS
15
16 /////////////////////////////////////////////////////////////////////////////
17 //
18
19 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
20 #pragma code_page(1252)
21
22 #include "unicode\utypes.h"
23
24 /////////////////////////////////////////////////////////////////////////////
25 //
26 // Version
27 //
28 #define STR(s) #s
29 #define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0"
30
31 VS_VERSION_INFO VERSIONINFO
32 FILEVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0
33 PRODUCTVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0
34 FILEFLAGSMASK 0x3fL
35 #ifdef _DEBUG
36 FILEFLAGS 0x1L
37 #else
38 FILEFLAGS 0x0L
39 #endif
40 FILEOS VOS__WINDOWS32
41 FILETYPE VFT_DLL
42 FILESUBTYPE 0x0L
43 BEGIN
44 BLOCK "StringFileInfo"
45 BEGIN
46 BLOCK "00000000"
47 BEGIN
48 VALUE "Comments", "http://oss.software.ibm.com/icu/\0"
49 VALUE "CompanyName", "IBM Corporation and others\0"
50 VALUE "FileDescription", "ICU Data DLL\0"
51 VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
52 VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
53 VALUE "OriginalFilename", "icudt" U_ICU_VERSION_SHORT ".dll\0"
54 VALUE "PrivateBuild", "\0"
55 VALUE "ProductName", "International Components for Unicode\0"
56 VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
57 VALUE "SpecialBuild", "\0"
58 END
59 END
60 BLOCK "VarFileInfo"
61 BEGIN
62 VALUE "Translation", 0x000, 0000
63 END
64 END
65
66 /////////////////////////////////////////////////////////////////////////////
67