source: GTP/trunk/App/Games/Jungle_Rumble/src/WuermerDX9.rc @ 1388

Revision 1388, 2.3 KB checked in by giegl, 18 years ago (diff)

GTPD - Jungle Rumble - before F1 change

Line 
1// Microsoft Visual C++ generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#define IDC_STATIC -1
11#include <winresrc.h>
12
13
14
15/////////////////////////////////////////////////////////////////////////////
16#undef APSTUDIO_READONLY_SYMBOLS
17
18/////////////////////////////////////////////////////////////////////////////
19// English (U.S.) resources
20
21#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
22#ifdef _WIN32
23LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24#pragma code_page(1252)
25#endif //_WIN32
26
27/////////////////////////////////////////////////////////////////////////////
28//
29// RT_MANIFEST
30//
31
321                       RT_MANIFEST             "WuermerDX9.manifest"
33
34#ifdef APSTUDIO_INVOKED
35/////////////////////////////////////////////////////////////////////////////
36//
37// TEXTINCLUDE
38//
39
401 TEXTINCLUDE
41BEGIN
42    "resource.h\0"
43END
44
452 TEXTINCLUDE
46BEGIN
47    "#define IDC_STATIC -1\r\n"
48    "#include <winresrc.h>\r\n"
49    "\r\n"
50    "\r\n"
51    "\0"
52END
53
543 TEXTINCLUDE
55BEGIN
56    "\r\n"
57    "\0"
58END
59
60#endif    // APSTUDIO_INVOKED
61
62#endif    // English (U.S.) resources
63/////////////////////////////////////////////////////////////////////////////
64
65
66/////////////////////////////////////////////////////////////////////////////
67// German (Austria) resources
68
69#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEA)
70#ifdef _WIN32
71LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
72#pragma code_page(1252)
73#endif //_WIN32
74
75/////////////////////////////////////////////////////////////////////////////
76//
77// Icon
78//
79
80// Icon with lowest ID value placed first to ensure application icon
81// remains consistent on all systems.
82IDI_ICON3               ICON                    "common\\gtp_jungle_rumble1.ico"
83#endif    // German (Austria) resources
84/////////////////////////////////////////////////////////////////////////////
85
86
87
88#ifndef APSTUDIO_INVOKED
89/////////////////////////////////////////////////////////////////////////////
90//
91// Generated from the TEXTINCLUDE 3 resource.
92//
93
94
95/////////////////////////////////////////////////////////////////////////////
96#endif    // not APSTUDIO_INVOKED
97
Note: See TracBrowser for help on using the repository browser.