source: GTP/trunk/App/Demos/Illum/pathmap/PathMap.rc @ 2197

Revision 2197, 1.9 KB checked in by szirmay, 17 years ago (diff)
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             "PathMap.manifest"
33
34/////////////////////////////////////////////////////////////////////////////
35//
36// Icon
37//
38
39// Icon with lowest ID value placed first to ensure application icon
40// remains consistent on all systems.
41IDI_MAIN_ICON           ICON                    "Common\\directx.ico"
42
43#ifdef APSTUDIO_INVOKED
44/////////////////////////////////////////////////////////////////////////////
45//
46// TEXTINCLUDE
47//
48
491 TEXTINCLUDE
50BEGIN
51    "resource.h\0"
52END
53
542 TEXTINCLUDE
55BEGIN
56    "#define IDC_STATIC -1\r\n"
57    "#include <winresrc.h>\r\n"
58    "\r\n"
59    "\r\n"
60    "\0"
61END
62
633 TEXTINCLUDE
64BEGIN
65    "\r\n"
66    "\0"
67END
68
69#endif    // APSTUDIO_INVOKED
70
71#endif    // English (U.S.) resources
72/////////////////////////////////////////////////////////////////////////////
73
74
75
76#ifndef APSTUDIO_INVOKED
77/////////////////////////////////////////////////////////////////////////////
78//
79// Generated from the TEXTINCLUDE 3 resource.
80//
81
82
83/////////////////////////////////////////////////////////////////////////////
84#endif    // not APSTUDIO_INVOKED
85
Note: See TracBrowser for help on using the repository browser.