mesa: remove the unused _mesa_UpdateTexEnvProgram() function
[mesa.git] / windows / VC7 / progs / demos / gears.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="gears"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\Debug"
16 IntermediateDirectory=".\Debug"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="../../../../include"
25 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="5"
28 PrecompiledHeaderFile=".\Debug/gears.pch"
29 AssemblerListingLocation=".\Debug/"
30 ObjectFile=".\Debug/"
31 ProgramDataBaseFileName=".\Debug/"
32 WarningLevel="3"
33 SuppressStartupBanner="TRUE"
34 DebugInformationFormat="3"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalOptions="/MACHINE:I386"
41 AdditionalDependencies="glut32.lib odbc32.lib odbccp32.lib"
42 OutputFile=".\Debug/gears.exe"
43 LinkIncremental="2"
44 SuppressStartupBanner="TRUE"
45 AdditionalLibraryDirectories="../glut/Debug"
46 GenerateDebugInformation="TRUE"
47 ProgramDatabaseFile=".\Debug/gears.pdb"
48 SubSystem="1"/>
49 <Tool
50 Name="VCMIDLTool"
51 TypeLibraryName=".\Debug/gears.tlb"/>
52 <Tool
53 Name="VCPostBuildEventTool"
54 CommandLine="copy Debug\gears.exe ..\..\..\..\progs\demos"/>
55 <Tool
56 Name="VCPreBuildEventTool"/>
57 <Tool
58 Name="VCPreLinkEventTool"/>
59 <Tool
60 Name="VCResourceCompilerTool"
61 PreprocessorDefinitions="_DEBUG"
62 Culture="1033"/>
63 <Tool
64 Name="VCWebServiceProxyGeneratorTool"/>
65 <Tool
66 Name="VCWebDeploymentTool"/>
67 </Configuration>
68 <Configuration
69 Name="Release|Win32"
70 OutputDirectory=".\Release"
71 IntermediateDirectory=".\Release"
72 ConfigurationType="1"
73 UseOfMFC="0"
74 ATLMinimizesCRunTimeLibraryUsage="FALSE"
75 CharacterSet="2">
76 <Tool
77 Name="VCCLCompilerTool"
78 InlineFunctionExpansion="1"
79 AdditionalIncludeDirectories="../../../../include"
80 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
81 StringPooling="TRUE"
82 RuntimeLibrary="4"
83 EnableFunctionLevelLinking="TRUE"
84 PrecompiledHeaderFile=".\Release/gears.pch"
85 AssemblerListingLocation=".\Release/"
86 ObjectFile=".\Release/"
87 ProgramDataBaseFileName=".\Release/"
88 WarningLevel="3"
89 SuppressStartupBanner="TRUE"
90 CompileAs="0"/>
91 <Tool
92 Name="VCCustomBuildTool"/>
93 <Tool
94 Name="VCLinkerTool"
95 AdditionalOptions="/MACHINE:I386"
96 AdditionalDependencies="glut32.lib odbc32.lib odbccp32.lib"
97 OutputFile=".\Release/gears.exe"
98 LinkIncremental="1"
99 SuppressStartupBanner="TRUE"
100 AdditionalLibraryDirectories="../glut/Release"
101 ProgramDatabaseFile=".\Release/gears.pdb"
102 SubSystem="1"/>
103 <Tool
104 Name="VCMIDLTool"
105 TypeLibraryName=".\Release/gears.tlb"/>
106 <Tool
107 Name="VCPostBuildEventTool"
108 CommandLine="copy Release\gears.exe ..\..\..\..\progs\demos"/>
109 <Tool
110 Name="VCPreBuildEventTool"/>
111 <Tool
112 Name="VCPreLinkEventTool"/>
113 <Tool
114 Name="VCResourceCompilerTool"
115 PreprocessorDefinitions="NDEBUG"
116 Culture="1033"/>
117 <Tool
118 Name="VCWebServiceProxyGeneratorTool"/>
119 <Tool
120 Name="VCWebDeploymentTool"/>
121 </Configuration>
122 </Configurations>
123 <Files>
124 <Filter
125 Name="Source Files"
126 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
127 <File
128 RelativePath="..\..\..\..\progs\demos\gears.c">
129 <FileConfiguration
130 Name="Debug|Win32">
131 <Tool
132 Name="VCCLCompilerTool"
133 AdditionalIncludeDirectories=""/>
134 </FileConfiguration>
135 <FileConfiguration
136 Name="Release|Win32">
137 <Tool
138 Name="VCCLCompilerTool"
139 AdditionalIncludeDirectories=""/>
140 </FileConfiguration>
141 </File>
142 </Filter>
143 <Filter
144 Name="Header Files"
145 Filter="h;hpp;hxx;hm;inl">
146 </Filter>
147 <Filter
148 Name="Resource Files"
149 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
150 </Filter>
151 </Files>
152 <Globals>
153 </Globals>
154 </VisualStudioProject>