Mercurial > vba-clojure
comparison src/win32/vba.rc2 @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 | |
2 // what the hell? all this file does is cause enigmatic build errors... | |
3 | |
4 /* | |
5 #ifndef _MAC | |
6 #include "../AutoBuild.h" | |
7 ///////////////////////////////////////////////////////////////////////////// | |
8 // | |
9 // Version | |
10 // | |
11 | |
12 VS_VERSION_INFO VERSIONINFO | |
13 FILEVERSION FILEVER | |
14 PRODUCTVERSION PRODUCTVER | |
15 FILEFLAGSMASK 0x3fL | |
16 #ifdef _DEBUG | |
17 FILEFLAGS 0x29L | |
18 #else | |
19 FILEFLAGS 0x28L | |
20 #endif | |
21 FILEOS 0x40004L | |
22 FILETYPE 0x1L | |
23 FILESUBTYPE 0x0L | |
24 BEGIN | |
25 BLOCK "StringFileInfo" | |
26 BEGIN | |
27 BLOCK "040904b0" | |
28 BEGIN | |
29 VALUE "Comments", "VisualBoyAdvance comes with NO WARRANTY. Use it at your own risk.\0" | |
30 VALUE "CompanyName", "None\0" | |
31 VALUE "FileDescription", "VisualBoyAdvance emulator\0" | |
32 VALUE "FileVersion", STRFILEVER | |
33 VALUE "InternalName", "VisualBoyAdvance\0" | |
34 VALUE "LegalCopyright", "Copyright © 2004 Forgotten and the VBA team\0" | |
35 VALUE "LegalTrademarks", "\0" | |
36 VALUE "OriginalFilename", "VisualBoyAdvance.exe\0" | |
37 VALUE "PrivateBuild", "0\0" | |
38 VALUE "ProductName", "VisualBoyAdvance emulator\0" | |
39 VALUE "ProductVersion", STRPRODUCTVER | |
40 VALUE "SpecialBuild", "0\0" | |
41 END | |
42 END | |
43 BLOCK "VarFileInfo" | |
44 BEGIN | |
45 VALUE "Translation", 0x409, 1200 | |
46 END | |
47 END | |
48 | |
49 #endif // !_MAC | |
50 */ |