]> git.saurik.com Git - apple/icu.git/blame - icuSources/layoutex/layoutex.rc
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / layoutex / layoutex.rc
CommitLineData
b75a7d8f
A
1//Do not edit with Microsoft Developer Studio because it will modify this
2//script in the wrong way.
3// Copyright (c) 2001-2003 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
19LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
20#pragma code_page(1252)
21
22#include "unicode\uversion.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
31VS_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
43BEGIN
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", "IBM ICU Layout Extensions 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#ifdef _DEBUG
54 VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT "d.dll\0")
55#else
56 VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT ".dll\0")
57#endif
58
59 VALUE "PrivateBuild", "\0"
60 VALUE "ProductName", "International Components for Unicode\0"
61 VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
62 VALUE "SpecialBuild", "\0"
63 END
64 END
65 BLOCK "VarFileInfo"
66 BEGIN
67 VALUE "Translation", 0x000, 0000
68 END
69END
70
71/////////////////////////////////////////////////////////////////////////////
72