0aab8cf9d461cdc64870001de808c748d0fa30de
[mesa.git] / windows / VC8 / mesa / gdi / gdi.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="gdi"
6 ProjectGUID="{A1B24907-E196-4826-B6AF-26723629B633}"
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/gdi.tlb"
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
50 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;_DLL;BUILD_GL32;MESA_MINWARN"
51 BasicRuntimeChecks="3"
52 RuntimeLibrary="1"
53 PrecompiledHeaderFile=".\Debug/gdi.pch"
54 AssemblerListingLocation=".\Debug/"
55 ObjectFile=".\Debug/"
56 ProgramDataBaseFileName=".\Debug/"
57 BrowseInformation="1"
58 WarningLevel="3"
59 SuppressStartupBanner="true"
60 DebugInformationFormat="3"
61 CompileAs="0"
62 />
63 <Tool
64 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="_DEBUG"
69 Culture="1033"
70 />
71 <Tool
72 Name="VCPreLinkEventTool"
73 />
74 <Tool
75 Name="VCLinkerTool"
76 AdditionalOptions="/MACHINE:I386"
77 AdditionalDependencies="mesa.lib msvcrtd.lib gdi32.lib user32.lib winmm.lib odbc32.lib odbccp32.lib"
78 OutputFile="Debug/OPENGL32.DLL"
79 LinkIncremental="1"
80 SuppressStartupBanner="true"
81 AdditionalLibraryDirectories="../mesa/Debug"
82 IgnoreAllDefaultLibraries="true"
83 ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
84 GenerateDebugInformation="true"
85 ProgramDatabaseFile=".\Debug/OPENGL32.pdb"
86 ImportLibrary=".\Debug/OPENGL32.lib"
87 />
88 <Tool
89 Name="VCALinkTool"
90 />
91 <Tool
92 Name="VCManifestTool"
93 />
94 <Tool
95 Name="VCXDCMakeTool"
96 />
97 <Tool
98 Name="VCBscMakeTool"
99 />
100 <Tool
101 Name="VCFxCopTool"
102 />
103 <Tool
104 Name="VCAppVerifierTool"
105 />
106 <Tool
107 Name="VCWebDeploymentTool"
108 />
109 <Tool
110 Name="VCPostBuildEventTool"
111 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Debug\OPENGL32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Debug\OPENGL32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Debug\OPENGL32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
112 />
113 </Configuration>
114 <Configuration
115 Name="Release|Win32"
116 OutputDirectory=".\Release"
117 IntermediateDirectory=".\Release"
118 ConfigurationType="2"
119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
120 UseOfMFC="0"
121 ATLMinimizesCRunTimeLibraryUsage="false"
122 CharacterSet="2"
123 >
124 <Tool
125 Name="VCPreBuildEventTool"
126 />
127 <Tool
128 Name="VCCustomBuildTool"
129 />
130 <Tool
131 Name="VCXMLDataGeneratorTool"
132 />
133 <Tool
134 Name="VCWebServiceProxyGeneratorTool"
135 />
136 <Tool
137 Name="VCMIDLTool"
138 PreprocessorDefinitions="NDEBUG"
139 MkTypLibCompatible="true"
140 SuppressStartupBanner="true"
141 TargetEnvironment="1"
142 TypeLibraryName=".\Release/gdi.tlb"
143 />
144 <Tool
145 Name="VCCLCompilerTool"
146 InlineFunctionExpansion="1"
147 AdditionalIncludeDirectories="../../main,../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
148 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;_DLL;BUILD_GL32;MESA_MINWARN"
149 StringPooling="true"
150 RuntimeLibrary="0"
151 EnableFunctionLevelLinking="true"
152 PrecompiledHeaderFile=".\Release/gdi.pch"
153 AssemblerListingLocation=".\Release/"
154 ObjectFile=".\Release/"
155 ProgramDataBaseFileName=".\Release/"
156 WarningLevel="3"
157 SuppressStartupBanner="true"
158 CompileAs="0"
159 />
160 <Tool
161 Name="VCManagedResourceCompilerTool"
162 />
163 <Tool
164 Name="VCResourceCompilerTool"
165 PreprocessorDefinitions="NDEBUG"
166 Culture="1033"
167 />
168 <Tool
169 Name="VCPreLinkEventTool"
170 />
171 <Tool
172 Name="VCLinkerTool"
173 AdditionalOptions="/MACHINE:I386"
174 AdditionalDependencies="mesa.lib winmm.lib gdi32.lib user32.lib msvcrt.lib odbc32.lib odbccp32.lib"
175 OutputFile="Release/OPENGL32.DLL"
176 LinkIncremental="1"
177 SuppressStartupBanner="true"
178 AdditionalLibraryDirectories="../mesa/Release"
179 IgnoreAllDefaultLibraries="true"
180 ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
181 ProgramDatabaseFile=".\Release/OPENGL32.pdb"
182 ImportLibrary=".\Release/OPENGL32.lib"
183 />
184 <Tool
185 Name="VCALinkTool"
186 />
187 <Tool
188 Name="VCManifestTool"
189 />
190 <Tool
191 Name="VCXDCMakeTool"
192 />
193 <Tool
194 Name="VCBscMakeTool"
195 />
196 <Tool
197 Name="VCFxCopTool"
198 />
199 <Tool
200 Name="VCAppVerifierTool"
201 />
202 <Tool
203 Name="VCWebDeploymentTool"
204 />
205 <Tool
206 Name="VCPostBuildEventTool"
207 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Release\OPENGL32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Release\OPENGL32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Release\OPENGL32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
208 />
209 </Configuration>
210 </Configurations>
211 <References>
212 </References>
213 <Files>
214 <Filter
215 Name="Source Files"
216 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
217 >
218 <File
219 RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.c"
220 >
221 </File>
222 <File
223 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
224 >
225 </File>
226 <File
227 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wgl.c"
228 >
229 </File>
230 <File
231 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesa.c"
232 >
233 </File>
234 </Filter>
235 <Filter
236 Name="Header Files"
237 Filter="h;hpp;hxx;hm;inl"
238 >
239 <File
240 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\colors.h"
241 >
242 </File>
243 <File
244 RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.h"
245 >
246 </File>
247 <File
248 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesadef.h"
249 >
250 </File>
251 </Filter>
252 <Filter
253 Name="Resource Files"
254 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
255 >
256 </Filter>
257 </Files>
258 <Globals>
259 </Globals>
260 </VisualStudioProject>