Mercurial > sdl-ios-xcode
comparison src/main/win32/version.rc @ 2204:9f64d06fa168
Added support for building version.rc in Windows build.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 16 Jul 2007 03:28:48 +0000 |
parents | |
children | fdadda42d4d4 |
comparison
equal
deleted
inserted
replaced
2203:fca1cdc673b2 | 2204:9f64d06fa168 |
---|---|
1 #define APSTUDIO_READONLY_SYMBOLS | |
2 #include "afxres.h" | |
3 #undef APSTUDIO_READONLY_SYMBOLS | |
4 | |
5 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |
6 | |
7 ///////////////////////////////////////////////////////////////////////////// | |
8 // | |
9 // Version | |
10 // | |
11 | |
12 VS_VERSION_INFO VERSIONINFO | |
13 FILEVERSION 1,3,0,0 | |
14 PRODUCTVERSION 1,3,0,0 | |
15 FILEFLAGSMASK 0x3fL | |
16 FILEFLAGS 0x0L | |
17 FILEOS 0x40004L | |
18 FILETYPE 0x2L | |
19 FILESUBTYPE 0x0L | |
20 BEGIN | |
21 BLOCK "StringFileInfo" | |
22 BEGIN | |
23 BLOCK "040904b0" | |
24 BEGIN | |
25 VALUE "CompanyName", "\0" | |
26 VALUE "FileDescription", "SDL\0" | |
27 VALUE "FileVersion", "1, 3, 0, 0\0" | |
28 VALUE "InternalName", "SDL\0" | |
29 VALUE "LegalCopyright", "Copyright © 2007 Sam Lantinga\0" | |
30 VALUE "OriginalFilename", "SDL.dll\0" | |
31 VALUE "ProductName", "Simple DirectMedia Layer\0" | |
32 VALUE "ProductVersion", "1, 3, 0, 0\0" | |
33 END | |
34 END | |
35 BLOCK "VarFileInfo" | |
36 BEGIN | |
37 VALUE "Translation", 0x409, 1200 | |
38 END | |
39 END |