Minor smallfont fixups.
[chocolate-doom.git] / msvc / win32.rc
blobb9bc06a2b4bbfc450492ec886cacfc1cdc6bfea7
1 //-----------------------------------------------------------------------------\r
2 //\r
3 // Copyright(C) 2005 Simon Howard\r
4 // Copyright(C) 2008 "GhostlyDeath" (ghostlydeath@gmail.com)\r
5 //\r
6 // This program is free software; you can redistribute it and/or\r
7 // modify it under the terms of the GNU General Public License\r
8 // as published by the Free Software Foundation; either version 2\r
9 // of the License, or (at your option) any later version.\r
10 //\r
11 // This program is distributed in the hope that it will be useful,\r
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14 // GNU General Public License for more details.\r
15 //\r
16 // You should have received a copy of the GNU General Public License\r
17 // along with this program; if not, write to the Free Software\r
18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA\r
19 // 02111-1307, USA.\r
20 //\r
21 // DESCRIPTION:\r
22 //      Win32 Resources\r
23 //\r
24 //-----------------------------------------------------------------------------\r
26 #ifndef DEDICATEDSERVER\r
27 #ifdef CHOCOLATESETUP\r
28 1 ICON "../data/setup.ico"\r
29 #else\r
30 1 ICON "../data/doom.ico"\r
31 #endif\r
32 #endif\r
34 1 VERSIONINFO\r
35 PRODUCTVERSION 1,2,1,0\r
36 FILEVERSION 1,2,1,0\r
37 FILETYPE 1\r
38 BEGIN\r
39         BLOCK "StringFileInfo"\r
40         BEGIN\r
41                 BLOCK "040904E4"\r
42                 BEGIN\r
43                         VALUE "FileVersion", "1.2.1"\r
44                         VALUE "FileDescription", "Chocolate Doom 1.2.1"\r
45                         VALUE "InternalName", "chocolate-doom"\r
46                         VALUE "CompanyName", "fraggle@gmail.com"\r
47                         VALUE "LegalCopyright", "GNU General Public License"\r
48                         VALUE "ProductName", "Chocolate Doom"\r
49                         VALUE "ProductVersion", "1.2.1"\r
50                 END\r
51         END\r
52 END\r
54 // GhostlyDeath - Preferebly for codeblocks (if it even uses this RC!)\r
55 #ifdef __MINGW32__\r
56 #ifdef CHOCOLATESETUP\r
57 // RT_MANIFEST might NOT be defined\r
58 1 24 "../setup/setup-manifest.xml"\r
59 #endif\r
60 #endif\r