Update git ignores.
[mesa.git] / windows / VC8 / progs / glut / glut.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="glut"
6 ProjectGUID="{0234F0D2-C8A6-4C4D-93E7-0E2248049C67}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory=".\Debug"
19 IntermediateDirectory=".\Debug"
20 ConfigurationType="2"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
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 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/glut.tlb"
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 AdditionalIncludeDirectories="../../../../include"
50 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_DLL;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32;_CRT_SECURE_NO_DEPRECATE"
51 BasicRuntimeChecks="3"
52 RuntimeLibrary="1"
53 PrecompiledHeaderFile=".\Debug/glut.pch"
54 AssemblerListingLocation=".\Debug/"
55 ObjectFile=".\Debug/"
56 ProgramDataBaseFileName=".\Debug/"
57 WarningLevel="3"
58 SuppressStartupBanner="true"
59 DebugInformationFormat="3"
60 CompileAs="0"
61 />
62 <Tool
63 Name="VCManagedResourceCompilerTool"
64 />
65 <Tool
66 Name="VCResourceCompilerTool"
67 PreprocessorDefinitions="_DEBUG"
68 Culture="1033"
69 />
70 <Tool
71 Name="VCPreLinkEventTool"
72 />
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalOptions="/MACHINE:I386"
76 AdditionalDependencies="winmm.lib msvcrtd.lib gdi32.lib user32.lib oldnames.lib odbc32.lib odbccp32.lib opengl32.lib glu32.lib"
77 OutputFile="Debug/GLUT32.DLL"
78 LinkIncremental="1"
79 SuppressStartupBanner="true"
80 AdditionalLibraryDirectories="../../mesa/Debug"
81 IgnoreAllDefaultLibraries="true"
82 GenerateDebugInformation="true"
83 ProgramDatabaseFile=".\Debug/GLUT32.pdb"
84 ImportLibrary=".\Debug/GLUT32.lib"
85 />
86 <Tool
87 Name="VCALinkTool"
88 />
89 <Tool
90 Name="VCManifestTool"
91 />
92 <Tool
93 Name="VCXDCMakeTool"
94 />
95 <Tool
96 Name="VCBscMakeTool"
97 />
98 <Tool
99 Name="VCFxCopTool"
100 />
101 <Tool
102 Name="VCAppVerifierTool"
103 />
104 <Tool
105 Name="VCWebDeploymentTool"
106 />
107 <Tool
108 Name="VCPostBuildEventTool"
109 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Debug\GLUT32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Debug\GLUT32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Debug\GLUT32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
110 />
111 </Configuration>
112 <Configuration
113 Name="Release|Win32"
114 OutputDirectory=".\Release"
115 IntermediateDirectory=".\Release"
116 ConfigurationType="2"
117 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
118 UseOfMFC="0"
119 ATLMinimizesCRunTimeLibraryUsage="false"
120 CharacterSet="2"
121 >
122 <Tool
123 Name="VCPreBuildEventTool"
124 />
125 <Tool
126 Name="VCCustomBuildTool"
127 />
128 <Tool
129 Name="VCXMLDataGeneratorTool"
130 />
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"
133 />
134 <Tool
135 Name="VCMIDLTool"
136 PreprocessorDefinitions="NDEBUG"
137 MkTypLibCompatible="true"
138 SuppressStartupBanner="true"
139 TargetEnvironment="1"
140 TypeLibraryName=".\Release/glut.tlb"
141 />
142 <Tool
143 Name="VCCLCompilerTool"
144 InlineFunctionExpansion="1"
145 AdditionalIncludeDirectories="../../../../include"
146 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_DLL;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32;_CRT_SECURE_NO_DEPRECATE"
147 StringPooling="true"
148 RuntimeLibrary="0"
149 EnableFunctionLevelLinking="true"
150 PrecompiledHeaderFile=".\Release/glut.pch"
151 AssemblerListingLocation=".\Release/"
152 ObjectFile=".\Release/"
153 ProgramDataBaseFileName=".\Release/"
154 WarningLevel="3"
155 SuppressStartupBanner="true"
156 CompileAs="0"
157 />
158 <Tool
159 Name="VCManagedResourceCompilerTool"
160 />
161 <Tool
162 Name="VCResourceCompilerTool"
163 PreprocessorDefinitions="NDEBUG"
164 Culture="1033"
165 />
166 <Tool
167 Name="VCPreLinkEventTool"
168 />
169 <Tool
170 Name="VCLinkerTool"
171 AdditionalOptions="/MACHINE:I386"
172 AdditionalDependencies="opengl32.lib glu32.lib user32.lib winmm.lib gdi32.lib msvcrt.lib oldnames.lib odbc32.lib odbccp32.lib"
173 OutputFile="Release/GLUT32.DLL"
174 LinkIncremental="1"
175 SuppressStartupBanner="true"
176 AdditionalLibraryDirectories="../../mesa/Release"
177 IgnoreAllDefaultLibraries="true"
178 ProgramDatabaseFile=".\Release/GLUT32.pdb"
179 ImportLibrary=".\Release/GLUT32.lib"
180 />
181 <Tool
182 Name="VCALinkTool"
183 />
184 <Tool
185 Name="VCManifestTool"
186 />
187 <Tool
188 Name="VCXDCMakeTool"
189 />
190 <Tool
191 Name="VCBscMakeTool"
192 />
193 <Tool
194 Name="VCFxCopTool"
195 />
196 <Tool
197 Name="VCAppVerifierTool"
198 />
199 <Tool
200 Name="VCWebDeploymentTool"
201 />
202 <Tool
203 Name="VCPostBuildEventTool"
204 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Release\GLUT32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Release\GLUT32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Release\GLUT32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
205 />
206 </Configuration>
207 </Configurations>
208 <References>
209 </References>
210 <Files>
211 <Filter
212 Name="Source Files"
213 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
214 >
215 <File
216 RelativePath="..\..\..\..\src\glut\glx\glut_8x13.c"
217 >
218 </File>
219 <File
220 RelativePath="..\..\..\..\src\glut\glx\glut_9x15.c"
221 >
222 </File>
223 <File
224 RelativePath="..\..\..\..\src\glut\glx\glut_bitmap.c"
225 >
226 </File>
227 <File
228 RelativePath="..\..\..\..\src\glut\glx\glut_bwidth.c"
229 >
230 </File>
231 <File
232 RelativePath="..\..\..\..\src\glut\glx\glut_cindex.c"
233 >
234 </File>
235 <File
236 RelativePath="..\..\..\..\src\glut\glx\glut_cmap.c"
237 >
238 </File>
239 <File
240 RelativePath="..\..\..\..\src\glut\glx\glut_cursor.c"
241 >
242 </File>
243 <File
244 RelativePath="..\..\..\..\src\glut\glx\glut_dials.c"
245 >
246 </File>
247 <File
248 RelativePath="..\..\..\..\src\glut\glx\glut_dstr.c"
249 >
250 </File>
251 <File
252 RelativePath="..\..\..\..\src\glut\glx\glut_event.c"
253 >
254 </File>
255 <File
256 RelativePath="..\..\..\..\src\glut\glx\glut_ext.c"
257 >
258 </File>
259 <File
260 RelativePath="..\..\..\..\src\glut\glx\glut_fbc.c"
261 >
262 </File>
263 <File
264 RelativePath="..\..\..\..\src\glut\glx\glut_fullscrn.c"
265 >
266 </File>
267 <File
268 RelativePath="..\..\..\..\src\glut\glx\glut_gamemode.c"
269 >
270 </File>
271 <File
272 RelativePath="..\..\..\..\src\glut\glx\glut_get.c"
273 >
274 </File>
275 <File
276 RelativePath="..\..\..\..\src\glut\glx\glut_hel10.c"
277 >
278 </File>
279 <File
280 RelativePath="..\..\..\..\src\glut\glx\glut_hel12.c"
281 >
282 </File>
283 <File
284 RelativePath="..\..\..\..\src\glut\glx\glut_hel18.c"
285 >
286 </File>
287 <File
288 RelativePath="..\..\..\..\src\glut\glx\glut_init.c"
289 >
290 </File>
291 <File
292 RelativePath="..\..\..\..\src\glut\glx\glut_input.c"
293 >
294 </File>
295 <File
296 RelativePath="..\..\..\..\src\glut\glx\glut_joy.c"
297 >
298 </File>
299 <File
300 RelativePath="..\..\..\..\src\glut\glx\glut_key.c"
301 >
302 </File>
303 <File
304 RelativePath="..\..\..\..\src\glut\glx\glut_keyctrl.c"
305 >
306 </File>
307 <File
308 RelativePath="..\..\..\..\src\glut\glx\glut_keyup.c"
309 >
310 </File>
311 <File
312 RelativePath="..\..\..\..\src\glut\glx\glut_mesa.c"
313 >
314 </File>
315 <File
316 RelativePath="..\..\..\..\src\glut\glx\glut_modifier.c"
317 >
318 </File>
319 <File
320 RelativePath="..\..\..\..\src\glut\glx\glut_mroman.c"
321 >
322 </File>
323 <File
324 RelativePath="..\..\..\..\src\glut\glx\glut_overlay.c"
325 >
326 </File>
327 <File
328 RelativePath="..\..\..\..\src\glut\glx\glut_roman.c"
329 >
330 </File>
331 <File
332 RelativePath="..\..\..\..\src\glut\glx\glut_shapes.c"
333 >
334 </File>
335 <File
336 RelativePath="..\..\..\..\src\glut\glx\glut_space.c"
337 >
338 </File>
339 <File
340 RelativePath="..\..\..\..\src\glut\glx\glut_stroke.c"
341 >
342 </File>
343 <File
344 RelativePath="..\..\..\..\src\glut\glx\glut_swap.c"
345 >
346 </File>
347 <File
348 RelativePath="..\..\..\..\src\glut\glx\glut_swidth.c"
349 >
350 </File>
351 <File
352 RelativePath="..\..\..\..\src\glut\glx\glut_tablet.c"
353 >
354 </File>
355 <File
356 RelativePath="..\..\..\..\src\glut\glx\glut_teapot.c"
357 >
358 </File>
359 <File
360 RelativePath="..\..\..\..\src\glut\glx\glut_tr10.c"
361 >
362 </File>
363 <File
364 RelativePath="..\..\..\..\src\glut\glx\glut_tr24.c"
365 >
366 </File>
367 <File
368 RelativePath="..\..\..\..\src\glut\glx\glut_util.c"
369 >
370 </File>
371 <File
372 RelativePath="..\..\..\..\src\glut\glx\glut_vidresize.c"
373 >
374 </File>
375 <File
376 RelativePath="..\..\..\..\src\glut\glx\glut_warp.c"
377 >
378 </File>
379 <File
380 RelativePath="..\..\..\..\src\glut\glx\glut_win.c"
381 >
382 </File>
383 <File
384 RelativePath="..\..\..\..\src\glut\glx\glut_winmisc.c"
385 >
386 </File>
387 <File
388 RelativePath="..\..\..\..\src\glut\glx\win32_glx.c"
389 >
390 </File>
391 <File
392 RelativePath="..\..\..\..\src\glut\glx\win32_menu.c"
393 >
394 </File>
395 <File
396 RelativePath="..\..\..\..\src\glut\glx\win32_util.c"
397 >
398 </File>
399 <File
400 RelativePath="..\..\..\..\src\glut\glx\win32_winproc.c"
401 >
402 </File>
403 <File
404 RelativePath="..\..\..\..\src\glut\glx\win32_x11.c"
405 >
406 </File>
407 </Filter>
408 <Filter
409 Name="Header Files"
410 Filter="h;hpp;hxx;hm;inl"
411 >
412 <File
413 RelativePath="..\..\..\..\src\glut\glx\glutbitmap.h"
414 >
415 </File>
416 <File
417 RelativePath="..\..\..\..\src\glut\glx\glutint.h"
418 >
419 </File>
420 <File
421 RelativePath="..\..\..\..\src\glut\glx\glutstroke.h"
422 >
423 </File>
424 <File
425 RelativePath="..\..\..\..\src\glut\glx\glutwin32.h"
426 >
427 </File>
428 <File
429 RelativePath="..\..\..\..\src\glut\glx\stroke.h"
430 >
431 </File>
432 <File
433 RelativePath="..\..\..\..\src\glut\glx\win32_glx.h"
434 >
435 </File>
436 <File
437 RelativePath="..\..\..\..\src\glut\glx\win32_x11.h"
438 >
439 </File>
440 </Filter>
441 <Filter
442 Name="Resource Files"
443 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
444 >
445 </Filter>
446 </Files>
447 <Globals>
448 </Globals>
449 </VisualStudioProject>