scons: Build glu.
[mesa.git] / windows / VC7 / mesa / gdi / gdi.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="gdi"
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="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
25 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;_DLL;BUILD_GL32;MESA_MINWARN"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="1"
28 PrecompiledHeaderFile=".\Debug/gdi.pch"
29 AssemblerListingLocation=".\Debug/"
30 ObjectFile=".\Debug/"
31 ProgramDataBaseFileName=".\Debug/"
32 BrowseInformation="1"
33 WarningLevel="3"
34 SuppressStartupBanner="TRUE"
35 DebugInformationFormat="3"
36 CompileAs="0"/>
37 <Tool
38 Name="VCCustomBuildTool"/>
39 <Tool
40 Name="VCLinkerTool"
41 AdditionalOptions="/MACHINE:I386"
42 AdditionalDependencies="mesa.lib winmm.lib msvcrtd.lib odbc32.lib odbccp32.lib"
43 OutputFile="Debug/OPENGL32.DLL"
44 LinkIncremental="1"
45 SuppressStartupBanner="TRUE"
46 AdditionalLibraryDirectories="../mesa/Debug"
47 IgnoreAllDefaultLibraries="TRUE"
48 ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
49 GenerateDebugInformation="TRUE"
50 ProgramDatabaseFile=".\Debug/OPENGL32.pdb"
51 ImportLibrary=".\Debug/OPENGL32.lib"/>
52 <Tool
53 Name="VCMIDLTool"
54 PreprocessorDefinitions="_DEBUG"
55 MkTypLibCompatible="TRUE"
56 SuppressStartupBanner="TRUE"
57 TargetEnvironment="1"
58 TypeLibraryName=".\Debug/gdi.tlb"/>
59 <Tool
60 Name="VCPostBuildEventTool"
61 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
62 copy Debug\OPENGL32.LIB ..\..\..\..\lib
63 copy Debug\OPENGL32.DLL ..\..\..\..\lib
64 if exist ..\..\..\..\progs\demos copy Debug\OPENGL32.DLL ..\..\..\..\progs\demos
65 "/>
66 <Tool
67 Name="VCPreBuildEventTool"/>
68 <Tool
69 Name="VCPreLinkEventTool"/>
70 <Tool
71 Name="VCResourceCompilerTool"
72 PreprocessorDefinitions="_DEBUG"
73 Culture="1033"/>
74 <Tool
75 Name="VCWebServiceProxyGeneratorTool"/>
76 <Tool
77 Name="VCXMLDataGeneratorTool"/>
78 <Tool
79 Name="VCWebDeploymentTool"/>
80 <Tool
81 Name="VCManagedWrapperGeneratorTool"/>
82 <Tool
83 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
84 </Configuration>
85 <Configuration
86 Name="Release|Win32"
87 OutputDirectory=".\Release"
88 IntermediateDirectory=".\Release"
89 ConfigurationType="2"
90 UseOfMFC="0"
91 ATLMinimizesCRunTimeLibraryUsage="FALSE"
92 CharacterSet="2">
93 <Tool
94 Name="VCCLCompilerTool"
95 InlineFunctionExpansion="1"
96 AdditionalIncludeDirectories="../../main,../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
97 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;_DLL;BUILD_GL32;MESA_MINWARN"
98 StringPooling="TRUE"
99 RuntimeLibrary="0"
100 EnableFunctionLevelLinking="TRUE"
101 PrecompiledHeaderFile=".\Release/gdi.pch"
102 AssemblerListingLocation=".\Release/"
103 ObjectFile=".\Release/"
104 ProgramDataBaseFileName=".\Release/"
105 WarningLevel="3"
106 SuppressStartupBanner="TRUE"
107 CompileAs="0"/>
108 <Tool
109 Name="VCCustomBuildTool"/>
110 <Tool
111 Name="VCLinkerTool"
112 AdditionalOptions="/MACHINE:I386"
113 AdditionalDependencies="mesa.lib winmm.lib msvcrt.lib odbc32.lib odbccp32.lib"
114 OutputFile="Release/OPENGL32.DLL"
115 LinkIncremental="1"
116 SuppressStartupBanner="TRUE"
117 AdditionalLibraryDirectories="../mesa/Release"
118 IgnoreAllDefaultLibraries="TRUE"
119 ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
120 ProgramDatabaseFile=".\Release/OPENGL32.pdb"
121 ImportLibrary=".\Release/OPENGL32.lib"/>
122 <Tool
123 Name="VCMIDLTool"
124 PreprocessorDefinitions="NDEBUG"
125 MkTypLibCompatible="TRUE"
126 SuppressStartupBanner="TRUE"
127 TargetEnvironment="1"
128 TypeLibraryName=".\Release/gdi.tlb"/>
129 <Tool
130 Name="VCPostBuildEventTool"
131 CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
132 copy Release\OPENGL32.LIB ..\..\..\..\lib
133 copy Release\OPENGL32.DLL ..\..\..\..\lib
134 if exist ..\..\..\..\progs\demos copy Release\OPENGL32.DLL ..\..\..\..\progs\demos
135 "/>
136 <Tool
137 Name="VCPreBuildEventTool"/>
138 <Tool
139 Name="VCPreLinkEventTool"/>
140 <Tool
141 Name="VCResourceCompilerTool"
142 PreprocessorDefinitions="NDEBUG"
143 Culture="1033"/>
144 <Tool
145 Name="VCWebServiceProxyGeneratorTool"/>
146 <Tool
147 Name="VCXMLDataGeneratorTool"/>
148 <Tool
149 Name="VCWebDeploymentTool"/>
150 <Tool
151 Name="VCManagedWrapperGeneratorTool"/>
152 <Tool
153 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
154 </Configuration>
155 </Configurations>
156 <References>
157 </References>
158 <Files>
159 <Filter
160 Name="Source Files"
161 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
162 <File
163 RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.c">
164 </File>
165 <File
166 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def">
167 </File>
168 <File
169 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wgl.c">
170 </File>
171 <File
172 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesa.c">
173 </File>
174 </Filter>
175 <Filter
176 Name="Header Files"
177 Filter="h;hpp;hxx;hm;inl">
178 <File
179 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\colors.h">
180 </File>
181 <File
182 RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.h">
183 </File>
184 <File
185 RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesadef.h">
186 </File>
187 </Filter>
188 <Filter
189 Name="Resource Files"
190 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
191 </Filter>
192 </Files>
193 <Globals>
194 </Globals>
195 </VisualStudioProject>