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