nvfx: don't crash on empty fragment program
[mesa.git] / windows / VC8 / mesa / glsl_apps_compile / glsl_apps_compile.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="glsl_apps_compile"
6 ProjectGUID="{98AB3D51-1820-4D14-9195-75FCA6997784}"
7 RootNamespace="glsl_apps_compile"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="1"
23 CharacterSet="1"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
44 MinimalRebuild="true"
45 BasicRuntimeChecks="3"
46 RuntimeLibrary="3"
47 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 Detect64BitPortabilityProblems="false"
50 DebugInformationFormat="4"
51 />
52 <Tool
53 Name="VCManagedResourceCompilerTool"
54 />
55 <Tool
56 Name="VCResourceCompilerTool"
57 />
58 <Tool
59 Name="VCPreLinkEventTool"
60 />
61 <Tool
62 Name="VCLinkerTool"
63 OutputFile="$(OutDir)\compile.exe"
64 LinkIncremental="2"
65 GenerateDebugInformation="true"
66 SubSystem="1"
67 TargetMachine="1"
68 />
69 <Tool
70 Name="VCALinkTool"
71 />
72 <Tool
73 Name="VCManifestTool"
74 />
75 <Tool
76 Name="VCXDCMakeTool"
77 />
78 <Tool
79 Name="VCBscMakeTool"
80 />
81 <Tool
82 Name="VCFxCopTool"
83 />
84 <Tool
85 Name="VCAppVerifierTool"
86 />
87 <Tool
88 Name="VCWebDeploymentTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98 IntermediateDirectory="$(ConfigurationName)"
99 ConfigurationType="1"
100 CharacterSet="1"
101 WholeProgramOptimization="1"
102 >
103 <Tool
104 Name="VCPreBuildEventTool"
105 />
106 <Tool
107 Name="VCCustomBuildTool"
108 />
109 <Tool
110 Name="VCXMLDataGeneratorTool"
111 />
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"
114 />
115 <Tool
116 Name="VCMIDLTool"
117 />
118 <Tool
119 Name="VCCLCompilerTool"
120 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
121 RuntimeLibrary="2"
122 UsePrecompiledHeader="0"
123 WarningLevel="3"
124 Detect64BitPortabilityProblems="false"
125 DebugInformationFormat="3"
126 />
127 <Tool
128 Name="VCManagedResourceCompilerTool"
129 />
130 <Tool
131 Name="VCResourceCompilerTool"
132 />
133 <Tool
134 Name="VCPreLinkEventTool"
135 />
136 <Tool
137 Name="VCLinkerTool"
138 OutputFile="$(OutDir)\compile.exe"
139 LinkIncremental="1"
140 GenerateDebugInformation="true"
141 SubSystem="1"
142 OptimizeReferences="2"
143 EnableCOMDATFolding="2"
144 TargetMachine="1"
145 />
146 <Tool
147 Name="VCALinkTool"
148 />
149 <Tool
150 Name="VCManifestTool"
151 />
152 <Tool
153 Name="VCXDCMakeTool"
154 />
155 <Tool
156 Name="VCBscMakeTool"
157 />
158 <Tool
159 Name="VCFxCopTool"
160 />
161 <Tool
162 Name="VCAppVerifierTool"
163 />
164 <Tool
165 Name="VCWebDeploymentTool"
166 />
167 <Tool
168 Name="VCPostBuildEventTool"
169 CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"
170 />
171 </Configuration>
172 </Configurations>
173 <References>
174 </References>
175 <Files>
176 <Filter
177 Name="Source Files"
178 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
180 >
181 <File
182 RelativePath="..\..\..\..\src\glsl\apps\compile.c"
183 >
184 </File>
185 <File
186 RelativePath="..\..\..\..\src\glsl\cl\sl_cl_parse.c"
187 >
188 </File>
189 <File
190 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_context.c"
191 >
192 </File>
193 <File
194 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_define.c"
195 >
196 </File>
197 <File
198 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_dict.c"
199 >
200 </File>
201 <File
202 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_error.c"
203 >
204 </File>
205 <File
206 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_expression.c"
207 >
208 </File>
209 <File
210 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_extension.c"
211 >
212 </File>
213 <File
214 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_if.c"
215 >
216 </File>
217 <File
218 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_line.c"
219 >
220 </File>
221 <File
222 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_macro.c"
223 >
224 </File>
225 <File
226 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_pragma.c"
227 >
228 </File>
229 <File
230 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_process.c"
231 >
232 </File>
233 <File
234 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_purify.c"
235 >
236 </File>
237 <File
238 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token.c"
239 >
240 </File>
241 <File
242 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token.h"
243 >
244 </File>
245 <File
246 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token_util.c"
247 >
248 </File>
249 <File
250 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_version.c"
251 >
252 </File>
253 </Filter>
254 <Filter
255 Name="Header Files"
256 Filter="h;hpp;hxx;hm;inl;inc;xsd"
257 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
258 >
259 <File
260 RelativePath="..\..\..\..\src\glsl\cl\sl_cl_parse.h"
261 >
262 </File>
263 <File
264 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_context.h"
265 >
266 </File>
267 <File
268 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_dict.h"
269 >
270 </File>
271 <File
272 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_expression.h"
273 >
274 </File>
275 <File
276 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_macro.h"
277 >
278 </File>
279 <File
280 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_process.h"
281 >
282 </File>
283 <File
284 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_public.h"
285 >
286 </File>
287 <File
288 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_purify.h"
289 >
290 </File>
291 <File
292 RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token_util.h"
293 >
294 </File>
295 </Filter>
296 <Filter
297 Name="Resource Files"
298 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
299 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
300 >
301 </Filter>
302 </Files>
303 <Globals>
304 </Globals>
305 </VisualStudioProject>