Commit MetaInfo

Revision054cfde3882bfac10c062418109f6c16aadd5cf3 (tree)
Time2014-05-21 04:43:58
AuthorFace
CommiterFace

Log Message

JumpDriveMFD: added resources for module description

Change Summary

Incremental Difference

diff -r 34bbfad256ef -r 054cfde3882b Orbitersdk/samples/JumpDriveMFD/JumpDriveMFD.rc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Orbitersdk/samples/JumpDriveMFD/JumpDriveMFD.rc Tue May 20 21:43:58 2014 +0200
@@ -0,0 +1,75 @@
1+// Microsoft Visual C++ generated resource script.
2+//
3+#include "JumpDriveMFDResources.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+// German (Austria) resources
17+
18+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEA)
19+#ifdef _WIN32
20+LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
21+#pragma code_page(1252)
22+#endif //_WIN32
23+
24+#ifdef APSTUDIO_INVOKED
25+/////////////////////////////////////////////////////////////////////////////
26+//
27+// TEXTINCLUDE
28+//
29+
30+1 TEXTINCLUDE
31+BEGIN
32+ "JumpDriveMFDResources.h\0"
33+END
34+
35+2 TEXTINCLUDE
36+BEGIN
37+ "#include ""afxres.h""\r\n"
38+ "\0"
39+END
40+
41+3 TEXTINCLUDE
42+BEGIN
43+ "\r\n"
44+ "\0"
45+END
46+
47+#endif // APSTUDIO_INVOKED
48+
49+
50+/////////////////////////////////////////////////////////////////////////////
51+//
52+// String Table
53+//
54+
55+STRINGTABLE
56+BEGIN
57+ IDS_INFO "JUMP DRIVE MFD 2.0:\r\n\r\nProvides hyper-jump capabilities for every vessel in your scenario. To make travelling with a jump-drive more challenging, the jumping distance is fixed (although adjustable via INI file).\r\nTherefore, to get near your target, you have to think about the course of the jump. The integrated navigation computer helps you with this task.\r\n\r\nCheck 'http://bitbucket.org/face/jumpdrivemfd' for new versions."
58+ IDS_TYPE "MFD modes"
59+END
60+
61+#endif // German (Austria) resources
62+/////////////////////////////////////////////////////////////////////////////
63+
64+
65+
66+#ifndef APSTUDIO_INVOKED
67+/////////////////////////////////////////////////////////////////////////////
68+//
69+// Generated from the TEXTINCLUDE 3 resource.
70+//
71+
72+
73+/////////////////////////////////////////////////////////////////////////////
74+#endif // not APSTUDIO_INVOKED
75+
diff -r 34bbfad256ef -r 054cfde3882b Orbitersdk/samples/JumpDriveMFD/JumpDriveMFD.vcproj
--- a/Orbitersdk/samples/JumpDriveMFD/JumpDriveMFD.vcproj Tue May 20 18:58:14 2014 +0200
+++ b/Orbitersdk/samples/JumpDriveMFD/JumpDriveMFD.vcproj Tue May 20 21:43:58 2014 +0200
@@ -216,6 +216,10 @@
216216 Name="SDK"
217217 >
218218 <File
219+ RelativePath="..\..\..\Sound\OrbiterSound_SDK\MFDSOUND_SDK\MFDSound_Example\MfdSoundSDK40.h"
220+ >
221+ </File>
222+ <File
219223 RelativePath="..\..\lib\orbiter.lib"
220224 >
221225 </File>
@@ -232,10 +236,6 @@
232236 >
233237 </File>
234238 <File
235- RelativePath="..\..\..\Sound\OrbiterSound_SDK\MFDSOUND_SDK\MFDSound_Example\MfdSoundSDK40.h"
236- >
237- </File>
238- <File
239239 RelativePath="..\..\..\Sound\OrbiterSound_SDK\VESSELSOUND_SDK\ShuttlePB_project\OrbiterSoundSDK40.lib"
240240 >
241241 </File>
@@ -292,6 +292,14 @@
292292 RelativePath="JumpDriveMFD.h"
293293 >
294294 </File>
295+ <File
296+ RelativePath=".\JumpDriveMFD.rc"
297+ >
298+ </File>
299+ <File
300+ RelativePath=".\JumpDriveMFDResources.h"
301+ >
302+ </File>
295303 </Files>
296304 <Globals>
297305 </Globals>
diff -r 34bbfad256ef -r 054cfde3882b Orbitersdk/samples/JumpDriveMFD/JumpDriveMFDResources.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Orbitersdk/samples/JumpDriveMFD/JumpDriveMFDResources.h Tue May 20 21:43:58 2014 +0200
@@ -0,0 +1,17 @@
1+//{{NO_DEPENDENCIES}}
2+// Microsoft Visual C++ generated include file.
3+// Used by JumpDriveMFD.rc
4+//
5+#define IDS_INFO 1000
6+#define IDS_TYPE 1001
7+
8+// Next default values for new objects
9+//
10+#ifdef APSTUDIO_INVOKED
11+#ifndef APSTUDIO_READONLY_SYMBOLS
12+#define _APS_NEXT_RESOURCE_VALUE 102
13+#define _APS_NEXT_COMMAND_VALUE 40001
14+#define _APS_NEXT_CONTROL_VALUE 1001
15+#define _APS_NEXT_SYMED_VALUE 101
16+#endif
17+#endif
Show on old repository browser