Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | // Do not edit with Microsoft Developer Studio Resource Editor. |
michael@0 | 2 | // It will permanently substitute version numbers that are intended to be |
michael@0 | 3 | // picked up by the pre-processor during each build. |
michael@0 | 4 | // Copyright (c) 2001-2010 International Business Machines |
michael@0 | 5 | // Corporation and others. All Rights Reserved. |
michael@0 | 6 | // |
michael@0 | 7 | #include "msvcres.h" |
michael@0 | 8 | |
michael@0 | 9 | #define APSTUDIO_READONLY_SYMBOLS |
michael@0 | 10 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 11 | // |
michael@0 | 12 | // Generated from the TEXTINCLUDE 2 resource. |
michael@0 | 13 | // |
michael@0 | 14 | #include <winresrc.h> |
michael@0 | 15 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 16 | #undef APSTUDIO_READONLY_SYMBOLS |
michael@0 | 17 | |
michael@0 | 18 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 19 | // |
michael@0 | 20 | |
michael@0 | 21 | LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL |
michael@0 | 22 | #pragma code_page(1252) |
michael@0 | 23 | |
michael@0 | 24 | #ifdef APSTUDIO_INVOKED |
michael@0 | 25 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 26 | // |
michael@0 | 27 | // TEXTINCLUDE |
michael@0 | 28 | // |
michael@0 | 29 | |
michael@0 | 30 | 1 TEXTINCLUDE |
michael@0 | 31 | BEGIN |
michael@0 | 32 | "msvcres.h\0" |
michael@0 | 33 | END |
michael@0 | 34 | |
michael@0 | 35 | 2 TEXTINCLUDE |
michael@0 | 36 | BEGIN |
michael@0 | 37 | "#include <winresrc.h>\0" |
michael@0 | 38 | END |
michael@0 | 39 | |
michael@0 | 40 | 3 TEXTINCLUDE |
michael@0 | 41 | BEGIN |
michael@0 | 42 | "\r\n" |
michael@0 | 43 | "\0" |
michael@0 | 44 | END |
michael@0 | 45 | |
michael@0 | 46 | #endif // APSTUDIO_INVOKED |
michael@0 | 47 | |
michael@0 | 48 | |
michael@0 | 49 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 50 | // |
michael@0 | 51 | // Version |
michael@0 | 52 | // |
michael@0 | 53 | #define STR(s) #s |
michael@0 | 54 | #define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0" |
michael@0 | 55 | |
michael@0 | 56 | VS_VERSION_INFO VERSIONINFO |
michael@0 | 57 | FILEVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM |
michael@0 | 58 | PRODUCTVERSION U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM |
michael@0 | 59 | FILEFLAGSMASK 0x3fL |
michael@0 | 60 | #ifdef _DEBUG |
michael@0 | 61 | FILEFLAGS 0x1L |
michael@0 | 62 | #else |
michael@0 | 63 | FILEFLAGS 0x0L |
michael@0 | 64 | #endif |
michael@0 | 65 | FILEOS VOS__WINDOWS32 |
michael@0 | 66 | FILETYPE VFT_DLL |
michael@0 | 67 | FILESUBTYPE 0x0L |
michael@0 | 68 | BEGIN |
michael@0 | 69 | BLOCK "StringFileInfo" |
michael@0 | 70 | BEGIN |
michael@0 | 71 | BLOCK "00000000" |
michael@0 | 72 | BEGIN |
michael@0 | 73 | VALUE "Comments", ICU_WEBSITE "\0" |
michael@0 | 74 | VALUE "CompanyName", ICU_COMPANY "\0" |
michael@0 | 75 | VALUE "FileDescription", ICU_PRODUCT_PREFIX " Common DLL\0" |
michael@0 | 76 | VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM) |
michael@0 | 77 | VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0" |
michael@0 | 78 | #ifdef _DEBUG |
michael@0 | 79 | VALUE "OriginalFilename", "icuuc" U_ICU_VERSION_SHORT "d.dll\0" |
michael@0 | 80 | #else |
michael@0 | 81 | VALUE "OriginalFilename", "icuuc" U_ICU_VERSION_SHORT ".dll\0" |
michael@0 | 82 | #endif |
michael@0 | 83 | VALUE "PrivateBuild", "\0" |
michael@0 | 84 | VALUE "ProductName", ICU_PRODUCT "\0" |
michael@0 | 85 | VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM) |
michael@0 | 86 | VALUE "SpecialBuild", "\0" |
michael@0 | 87 | END |
michael@0 | 88 | END |
michael@0 | 89 | BLOCK "VarFileInfo" |
michael@0 | 90 | BEGIN |
michael@0 | 91 | VALUE "Translation", 0x000, 0000 |
michael@0 | 92 | END |
michael@0 | 93 | END |
michael@0 | 94 | |
michael@0 | 95 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 96 | |
michael@0 | 97 | |
michael@0 | 98 | |
michael@0 | 99 | #ifndef APSTUDIO_INVOKED |
michael@0 | 100 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 101 | // |
michael@0 | 102 | // Generated from the TEXTINCLUDE 3 resource. |
michael@0 | 103 | // |
michael@0 | 104 | |
michael@0 | 105 | |
michael@0 | 106 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 107 | #endif // not APSTUDIO_INVOKED |
michael@0 | 108 |