scons: Build glu.
[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 RootNamespace="glut"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="2"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 CharacterSet="2"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
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 PreprocessorDefinitions="_DEBUG"
42 MkTypLibCompatible="true"
43 SuppressStartupBanner="true"
44 TargetEnvironment="1"
45 TypeLibraryName=".\Debug/glut.tlb"
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="0"
50 AdditionalIncludeDirectories="../../../../include"
51 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_DLL;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32;_CRT_SECURE_NO_DEPRECATE"
52 BasicRuntimeChecks="3"
53 RuntimeLibrary="3"
54 WarningLevel="3"
55 SuppressStartupBanner="true"
56 DebugInformationFormat="3"
57 CompileAs="0"
58 />
59 <Tool
60 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="_DEBUG"
65 Culture="1033"
66 />
67 <Tool
68 Name="VCPreLinkEventTool"
69 />
70 <Tool
71 Name="VCLinkerTool"
72 AdditionalOptions="/MACHINE:I386"
73 AdditionalDependencies="winmm.lib opengl32.lib glu32.lib gdi32.lib user32.lib"
74 OutputFile="$(OutDir)\GLUT32.dll"
75 LinkIncremental="1"
76 SuppressStartupBanner="true"
77 AdditionalLibraryDirectories="$(TargetDir)"
78 ModuleDefinitionFile="..\..\..\..\src\glut\glx\glut.def"
79 GenerateDebugInformation="true"
80 ProgramDatabaseFile="$(TargetDir)GLUT32.pdb"
81 />
82 <Tool
83 Name="VCALinkTool"
84 />
85 <Tool
86 Name="VCManifestTool"
87 />
88 <Tool
89 Name="VCXDCMakeTool"
90 />
91 <Tool
92 Name="VCBscMakeTool"
93 />
94 <Tool
95 Name="VCFxCopTool"
96 />
97 <Tool
98 Name="VCAppVerifierTool"
99 />
100 <Tool
101 Name="VCWebDeploymentTool"
102 />
103 <Tool
104 Name="VCPostBuildEventTool"
105 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.LIB&quot; ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\progs\demos&#x0D;&#x0A;"
106 />
107 </Configuration>
108 <Configuration
109 Name="Release|Win32"
110 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
111 IntermediateDirectory="$(ConfigurationName)"
112 ConfigurationType="2"
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
114 UseOfMFC="0"
115 ATLMinimizesCRunTimeLibraryUsage="false"
116 CharacterSet="2"
117 >
118 <Tool
119 Name="VCPreBuildEventTool"
120 />
121 <Tool
122 Name="VCCustomBuildTool"
123 />
124 <Tool
125 Name="VCXMLDataGeneratorTool"
126 />
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"
129 />
130 <Tool
131 Name="VCMIDLTool"
132 PreprocessorDefinitions="NDEBUG"
133 MkTypLibCompatible="true"
134 SuppressStartupBanner="true"
135 TargetEnvironment="1"
136 TypeLibraryName=".\Release/glut.tlb"
137 />
138 <Tool
139 Name="VCCLCompilerTool"
140 InlineFunctionExpansion="1"
141 AdditionalIncludeDirectories="../../../../include"
142 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_DLL;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32;_CRT_SECURE_NO_DEPRECATE"
143 StringPooling="true"
144 RuntimeLibrary="2"
145 EnableFunctionLevelLinking="true"
146 PrecompiledHeaderFile=".\Release/glut.pch"
147 WarningLevel="3"
148 SuppressStartupBanner="true"
149 CompileAs="0"
150 />
151 <Tool
152 Name="VCManagedResourceCompilerTool"
153 />
154 <Tool
155 Name="VCResourceCompilerTool"
156 PreprocessorDefinitions="NDEBUG"
157 Culture="1033"
158 />
159 <Tool
160 Name="VCPreLinkEventTool"
161 />
162 <Tool
163 Name="VCLinkerTool"
164 AdditionalOptions="/MACHINE:I386"
165 AdditionalDependencies="winmm.lib opengl32.lib glu32.lib gdi32.lib user32.lib"
166 OutputFile="$(OutDir)\GLUT32.dll"
167 LinkIncremental="1"
168 SuppressStartupBanner="true"
169 AdditionalLibraryDirectories="$(TargetDir)"
170 ModuleDefinitionFile="..\..\..\..\src\glut\glx\glut.def"
171 />
172 <Tool
173 Name="VCALinkTool"
174 />
175 <Tool
176 Name="VCManifestTool"
177 />
178 <Tool
179 Name="VCXDCMakeTool"
180 />
181 <Tool
182 Name="VCBscMakeTool"
183 />
184 <Tool
185 Name="VCFxCopTool"
186 />
187 <Tool
188 Name="VCAppVerifierTool"
189 />
190 <Tool
191 Name="VCWebDeploymentTool"
192 />
193 <Tool
194 Name="VCPostBuildEventTool"
195 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.LIB&quot; ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\progs\demos&#x0D;&#x0A;"
196 />
197 </Configuration>
198 <Configuration
199 Name="Debug Static CRT|Win32"
200 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
201 IntermediateDirectory="$(ConfigurationName)"
202 ConfigurationType="2"
203 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
204 UseOfMFC="0"
205 ATLMinimizesCRunTimeLibraryUsage="false"
206 CharacterSet="2"
207 >
208 <Tool
209 Name="VCPreBuildEventTool"
210 />
211 <Tool
212 Name="VCCustomBuildTool"
213 />
214 <Tool
215 Name="VCXMLDataGeneratorTool"
216 />
217 <Tool
218 Name="VCWebServiceProxyGeneratorTool"
219 />
220 <Tool
221 Name="VCMIDLTool"
222 PreprocessorDefinitions="_DEBUG"
223 MkTypLibCompatible="true"
224 SuppressStartupBanner="true"
225 TargetEnvironment="1"
226 TypeLibraryName=".\Debug/glut.tlb"
227 />
228 <Tool
229 Name="VCCLCompilerTool"
230 Optimization="0"
231 AdditionalIncludeDirectories="../../../../include"
232 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32;_CRT_SECURE_NO_DEPRECATE"
233 BasicRuntimeChecks="3"
234 RuntimeLibrary="1"
235 WarningLevel="3"
236 SuppressStartupBanner="true"
237 DebugInformationFormat="3"
238 CompileAs="0"
239 />
240 <Tool
241 Name="VCManagedResourceCompilerTool"
242 />
243 <Tool
244 Name="VCResourceCompilerTool"
245 PreprocessorDefinitions="_DEBUG"
246 Culture="1033"
247 />
248 <Tool
249 Name="VCPreLinkEventTool"
250 />
251 <Tool
252 Name="VCLinkerTool"
253 AdditionalOptions="/MACHINE:I386"
254 AdditionalDependencies="winmm.lib opengl32.lib glu32.lib gdi32.lib user32.lib"
255 OutputFile="$(OutDir)\GLUT32.dll"
256 LinkIncremental="1"
257 SuppressStartupBanner="true"
258 AdditionalLibraryDirectories="$(TargetDir)"
259 ModuleDefinitionFile="..\..\..\..\src\glut\glx\glut.def"
260 GenerateDebugInformation="true"
261 ProgramDatabaseFile="$(TargetDir)GLUT32.pdb"
262 />
263 <Tool
264 Name="VCALinkTool"
265 />
266 <Tool
267 Name="VCManifestTool"
268 />
269 <Tool
270 Name="VCXDCMakeTool"
271 />
272 <Tool
273 Name="VCBscMakeTool"
274 />
275 <Tool
276 Name="VCFxCopTool"
277 />
278 <Tool
279 Name="VCAppVerifierTool"
280 />
281 <Tool
282 Name="VCWebDeploymentTool"
283 />
284 <Tool
285 Name="VCPostBuildEventTool"
286 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.LIB&quot; ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\progs\demos&#x0D;&#x0A;"
287 />
288 </Configuration>
289 <Configuration
290 Name="Release Static CRT|Win32"
291 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
292 IntermediateDirectory="$(ConfigurationName)"
293 ConfigurationType="2"
294 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
295 UseOfMFC="0"
296 ATLMinimizesCRunTimeLibraryUsage="false"
297 CharacterSet="2"
298 >
299 <Tool
300 Name="VCPreBuildEventTool"
301 />
302 <Tool
303 Name="VCCustomBuildTool"
304 />
305 <Tool
306 Name="VCXMLDataGeneratorTool"
307 />
308 <Tool
309 Name="VCWebServiceProxyGeneratorTool"
310 />
311 <Tool
312 Name="VCMIDLTool"
313 PreprocessorDefinitions="NDEBUG"
314 MkTypLibCompatible="true"
315 SuppressStartupBanner="true"
316 TargetEnvironment="1"
317 TypeLibraryName=".\Release/glut.tlb"
318 />
319 <Tool
320 Name="VCCLCompilerTool"
321 InlineFunctionExpansion="1"
322 AdditionalIncludeDirectories="../../../../include"
323 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32;_CRT_SECURE_NO_DEPRECATE"
324 StringPooling="true"
325 RuntimeLibrary="0"
326 EnableFunctionLevelLinking="true"
327 PrecompiledHeaderFile=".\Release/glut.pch"
328 WarningLevel="3"
329 SuppressStartupBanner="true"
330 CompileAs="0"
331 />
332 <Tool
333 Name="VCManagedResourceCompilerTool"
334 />
335 <Tool
336 Name="VCResourceCompilerTool"
337 PreprocessorDefinitions="NDEBUG"
338 Culture="1033"
339 />
340 <Tool
341 Name="VCPreLinkEventTool"
342 />
343 <Tool
344 Name="VCLinkerTool"
345 AdditionalOptions="/MACHINE:I386"
346 AdditionalDependencies="winmm.lib opengl32.lib glu32.lib gdi32.lib user32.lib"
347 OutputFile="$(OutDir)\GLUT32.dll"
348 LinkIncremental="1"
349 SuppressStartupBanner="true"
350 AdditionalLibraryDirectories="$(TargetDir)"
351 ModuleDefinitionFile="..\..\..\..\src\glut\glx\glut.def"
352 />
353 <Tool
354 Name="VCALinkTool"
355 />
356 <Tool
357 Name="VCManifestTool"
358 />
359 <Tool
360 Name="VCXDCMakeTool"
361 />
362 <Tool
363 Name="VCBscMakeTool"
364 />
365 <Tool
366 Name="VCFxCopTool"
367 />
368 <Tool
369 Name="VCAppVerifierTool"
370 />
371 <Tool
372 Name="VCWebDeploymentTool"
373 />
374 <Tool
375 Name="VCPostBuildEventTool"
376 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.LIB&quot; ..\..\..\..\lib&#x0D;&#x0A;copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy &quot;$(TargetDir)GLUT32.DLL&quot; ..\..\..\..\progs\demos&#x0D;&#x0A;"
377 />
378 </Configuration>
379 </Configurations>
380 <References>
381 </References>
382 <Files>
383 <Filter
384 Name="Source Files"
385 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
386 >
387 <File
388 RelativePath="..\..\..\..\src\glut\glx\glut_8x13.c"
389 >
390 </File>
391 <File
392 RelativePath="..\..\..\..\src\glut\glx\glut_9x15.c"
393 >
394 </File>
395 <File
396 RelativePath="..\..\..\..\src\glut\glx\glut_bitmap.c"
397 >
398 </File>
399 <File
400 RelativePath="..\..\..\..\src\glut\glx\glut_bwidth.c"
401 >
402 </File>
403 <File
404 RelativePath="..\..\..\..\src\glut\glx\glut_cindex.c"
405 >
406 </File>
407 <File
408 RelativePath="..\..\..\..\src\glut\glx\glut_cmap.c"
409 >
410 </File>
411 <File
412 RelativePath="..\..\..\..\src\glut\glx\glut_cursor.c"
413 >
414 </File>
415 <File
416 RelativePath="..\..\..\..\src\glut\glx\glut_dials.c"
417 >
418 </File>
419 <File
420 RelativePath="..\..\..\..\src\glut\glx\glut_dstr.c"
421 >
422 </File>
423 <File
424 RelativePath="..\..\..\..\src\glut\glx\glut_event.c"
425 >
426 </File>
427 <File
428 RelativePath="..\..\..\..\src\glut\glx\glut_ext.c"
429 >
430 </File>
431 <File
432 RelativePath="..\..\..\..\src\glut\glx\glut_fcb.c"
433 >
434 </File>
435 <File
436 RelativePath="..\..\..\..\src\glut\glx\glut_fullscrn.c"
437 >
438 </File>
439 <File
440 RelativePath="..\..\..\..\src\glut\glx\glut_gamemode.c"
441 >
442 </File>
443 <File
444 RelativePath="..\..\..\..\src\glut\glx\glut_get.c"
445 >
446 </File>
447 <File
448 RelativePath="..\..\..\..\src\glut\glx\glut_hel10.c"
449 >
450 </File>
451 <File
452 RelativePath="..\..\..\..\src\glut\glx\glut_hel12.c"
453 >
454 </File>
455 <File
456 RelativePath="..\..\..\..\src\glut\glx\glut_hel18.c"
457 >
458 </File>
459 <File
460 RelativePath="..\..\..\..\src\glut\glx\glut_init.c"
461 >
462 </File>
463 <File
464 RelativePath="..\..\..\..\src\glut\glx\glut_input.c"
465 >
466 </File>
467 <File
468 RelativePath="..\..\..\..\src\glut\glx\glut_joy.c"
469 >
470 </File>
471 <File
472 RelativePath="..\..\..\..\src\glut\glx\glut_key.c"
473 >
474 </File>
475 <File
476 RelativePath="..\..\..\..\src\glut\glx\glut_keyctrl.c"
477 >
478 </File>
479 <File
480 RelativePath="..\..\..\..\src\glut\glx\glut_keyup.c"
481 >
482 </File>
483 <File
484 RelativePath="..\..\..\..\src\glut\glx\glut_mesa.c"
485 >
486 </File>
487 <File
488 RelativePath="..\..\..\..\src\glut\glx\glut_modifier.c"
489 >
490 </File>
491 <File
492 RelativePath="..\..\..\..\src\glut\glx\glut_mroman.c"
493 >
494 </File>
495 <File
496 RelativePath="..\..\..\..\src\glut\glx\glut_overlay.c"
497 >
498 </File>
499 <File
500 RelativePath="..\..\..\..\src\glut\glx\glut_ppm.c"
501 >
502 </File>
503 <File
504 RelativePath="..\..\..\..\src\glut\glx\glut_roman.c"
505 >
506 </File>
507 <File
508 RelativePath="..\..\..\..\src\glut\glx\glut_shapes.c"
509 >
510 </File>
511 <File
512 RelativePath="..\..\..\..\src\glut\glx\glut_space.c"
513 >
514 </File>
515 <File
516 RelativePath="..\..\..\..\src\glut\glx\glut_stroke.c"
517 >
518 </File>
519 <File
520 RelativePath="..\..\..\..\src\glut\glx\glut_swap.c"
521 >
522 </File>
523 <File
524 RelativePath="..\..\..\..\src\glut\glx\glut_swidth.c"
525 >
526 </File>
527 <File
528 RelativePath="..\..\..\..\src\glut\glx\glut_tablet.c"
529 >
530 </File>
531 <File
532 RelativePath="..\..\..\..\src\glut\glx\glut_teapot.c"
533 >
534 </File>
535 <File
536 RelativePath="..\..\..\..\src\glut\glx\glut_tr10.c"
537 >
538 </File>
539 <File
540 RelativePath="..\..\..\..\src\glut\glx\glut_tr24.c"
541 >
542 </File>
543 <File
544 RelativePath="..\..\..\..\src\glut\glx\glut_util.c"
545 >
546 </File>
547 <File
548 RelativePath="..\..\..\..\src\glut\glx\glut_vidresize.c"
549 >
550 </File>
551 <File
552 RelativePath="..\..\..\..\src\glut\glx\glut_warp.c"
553 >
554 </File>
555 <File
556 RelativePath="..\..\..\..\src\glut\glx\glut_win.c"
557 >
558 </File>
559 <File
560 RelativePath="..\..\..\..\src\glut\glx\glut_winmisc.c"
561 >
562 </File>
563 <File
564 RelativePath="..\..\..\..\src\glut\glx\win32_glx.c"
565 >
566 </File>
567 <File
568 RelativePath="..\..\..\..\src\glut\glx\win32_menu.c"
569 >
570 </File>
571 <File
572 RelativePath="..\..\..\..\src\glut\glx\win32_util.c"
573 >
574 </File>
575 <File
576 RelativePath="..\..\..\..\src\glut\glx\win32_winproc.c"
577 >
578 </File>
579 <File
580 RelativePath="..\..\..\..\src\glut\glx\win32_x11.c"
581 >
582 </File>
583 </Filter>
584 <Filter
585 Name="Header Files"
586 Filter="h;hpp;hxx;hm;inl"
587 >
588 <File
589 RelativePath="..\..\..\..\src\glut\glx\glutbitmap.h"
590 >
591 </File>
592 <File
593 RelativePath="..\..\..\..\src\glut\glx\glutint.h"
594 >
595 </File>
596 <File
597 RelativePath="..\..\..\..\src\glut\glx\glutstroke.h"
598 >
599 </File>
600 <File
601 RelativePath="..\..\..\..\src\glut\glx\glutwin32.h"
602 >
603 </File>
604 <File
605 RelativePath="..\..\..\..\src\glut\glx\stroke.h"
606 >
607 </File>
608 <File
609 RelativePath="..\..\..\..\src\glut\glx\win32_glx.h"
610 >
611 </File>
612 <File
613 RelativePath="..\..\..\..\src\glut\glx\win32_x11.h"
614 >
615 </File>
616 </Filter>
617 <Filter
618 Name="Resource Files"
619 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
620 >
621 </Filter>
622 </Files>
623 <Globals>
624 </Globals>
625 </VisualStudioProject>