/[gpgoe]/trunk/init/init.rc
ViewVC logotype

Contents of /trunk/init/init.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Fri Mar 24 13:36:54 2006 UTC (19 years, 1 month ago) by twoaday
File size: 3384 byte(s)
Initial checkin of the GPGOE code.


1 //Microsoft Developer Studio 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 #include "afxres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // Deutsch (Deutschland) resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
19 #ifdef _WIN32
20 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
26 //
27 // TEXTINCLUDE
28 //
29
30 1 TEXTINCLUDE DISCARDABLE
31 BEGIN
32 "resource.h\0"
33 END
34
35 2 TEXTINCLUDE DISCARDABLE
36 BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39 END
40
41 3 TEXTINCLUDE DISCARDABLE
42 BEGIN
43 "\r\n"
44 "\0"
45 END
46
47 #endif // APSTUDIO_INVOKED
48
49 #endif // Deutsch (Deutschland) resources
50 /////////////////////////////////////////////////////////////////////////////
51
52
53 /////////////////////////////////////////////////////////////////////////////
54 // Englisch (USA) resources
55
56 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
57 #ifdef _WIN32
58 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
59 #pragma code_page(1252)
60 #endif //_WIN32
61
62 #ifndef _MAC
63 /////////////////////////////////////////////////////////////////////////////
64 //
65 // Version
66 //
67
68 VS_VERSION_INFO VERSIONINFO
69 FILEVERSION 0,6,0,0
70 PRODUCTVERSION 0,6,0,0
71 FILEFLAGSMASK 0x3fL
72 #ifdef _DEBUG
73 FILEFLAGS 0x1L
74 #else
75 FILEFLAGS 0x0L
76 #endif
77 FILEOS 0x40004L
78 FILETYPE 0x1L
79 FILESUBTYPE 0x0L
80 BEGIN
81 BLOCK "StringFileInfo"
82 BEGIN
83 BLOCK "040704b0"
84 BEGIN
85 VALUE "Comments", "This is free software under the terms of the LGNU GPL v2.1\0"
86 VALUE "CompanyName", "\0"
87 VALUE "FileDescription", "GPGOE DLL loader\0"
88 VALUE "FileVersion", "0.6.0\0"
89 VALUE "InternalName", "Init\0"
90 VALUE "LegalCopyright", "Copyright © 2006 Timo Schulz\0"
91 VALUE "LegalTrademarks", "\0"
92 VALUE "OriginalFilename", "Init.exe\0"
93 VALUE "PrivateBuild", "\0"
94 VALUE "ProductName", "GPGOEInit\0"
95 VALUE "ProductVersion", "0.6.0\0"
96 VALUE "SpecialBuild", "\0"
97 END
98 END
99 BLOCK "VarFileInfo"
100 BEGIN
101 VALUE "Translation", 0x407, 1200
102 END
103 END
104
105 #endif // !_MAC
106
107
108 /////////////////////////////////////////////////////////////////////////////
109 //
110 // Menu
111 //
112
113 IDR_INIT MENU DISCARDABLE
114 BEGIN
115 POPUP "File"
116 BEGIN
117 MENUITEM "Exit", ID_INIT_QUIT
118 END
119 END
120
121
122 /////////////////////////////////////////////////////////////////////////////
123 //
124 // Icon
125 //
126
127 // Icon with lowest ID value placed first to ensure application icon
128 // remains consistent on all systems.
129 IDI_GPGOE ICON DISCARDABLE "gpgoe.ico"
130 #endif // Englisch (USA) resources
131 /////////////////////////////////////////////////////////////////////////////
132
133
134
135 #ifndef APSTUDIO_INVOKED
136 /////////////////////////////////////////////////////////////////////////////
137 //
138 // Generated from the TEXTINCLUDE 3 resource.
139 //
140
141
142 /////////////////////////////////////////////////////////////////////////////
143 #endif // not APSTUDIO_INVOKED
144

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26