deepstone

view deepstone.vcproj @ 37:e5e01cd2c995

changed the VC project file to use the non-dll versions of msvcrt
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Sep 2013 08:06:04 +0300
parents 1870c4ef8b76
children
line source
1 <?xml version="1.0" encoding="windows-1253"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="deepstone"
6 ProjectGUID="{7CBC96FF-B324-4904-9FD5-A95075F292BB}"
7 RootNamespace="deepstone"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="$(SolutionDir)\src"
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;RAST_FLOAT;DBG_USE_FLOAT"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="1"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 DebugInformationFormat="4"
52 DisableSpecificWarnings="4305;4244;4996"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 AdditionalDependencies="SDL.lib SDLmain.lib"
66 LinkIncremental="2"
67 GenerateDebugInformation="true"
68 SubSystem="1"
69 TargetMachine="1"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCManifestTool"
76 />
77 <Tool
78 Name="VCXDCMakeTool"
79 />
80 <Tool
81 Name="VCBscMakeTool"
82 />
83 <Tool
84 Name="VCFxCopTool"
85 />
86 <Tool
87 Name="VCAppVerifierTool"
88 />
89 <Tool
90 Name="VCPostBuildEventTool"
91 />
92 </Configuration>
93 <Configuration
94 Name="Release|Win32"
95 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96 IntermediateDirectory="$(ConfigurationName)"
97 ConfigurationType="1"
98 CharacterSet="1"
99 WholeProgramOptimization="1"
100 >
101 <Tool
102 Name="VCPreBuildEventTool"
103 />
104 <Tool
105 Name="VCCustomBuildTool"
106 />
107 <Tool
108 Name="VCXMLDataGeneratorTool"
109 />
110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"
112 />
113 <Tool
114 Name="VCMIDLTool"
115 />
116 <Tool
117 Name="VCCLCompilerTool"
118 Optimization="2"
119 EnableIntrinsicFunctions="true"
120 AdditionalIncludeDirectories="$(SolutionDir)\src"
121 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;RAST_FLOAT;DBG_USE_FLOAT"
122 RuntimeLibrary="0"
123 EnableFunctionLevelLinking="true"
124 UsePrecompiledHeader="0"
125 WarningLevel="3"
126 DebugInformationFormat="3"
127 DisableSpecificWarnings="4305;4244;4996"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 AdditionalDependencies="SDL.lib SDLmain.lib"
141 LinkIncremental="1"
142 GenerateDebugInformation="true"
143 SubSystem="1"
144 OptimizeReferences="2"
145 EnableCOMDATFolding="2"
146 TargetMachine="1"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCManifestTool"
153 />
154 <Tool
155 Name="VCXDCMakeTool"
156 />
157 <Tool
158 Name="VCBscMakeTool"
159 />
160 <Tool
161 Name="VCFxCopTool"
162 />
163 <Tool
164 Name="VCAppVerifierTool"
165 />
166 <Tool
167 Name="VCPostBuildEventTool"
168 />
169 </Configuration>
170 </Configurations>
171 <References>
172 </References>
173 <Files>
174 <Filter
175 Name="src"
176 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
177 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
178 >
179 <File
180 RelativePath=".\src\cvec.c"
181 >
182 </File>
183 <File
184 RelativePath=".\src\cvec.h"
185 >
186 </File>
187 <File
188 RelativePath=".\src\fixedp.c"
189 >
190 </File>
191 <File
192 RelativePath=".\src\fixedp.h"
193 >
194 </File>
195 <File
196 RelativePath=".\src\inttypes.h"
197 >
198 </File>
199 <File
200 RelativePath=".\src\keyb.h"
201 >
202 </File>
203 <File
204 RelativePath=".\src\main.c"
205 >
206 </File>
207 <File
208 RelativePath=".\src\mglclip.c"
209 >
210 </File>
211 <File
212 RelativePath=".\src\mglgen.c"
213 >
214 </File>
215 <File
216 RelativePath=".\src\mglimpl.h"
217 >
218 </File>
219 <File
220 RelativePath=".\src\mglrast.c"
221 >
222 </File>
223 <File
224 RelativePath=".\src\mingl.c"
225 >
226 </File>
227 <File
228 RelativePath=".\src\mingl.h"
229 >
230 </File>
231 <File
232 RelativePath=".\src\mouse.h"
233 >
234 </File>
235 <File
236 RelativePath=".\src\palman.c"
237 >
238 </File>
239 <File
240 RelativePath=".\src\palman.h"
241 >
242 </File>
243 <File
244 RelativePath=".\src\scantmpl.h"
245 >
246 </File>
247 <File
248 RelativePath=".\src\scene.c"
249 >
250 </File>
251 <File
252 RelativePath=".\src\scene.h"
253 >
254 </File>
255 <File
256 RelativePath=".\src\texture.c"
257 >
258 </File>
259 <File
260 RelativePath=".\src\texture.h"
261 >
262 </File>
263 <File
264 RelativePath=".\src\timer.h"
265 >
266 </File>
267 <File
268 RelativePath=".\src\vmath.h"
269 >
270 </File>
271 <File
272 RelativePath=".\src\wvga.h"
273 >
274 </File>
275 <Filter
276 Name="dosemu"
277 >
278 <File
279 RelativePath=".\src\dosemu\conio.h"
280 >
281 </File>
282 <File
283 RelativePath=".\src\dosemu\dosemu.c"
284 >
285 </File>
286 </Filter>
287 </Filter>
288 </Files>
289 <Globals>
290 </Globals>
291 </VisualStudioProject>