goat3dgfx

view goat3dgfx.vcproj @ 20:d9c8cd19c606

fixed the face index loading bug
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 08 Dec 2013 03:00:49 +0200
parents 18879c956eb1
children 6236080aaea4
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 />
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 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 DebugInformationFormat="4"
51 DisableSpecificWarnings="4244;4996;4305"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 OutputFile="$(OutDir)\$(ProjectName)-dbg.lib"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 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\"
81 />
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
86 IntermediateDirectory="$(ConfigurationName)"
87 ConfigurationType="4"
88 CharacterSet="2"
89 WholeProgramOptimization="1"
90 >
91 <Tool
92 Name="VCPreBuildEventTool"
93 />
94 <Tool
95 Name="VCCustomBuildTool"
96 />
97 <Tool
98 Name="VCXMLDataGeneratorTool"
99 />
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
102 />
103 <Tool
104 Name="VCMIDLTool"
105 />
106 <Tool
107 Name="VCCLCompilerTool"
108 Optimization="2"
109 EnableIntrinsicFunctions="true"
110 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
111 RuntimeLibrary="2"
112 EnableFunctionLevelLinking="true"
113 UsePrecompiledHeader="0"
114 WarningLevel="3"
115 DebugInformationFormat="3"
116 DisableSpecificWarnings="4244;4996;4305"
117 />
118 <Tool
119 Name="VCManagedResourceCompilerTool"
120 />
121 <Tool
122 Name="VCResourceCompilerTool"
123 />
124 <Tool
125 Name="VCPreLinkEventTool"
126 />
127 <Tool
128 Name="VCLibrarianTool"
129 />
130 <Tool
131 Name="VCALinkTool"
132 />
133 <Tool
134 Name="VCXDCMakeTool"
135 />
136 <Tool
137 Name="VCBscMakeTool"
138 />
139 <Tool
140 Name="VCFxCopTool"
141 />
142 <Tool
143 Name="VCPostBuildEventTool"
144 />
145 </Configuration>
146 </Configurations>
147 <References>
148 </References>
149 <Files>
150 <Filter
151 Name="src"
152 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
153 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
154 >
155 <File
156 RelativePath=".\src\3dschunks.h"
157 >
158 </File>
159 <File
160 RelativePath=".\src\assload.cc"
161 >
162 </File>
163 <File
164 RelativePath=".\src\curve.cc"
165 >
166 </File>
167 <File
168 RelativePath=".\src\curveload.cc"
169 >
170 </File>
171 <File
172 RelativePath=".\src\datapath.cc"
173 >
174 </File>
175 <File
176 RelativePath=".\src\geom.cc"
177 >
178 </File>
179 <File
180 RelativePath=".\src\gfxutil.cc"
181 >
182 </File>
183 <File
184 RelativePath=".\src\image.cc"
185 >
186 </File>
187 <File
188 RelativePath=".\src\logger.cc"
189 >
190 </File>
191 <File
192 RelativePath=".\src\material.cc"
193 >
194 </File>
195 <File
196 RelativePath=".\src\mesh.cc"
197 >
198 </File>
199 <File
200 RelativePath=".\src\meshgen.cc"
201 >
202 </File>
203 <File
204 RelativePath=".\src\object.cc"
205 >
206 </File>
207 <File
208 RelativePath=".\src\opengl.cc"
209 >
210 </File>
211 <File
212 RelativePath=".\src\psyspp.cc"
213 >
214 </File>
215 <File
216 RelativePath=".\src\rtarg.cc"
217 >
218 </File>
219 <File
220 RelativePath=".\src\scene.cc"
221 >
222 </File>
223 <File
224 RelativePath=".\src\sdrman.cc"
225 >
226 </File>
227 <File
228 RelativePath=".\src\shader.cc"
229 >
230 </File>
231 <File
232 RelativePath=".\src\texgen.cc"
233 >
234 </File>
235 <File
236 RelativePath=".\src\texman.cc"
237 >
238 </File>
239 <File
240 RelativePath=".\src\texture.cc"
241 >
242 </File>
243 <File
244 RelativePath=".\src\timer.cc"
245 >
246 </File>
247 <File
248 RelativePath=".\src\unistate.cc"
249 >
250 </File>
251 <File
252 RelativePath=".\src\xform_node.cc"
253 >
254 </File>
255 </Filter>
256 <Filter
257 Name="include"
258 Filter="h;hpp;hxx;hm;inl;inc;xsd"
259 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
260 >
261 <File
262 RelativePath=".\src\assload.h"
263 >
264 </File>
265 <File
266 RelativePath=".\src\curve.h"
267 >
268 </File>
269 <File
270 RelativePath=".\src\curveload.h"
271 >
272 </File>
273 <File
274 RelativePath=".\src\datapath.h"
275 >
276 </File>
277 <File
278 RelativePath=".\src\dataset.h"
279 >
280 </File>
281 <File
282 RelativePath=".\src\dataset.inl"
283 >
284 </File>
285 <File
286 RelativePath=".\src\geom.h"
287 >
288 </File>
289 <File
290 RelativePath=".\src\gfxutil.h"
291 >
292 </File>
293 <File
294 RelativePath=".\src\image.h"
295 >
296 </File>
297 <File
298 RelativePath=".\src\logger.h"
299 >
300 </File>
301 <File
302 RelativePath=".\src\material.h"
303 >
304 </File>
305 <File
306 RelativePath=".\src\mesh.h"
307 >
308 </File>
309 <File
310 RelativePath=".\src\meshgen.h"
311 >
312 </File>
313 <File
314 RelativePath=".\src\object.h"
315 >
316 </File>
317 <File
318 RelativePath=".\src\opengl.h"
319 >
320 </File>
321 <File
322 RelativePath=".\src\psyspp.h"
323 >
324 </File>
325 <File
326 RelativePath=".\src\rtarg.h"
327 >
328 </File>
329 <File
330 RelativePath=".\src\scene.h"
331 >
332 </File>
333 <File
334 RelativePath=".\src\sdrman.h"
335 >
336 </File>
337 <File
338 RelativePath=".\src\shader.h"
339 >
340 </File>
341 <File
342 RelativePath=".\src\texgen.h"
343 >
344 </File>
345 <File
346 RelativePath=".\src\texman.h"
347 >
348 </File>
349 <File
350 RelativePath=".\src\texture.h"
351 >
352 </File>
353 <File
354 RelativePath=".\src\timer.h"
355 >
356 </File>
357 <File
358 RelativePath=".\src\unistate.h"
359 >
360 </File>
361 <File
362 RelativePath=".\src\xform_node.h"
363 >
364 </File>
365 </Filter>
366 </Files>
367 <Globals>
368 </Globals>
369 </VisualStudioProject>