Revision | a7122ff83d0cca6446e9accddf796bcf68a371b6 (tree) |
---|---|
Time | 2013-02-10 04:51:16 |
Author | Face |
Commiter | Face |
Added binaries and readme
@@ -0,0 +1,33 @@ | ||
1 | +genericvessel Project | |
2 | +Installation Instructions | |
3 | + | |
4 | +1. Required components | |
5 | +---------------------- | |
6 | + | |
7 | +To compile the sources of genericvessel, you need: | |
8 | + | |
9 | +* a Visual Studio version capable of reading VS8 solutions and projects and | |
10 | +* a Pascal compiler to compile Artlav's xves INI parser - the binaries in the project were | |
11 | + created using Free Pascal Compiler 2.6.0 from here: http://www.freepascal.org/ . | |
12 | + | |
13 | + | |
14 | +2. Installation | |
15 | +--------------- | |
16 | + | |
17 | +For a first-time installation only: | |
18 | + | |
19 | +* Install the latest Orbiter release. | |
20 | +* Install Dan Steph's OrbiterSound 4.0. | |
21 | +* Install this package into the Orbiter root directory with the directory- | |
22 | + preserving option of your favorite ZIP-tool enabled. | |
23 | + | |
24 | +3. Testing | |
25 | +---------- | |
26 | + | |
27 | +Try out the SC3 test scenarios or your own INI creations. | |
28 | + | |
29 | +4. Credits | |
30 | +---------- | |
31 | + | |
32 | +For license information, take a look at LICENSE.txt and GPL.txt. For author and copyright | |
33 | +information, please see COPYRIGHT.txt. | |
\ No newline at end of file |
@@ -47,7 +47,7 @@ | ||
47 | 47 | Name="VCCLCompilerTool" |
48 | 48 | Optimization="2" |
49 | 49 | InlineFunctionExpansion="1" |
50 | - AdditionalIncludeDirectories="..\..\orbitersdk\include" | |
50 | + AdditionalIncludeDirectories="..\..\orbitersdk\include ; ..\..\Doc\UMmu_SDK\UMmu_ShuttlePB_Example" | |
51 | 51 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_ORBITER;NOPM" |
52 | 52 | StringPooling="true" |
53 | 53 | RuntimeLibrary="2" |
@@ -75,7 +75,7 @@ | ||
75 | 75 | OutputFile=".\..\..\Modules\oshdll.dll" |
76 | 76 | LinkIncremental="1" |
77 | 77 | SuppressStartupBanner="true" |
78 | - IgnoreDefaultLibraryNames="" | |
78 | + IgnoreDefaultLibraryNames="libcmt" | |
79 | 79 | ProgramDatabaseFile=".\..\..\Modules/oshdll.pdb" |
80 | 80 | SubSystem="2" |
81 | 81 | ImportLibrary=".\..\..\Modules/oshdll.lib" |
@@ -141,7 +141,7 @@ | ||
141 | 141 | <Tool |
142 | 142 | Name="VCCLCompilerTool" |
143 | 143 | Optimization="0" |
144 | - AdditionalIncludeDirectories="..\..\orbitersdk\include" | |
144 | + AdditionalIncludeDirectories="..\..\orbitersdk\include ; ..\..\Doc\UMmu_SDK\UMmu_ShuttlePB_Example" | |
145 | 145 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;USE_ORBITER;NOPM" |
146 | 146 | MinimalRebuild="true" |
147 | 147 | RuntimeLibrary="1" |
@@ -166,11 +166,10 @@ | ||
166 | 166 | /> |
167 | 167 | <Tool |
168 | 168 | Name="VCLinkerTool" |
169 | - AdditionalDependencies="PayloadManager.lib" | |
170 | 169 | OutputFile=".\..\..\Modules\oshdll.dll" |
171 | 170 | LinkIncremental="2" |
172 | 171 | SuppressStartupBanner="true" |
173 | - IgnoreDefaultLibraryNames="msvcrt" | |
172 | + IgnoreDefaultLibraryNames="libcmt ; msvcrt" | |
174 | 173 | GenerateDebugInformation="true" |
175 | 174 | ProgramDatabaseFile=".\..\..\Modules/oshdll.pdb" |
176 | 175 | SubSystem="2" |
@@ -251,6 +250,14 @@ | ||
251 | 250 | RelativePath="oshdll.h" |
252 | 251 | > |
253 | 252 | </File> |
253 | + <File | |
254 | + RelativePath="..\..\Doc\UMmu_SDK\UMmu_ShuttlePB_Example\UMmuSDK.h" | |
255 | + > | |
256 | + </File> | |
257 | + <File | |
258 | + RelativePath="..\..\Doc\UMmu_SDK\UMmu_ShuttlePB_Example\UMmuSDK.lib" | |
259 | + > | |
260 | + </File> | |
254 | 261 | </Files> |
255 | 262 | <Globals> |
256 | 263 | </Globals> |