goat3dgfx

view goat3dgfx.vcproj @ 31:3ba80928b530

fixed the build
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Mar 2014 04:20:00 +0200
parents 940e5b1e2f92
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="goat3dgfx"
6 ProjectGUID="{251F8AFF-5A37-4F10-A519-C55C40E127AF}"
7 RootNamespace="goat3dgfx"
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="4"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 CommandLine="echo #ifndef GOAT3DGFX_CONFIG_H_&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #define GOAT3DGFX_CONFIG_H_&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #define USE_VR&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #define USE_LIBOVR&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #endif&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 AdditionalIncludeDirectories="$(SolutionDir)\src"
46 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
47 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 WarningLevel="3"
52 DebugInformationFormat="4"
53 DisableSpecificWarnings="4244;4996;4305"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 />
61 <Tool
62 Name="VCPreLinkEventTool"
63 />
64 <Tool
65 Name="VCLibrarianTool"
66 OutputFile="$(OutDir)\$(ProjectName)-dbg.lib"
67 />
68 <Tool
69 Name="VCALinkTool"
70 />
71 <Tool
72 Name="VCXDCMakeTool"
73 />
74 <Tool
75 Name="VCBscMakeTool"
76 />
77 <Tool
78 Name="VCFxCopTool"
79 />
80 <Tool
81 Name="VCPostBuildEventTool"
82 CommandLine="mkdir usr\include\goat3dgfx&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\*.h usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y src\*.inl usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\&#x0D;&#x0A;"
83 />
84 </Configuration>
85 <Configuration
86 Name="Release|Win32"
87 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
88 IntermediateDirectory="$(ConfigurationName)"
89 ConfigurationType="4"
90 CharacterSet="2"
91 WholeProgramOptimization="1"
92 >
93 <Tool
94 Name="VCPreBuildEventTool"
95 CommandLine="echo #ifndef GOAT3DGFX_CONFIG_H_&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #define GOAT3DGFX_CONFIG_H_&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #define USE_VR&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #define USE_LIBOVR&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;echo #endif&gt;&gt;$(ProjectDir)\src\config.h&#x0D;&#x0A;"
96 />
97 <Tool
98 Name="VCCustomBuildTool"
99 />
100 <Tool
101 Name="VCXMLDataGeneratorTool"
102 />
103 <Tool
104 Name="VCWebServiceProxyGeneratorTool"
105 />
106 <Tool
107 Name="VCMIDLTool"
108 />
109 <Tool
110 Name="VCCLCompilerTool"
111 Optimization="2"
112 EnableIntrinsicFunctions="true"
113 AdditionalIncludeDirectories="$(SolutionDir)\src"
114 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
115 RuntimeLibrary="2"
116 EnableFunctionLevelLinking="true"
117 UsePrecompiledHeader="0"
118 WarningLevel="3"
119 DebugInformationFormat="3"
120 DisableSpecificWarnings="4244;4996;4305"
121 />
122 <Tool
123 Name="VCManagedResourceCompilerTool"
124 />
125 <Tool
126 Name="VCResourceCompilerTool"
127 />
128 <Tool
129 Name="VCPreLinkEventTool"
130 />
131 <Tool
132 Name="VCLibrarianTool"
133 />
134 <Tool
135 Name="VCALinkTool"
136 />
137 <Tool
138 Name="VCXDCMakeTool"
139 />
140 <Tool
141 Name="VCBscMakeTool"
142 />
143 <Tool
144 Name="VCFxCopTool"
145 />
146 <Tool
147 Name="VCPostBuildEventTool"
148 CommandLine="mkdir usr\include\goat3dgfx&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\*.h usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y src\*.inl usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\&#x0D;&#x0A;"
149 />
150 </Configuration>
151 </Configurations>
152 <References>
153 </References>
154 <Files>
155 <Filter
156 Name="src"
157 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h;inl"
158 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
159 >
160 <File
161 RelativePath=".\src\3dschunks.h"
162 >
163 </File>
164 <File
165 RelativePath=".\src\assload.cc"
166 >
167 </File>
168 <File
169 RelativePath=".\src\assload.h"
170 >
171 </File>
172 <File
173 RelativePath=".\src\camera.cc"
174 >
175 </File>
176 <File
177 RelativePath=".\src\camera.h"
178 >
179 </File>
180 <File
181 RelativePath=".\src\curve.cc"
182 >
183 </File>
184 <File
185 RelativePath=".\src\curve.h"
186 >
187 </File>
188 <File
189 RelativePath=".\src\curveload.cc"
190 >
191 </File>
192 <File
193 RelativePath=".\src\curveload.h"
194 >
195 </File>
196 <File
197 RelativePath=".\src\datapath.cc"
198 >
199 </File>
200 <File
201 RelativePath=".\src\datapath.h"
202 >
203 </File>
204 <File
205 RelativePath=".\src\dataset.h"
206 >
207 </File>
208 <File
209 RelativePath=".\src\dataset.inl"
210 >
211 </File>
212 <File
213 RelativePath=".\src\geom.cc"
214 >
215 </File>
216 <File
217 RelativePath=".\src\geom.h"
218 >
219 </File>
220 <File
221 RelativePath=".\src\gfxutil.cc"
222 >
223 </File>
224 <File
225 RelativePath=".\src\gfxutil.h"
226 >
227 </File>
228 <File
229 RelativePath=".\src\goat3dgfx.cc"
230 >
231 </File>
232 <File
233 RelativePath=".\src\goat3dgfx.h"
234 >
235 </File>
236 <File
237 RelativePath=".\src\image.cc"
238 >
239 </File>
240 <File
241 RelativePath=".\src\image.h"
242 >
243 </File>
244 <File
245 RelativePath=".\src\logger.cc"
246 >
247 </File>
248 <File
249 RelativePath=".\src\logger.h"
250 >
251 </File>
252 <File
253 RelativePath=".\src\material.cc"
254 >
255 </File>
256 <File
257 RelativePath=".\src\material.h"
258 >
259 </File>
260 <File
261 RelativePath=".\src\mesh.cc"
262 >
263 </File>
264 <File
265 RelativePath=".\src\mesh.h"
266 >
267 </File>
268 <File
269 RelativePath=".\src\meshgen.cc"
270 >
271 </File>
272 <File
273 RelativePath=".\src\meshgen.h"
274 >
275 </File>
276 <File
277 RelativePath=".\src\object.cc"
278 >
279 </File>
280 <File
281 RelativePath=".\src\object.h"
282 >
283 </File>
284 <File
285 RelativePath=".\src\opengl.cc"
286 >
287 </File>
288 <File
289 RelativePath=".\src\opengl.h"
290 >
291 </File>
292 <File
293 RelativePath=".\src\psyspp.cc"
294 >
295 </File>
296 <File
297 RelativePath=".\src\psyspp.h"
298 >
299 </File>
300 <File
301 RelativePath=".\src\rtarg.cc"
302 >
303 </File>
304 <File
305 RelativePath=".\src\rtarg.h"
306 >
307 </File>
308 <File
309 RelativePath=".\src\scene.cc"
310 >
311 </File>
312 <File
313 RelativePath=".\src\scene.h"
314 >
315 </File>
316 <File
317 RelativePath=".\src\sdrman.cc"
318 >
319 </File>
320 <File
321 RelativePath=".\src\sdrman.h"
322 >
323 </File>
324 <File
325 RelativePath=".\src\shader.cc"
326 >
327 </File>
328 <File
329 RelativePath=".\src\shader.h"
330 >
331 </File>
332 <File
333 RelativePath=".\src\texgen.cc"
334 >
335 </File>
336 <File
337 RelativePath=".\src\texgen.h"
338 >
339 </File>
340 <File
341 RelativePath=".\src\texman.cc"
342 >
343 </File>
344 <File
345 RelativePath=".\src\texman.h"
346 >
347 </File>
348 <File
349 RelativePath=".\src\texture.cc"
350 >
351 </File>
352 <File
353 RelativePath=".\src\texture.h"
354 >
355 </File>
356 <File
357 RelativePath=".\src\timer.cc"
358 >
359 </File>
360 <File
361 RelativePath=".\src\timer.h"
362 >
363 </File>
364 <File
365 RelativePath=".\src\unistate.cc"
366 >
367 </File>
368 <File
369 RelativePath=".\src\unistate.h"
370 >
371 </File>
372 <File
373 RelativePath=".\src\vr.h"
374 >
375 </File>
376 <File
377 RelativePath=".\src\xform_node.cc"
378 >
379 </File>
380 <File
381 RelativePath=".\src\xform_node.h"
382 >
383 </File>
384 <Filter
385 Name="vr"
386 >
387 <File
388 RelativePath=".\src\vr\vr.cc"
389 >
390 </File>
391 <File
392 RelativePath=".\src\vr\vr_impl.h"
393 >
394 </File>
395 <File
396 RelativePath=".\src\vr\vr_sdr.h"
397 >
398 </File>
399 </Filter>
400 </Filter>
401 </Files>
402 <Globals>
403 </Globals>
404 </VisualStudioProject>