"Initial commit to Gerrit"
[profile/ivi/cogl.git] / build / win32 / vs9 / cogl.vcproj
1 <?xml version="1.0" encoding="big5"?>
2 <VisualStudioProject
3  ProjectType="Visual C++"
4  Version="9.00"
5  Name="cogl"
6  ProjectGUID="{F3A80987-5411-43DB-A23B-06F2076E1206}"
7  RootNamespace="cogl"
8  Keyword="Win32Proj"
9  TargetFrameworkVersion="196613"
10  >
11  <Platforms>
12   <Platform
13    Name="Win32"
14   />
15   <Platform
16    Name="x64"
17   />
18  </Platforms>
19  <ToolFiles>
20  </ToolFiles>
21  <Configurations>
22   <Configuration
23    Name="Debug|Win32"
24    InheritedPropertySheets=".\cogl.vsprops"
25    ConfigurationType="2"
26    CharacterSet="1"
27    >
28    <Tool
29     Name="VCPreBuildEventTool"
30     CommandLine="
31 $(DoDefines)
32 $(PreBuildCmd)
33        "
34    />
35    <Tool
36     Name="VCCLCompilerTool"
37     Optimization="0"
38     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
39     PreprocessorDefinitions="$(DebugLibBuildDefines);$(CoglBuildDefines)"
40     MinimalRebuild="true"
41     BasicRuntimeChecks="3"
42     RuntimeLibrary="3"
43     UsePrecompiledHeader="0"
44     WarningLevel="3"
45     DebugInformationFormat="4"
46    />
47    <Tool
48     Name="VCPreLinkEventTool"
49     CommandLine="$(GenerateCoglDef)"
50    />
51    <Tool
52     Name="VCLinkerTool"
53     AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
54     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
55     LinkIncremental="2"
56     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
57     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
58     GenerateDebugInformation="true"
59     SubSystem="2"
60     TargetMachine="1"
61    />
62   </Configuration>
63   <Configuration
64    Name="Debug_SDL|Win32"
65    InheritedPropertySheets=".\cogl.vsprops"
66    OutputDirectory="$(SolutionDir)\Debug\$(PlatformName)\bin"
67    ConfigurationType="2"
68    CharacterSet="1"
69    >
70    <Tool
71     Name="VCPreBuildEventTool"
72     CommandLine="
73 $(DoDefinesSDL)
74 $(PreBuildCmd)
75        "
76    />
77    <Tool
78     Name="VCCLCompilerTool"
79     Optimization="0"
80     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
81     PreprocessorDefinitions="$(DebugLibBuildDefines);$(CoglBuildDefines)"
82     MinimalRebuild="true"
83     BasicRuntimeChecks="3"
84     RuntimeLibrary="3"
85     UsePrecompiledHeader="0"
86     WarningLevel="3"
87     DebugInformationFormat="4"
88    />
89    <Tool
90     Name="VCPreLinkEventTool"
91     CommandLine="$(GenerateCoglDef)"
92    />
93    <Tool
94     Name="VCLinkerTool"
95     AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
96     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
97     LinkIncremental="2"
98     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
99     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
100     GenerateDebugInformation="true"
101     SubSystem="2"
102     TargetMachine="1"
103    />
104   </Configuration>
105   <Configuration
106    Name="Debug|x64"
107    InheritedPropertySheets=".\cogl.vsprops"
108    ConfigurationType="2"
109    CharacterSet="2"
110    >
111    <Tool
112     Name="VCPreBuildEventTool"
113     CommandLine="
114 $(DoDefines)
115 $(PreBuildCmd)
116        "
117    />
118    <Tool
119     Name="VCCLCompilerTool"
120     Optimization="0"
121     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
122     PreprocessorDefinitions="$(DebugLibBuildDefines);$(CoglBuildDefines)"
123     MinimalRebuild="true"
124     BasicRuntimeChecks="3"
125     RuntimeLibrary="3"
126     UsePrecompiledHeader="0"
127     WarningLevel="3"
128     DebugInformationFormat="3"
129    />
130    <Tool
131     Name="VCPreLinkEventTool"
132     CommandLine="$(GenerateCoglDef)"
133    />
134    <Tool
135     Name="VCLinkerTool"
136     AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
137     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
138     LinkIncremental="2"
139     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
140     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
141     GenerateDebugInformation="true"
142     SubSystem="2"
143     TargetMachine="17"
144    />
145   </Configuration>
146   <Configuration
147    Name="Debug_SDL|x64"
148    InheritedPropertySheets=".\cogl.vsprops"
149    OutputDirectory="$(SolutionDir)\Debug\$(PlatformName)\bin"
150    ConfigurationType="2"
151    CharacterSet="2"
152    >
153    <Tool
154     Name="VCPreBuildEventTool"
155     CommandLine="
156 $(DoDefinesSDL)
157 $(PreBuildCmd)
158        "
159    />
160    <Tool
161     Name="VCCLCompilerTool"
162     Optimization="0"
163     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
164     PreprocessorDefinitions="$(DebugLibBuildDefines);$(CoglBuildDefines)"
165     MinimalRebuild="true"
166     BasicRuntimeChecks="3"
167     RuntimeLibrary="3"
168     UsePrecompiledHeader="0"
169     WarningLevel="3"
170     DebugInformationFormat="3"
171    />
172    <Tool
173     Name="VCPreLinkEventTool"
174     CommandLine="$(GenerateCoglDef)"
175    />
176    <Tool
177     Name="VCLinkerTool"
178     AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
179     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
180     LinkIncremental="2"
181     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
182     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
183     GenerateDebugInformation="true"
184     SubSystem="2"
185     TargetMachine="17"
186    />
187   </Configuration>
188   <Configuration
189    Name="Release|Win32"
190    InheritedPropertySheets=".\cogl.vsprops"
191    ConfigurationType="2"
192    CharacterSet="1"
193    WholeProgramOptimization="1"
194    >
195    <Tool
196     Name="VCPreBuildEventTool"
197     CommandLine="
198 $(DoDefines)
199 $(PreBuildCmd)
200        "
201    />
202    <Tool
203     Name="VCCLCompilerTool"
204     Optimization="2"
205     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
206     EnableIntrinsicFunctions="true"
207     PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(CoglBuildDefines)"
208     RuntimeLibrary="2"
209     EnableFunctionLevelLinking="true"
210     UsePrecompiledHeader="0"
211     WarningLevel="3"
212     DebugInformationFormat="3"
213    />
214    <Tool
215     Name="VCPreLinkEventTool"
216     CommandLine="$(GenerateCoglDef)"
217    />
218    <Tool
219     Name="VCLinkerTool"
220     AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
221     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
222     LinkIncremental="1"
223     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
224     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
225     GenerateDebugInformation="true"
226     SubSystem="2"
227     OptimizeReferences="2"
228     EnableCOMDATFolding="2"
229     TargetMachine="1"
230    />
231   </Configuration>
232   <Configuration
233    Name="Release_SDL|Win32"
234    InheritedPropertySheets=".\cogl.vsprops"
235    OutputDirectory="$(SolutionDir)\Release\$(PlatformName)\bin"
236    ConfigurationType="2"
237    CharacterSet="1"
238    WholeProgramOptimization="1"
239    >
240    <Tool
241     Name="VCPreBuildEventTool"
242     CommandLine="
243 $(DoDefinesSDL)
244 $(PreBuildCmd)
245        "
246    />
247    <Tool
248     Name="VCCLCompilerTool"
249     Optimization="2"
250     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
251     EnableIntrinsicFunctions="true"
252     PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(CoglBuildDefines)"
253     RuntimeLibrary="2"
254     EnableFunctionLevelLinking="true"
255     UsePrecompiledHeader="0"
256     WarningLevel="3"
257     DebugInformationFormat="3"
258    />
259    <Tool
260     Name="VCPreLinkEventTool"
261     CommandLine="$(GenerateCoglDef)"
262    />
263    <Tool
264     Name="VCLinkerTool"
265     AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
266     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
267     LinkIncremental="1"
268     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
269     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
270     GenerateDebugInformation="true"
271     SubSystem="2"
272     OptimizeReferences="2"
273     EnableCOMDATFolding="2"
274     TargetMachine="1"
275    />
276   </Configuration>
277   <Configuration
278    Name="Release|x64"
279    InheritedPropertySheets=".\cogl.vsprops"
280    ConfigurationType="2"
281    CharacterSet="2"
282    >
283    <Tool
284     Name="VCPreBuildEventTool"
285     CommandLine="
286 $(DoDefines)
287 $(PreBuildCmd)
288        "
289    />
290    <Tool
291     Name="VCCLCompilerTool"
292     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
293     PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(CoglBuildDefines)"
294     RuntimeLibrary="2"
295     UsePrecompiledHeader="0"
296     WarningLevel="3"
297     DebugInformationFormat="3"
298    />
299    <Tool
300     Name="VCPreLinkEventTool"
301     CommandLine="$(GenerateCoglDef)"
302    />
303    <Tool
304     Name="VCLinkerTool"
305     AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
306     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
307     LinkIncremental="2"
308     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
309     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
310     GenerateDebugInformation="true"
311     SubSystem="2"
312     OptimizeReferences="2"
313     EnableCOMDATFolding="2"
314     TargetMachine="17"
315    />
316   </Configuration>
317   <Configuration
318    Name="Release_SDL|x64"
319    InheritedPropertySheets=".\cogl.vsprops"
320    OutputDirectory="$(SolutionDir)\Release\$(PlatformName)\bin"
321    ConfigurationType="2"
322    CharacterSet="2"
323    >
324    <Tool
325     Name="VCPreBuildEventTool"
326     CommandLine="
327 $(DoDefinesSDL)
328 $(PreBuildCmd)
329        "
330    />
331    <Tool
332     Name="VCCLCompilerTool"
333     AdditionalIncludeDirectories="..\..\..\cogl\tesselator;..\..\..\cogl\winsys;..\..\..\cogl\driver\gl"
334     PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(CoglBuildDefines)"
335     RuntimeLibrary="2"
336     UsePrecompiledHeader="0"
337     WarningLevel="3"
338     DebugInformationFormat="3"
339    />
340    <Tool
341     Name="VCPreLinkEventTool"
342     CommandLine="$(GenerateCoglDef)"
343    />
344    <Tool
345     Name="VCLinkerTool"
346     AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
347     OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
348     LinkIncremental="2"
349     ModuleDefinitionFile="..\..\..\cogl\cogl.def"
350     ImportLibrary="$(TargetDir)$(ProjectName)-$(CoglApiVersion).lib"
351     GenerateDebugInformation="true"
352     SubSystem="2"
353     OptimizeReferences="2"
354     EnableCOMDATFolding="2"
355     TargetMachine="17"
356    />
357   </Configuration>
358  </Configurations>
359  <References>
360  </References>
361  <Files>
362   <Filter Name="Sources"
363    Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
364    UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
365    >
366    <File RelativePath="..\..\..\cogl\winsys\cogl-winsys-wgl.c" />
367    <File RelativePath="..\..\..\cogl\winsys\cogl-winsys-sdl.c" >
368     <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
369     <FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
370     <FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
371     <FileConfiguration Name="Release|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
372    </File>
373    <File RelativePath="..\..\..\cogl\cogl-win32-renderer.c" />
374    <File RelativePath="..\..\..\cogl\.\winsys\cogl-winsys.c" />
375    <File RelativePath="..\..\..\cogl\.\tesselator\dict.c" />
376    <File RelativePath="..\..\..\cogl\.\tesselator\geom.c" />
377    <File RelativePath="..\..\..\cogl\.\tesselator\mesh.c" />
378    <File RelativePath="..\..\..\cogl\.\tesselator\normal.c" />
379    <File RelativePath="..\..\..\cogl\.\tesselator\priorityq.c" />
380    <File RelativePath="..\..\..\cogl\.\tesselator\render.c" />
381    <File RelativePath="..\..\..\cogl\.\tesselator\sweep.c" />
382    <File RelativePath="..\..\..\cogl\.\tesselator\tess.c" />
383    <File RelativePath="..\..\..\cogl\.\tesselator\tessmono.c" />
384    <File RelativePath="..\..\..\cogl\.\cogl-context.c" />
385    <File RelativePath="..\..\..\cogl\.\cogl-renderer.c" />
386    <File RelativePath="..\..\..\cogl\.\cogl-swap-chain.c" />
387    <File RelativePath="..\..\..\cogl\.\cogl-onscreen-template.c" />
388    <File RelativePath="..\..\..\cogl\.\cogl-display.c" />
389    <File RelativePath="..\..\..\cogl\.\cogl.c" />
390    <File RelativePath="..\..\..\cogl\.\cogl-object.c" />
391    <File RelativePath="..\..\..\cogl\.\cogl-util.c" />
392    <File RelativePath="..\..\..\cogl\.\cogl-bitmap.c" />
393    <File RelativePath="..\..\..\cogl\.\cogl-bitmap-conversion.c" />
394    <File RelativePath="..\..\..\cogl\.\cogl-primitives.c" />
395    <File RelativePath="..\..\..\cogl\.\cogl-path.c" />
396    <File RelativePath="..\..\..\cogl\.\cogl2-path.c" />
397    <File RelativePath="..\..\..\cogl\.\cogl-bitmap-pixbuf.c" />
398    <File RelativePath="..\..\..\cogl\.\cogl-clip-stack.c" />
399    <File RelativePath="..\..\..\cogl\.\cogl-clip-state.c" />
400    <File RelativePath="..\..\..\cogl\.\cogl2-compatibility.c" />
401    <File RelativePath="..\..\..\cogl\.\cogl-feature-private.c" />
402    <File RelativePath="..\..\..\cogl\.\cogl-fixed.c" />
403    <File RelativePath="..\..\..\cogl\.\cogl-color.c" />
404    <File RelativePath="..\..\..\cogl\.\cogl-buffer.c" />
405    <File RelativePath="..\..\..\cogl\.\cogl-pixel-buffer.c" />
406    <File RelativePath="..\..\..\cogl\.\cogl-vertex-buffer.c" />
407    <File RelativePath="..\..\..\cogl\.\cogl-index-buffer.c" />
408    <File RelativePath="..\..\..\cogl\.\cogl-attribute-buffer.c" />
409    <File RelativePath="..\..\..\cogl\.\cogl-indices.c" />
410    <File RelativePath="..\..\..\cogl\.\cogl-attribute.c" />
411    <File RelativePath="..\..\..\cogl\.\cogl-primitive.c" />
412    <File RelativePath="..\..\..\cogl\.\cogl-matrix.c" />
413    <File RelativePath="..\..\..\cogl\.\cogl-vector.c" />
414    <File RelativePath="..\..\..\cogl\.\cogl-euler.c" />
415    <File RelativePath="..\..\..\cogl\.\cogl-quaternion.c" />
416    <File RelativePath="..\..\..\cogl\.\cogl-matrix-stack.c" />
417    <File RelativePath="..\..\..\cogl\.\cogl-depth-state.c" />
418    <File RelativePath="..\..\..\cogl\.\cogl-node.c" />
419    <File RelativePath="..\..\..\cogl\.\cogl-pipeline.c" />
420    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-layer.c" />
421    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-state.c" />
422    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-layer-state.c" />
423    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-debug.c" />
424    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-opengl.c" />
425    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-fragend-glsl.c" />
426    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-fragend-arbfp.c" />
427    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-fragend-fixed.c" />
428    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-vertend-glsl.c" />
429    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-vertend-fixed.c" />
430    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-progend-fixed.c" />
431    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-progend-glsl.c" />
432    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-snippet.c" />
433    <File RelativePath="..\..\..\cogl\.\cogl-pipeline-cache.c" />
434    <File RelativePath="..\..\..\cogl\.\cogl-material-compat.c" />
435    <File RelativePath="..\..\..\cogl\.\cogl-program.c" />
436    <File RelativePath="..\..\..\cogl\.\cogl-blend-string.c" />
437    <File RelativePath="..\..\..\cogl\.\cogl-debug.c" />
438    <File RelativePath="..\..\..\cogl\.\cogl-sub-texture.c" />
439    <File RelativePath="..\..\..\cogl\.\cogl-texture.c" />
440    <File RelativePath="..\..\..\cogl\.\cogl-texture-2d.c" />
441    <File RelativePath="..\..\..\cogl\.\cogl-texture-2d-sliced.c" />
442    <File RelativePath="..\..\..\cogl\.\cogl-texture-3d.c" />
443    <File RelativePath="..\..\..\cogl\.\cogl-texture-rectangle.c" />
444    <File RelativePath="..\..\..\cogl\.\cogl-rectangle-map.c" />
445    <File RelativePath="..\..\..\cogl\.\cogl-atlas.c" />
446    <File RelativePath="..\..\..\cogl\.\cogl-atlas-texture.c" />
447    <File RelativePath="..\..\..\cogl\.\cogl-meta-texture.c" />
448    <File RelativePath="..\..\..\cogl\.\cogl-blit.c" />
449    <File RelativePath="..\..\..\cogl\.\cogl-spans.c" />
450    <File RelativePath="..\..\..\cogl\.\cogl-journal.c" />
451    <File RelativePath="..\..\..\cogl\.\cogl-framebuffer.c" />
452    <File RelativePath="..\..\..\cogl\.\cogl-onscreen.c" />
453    <File RelativePath="..\..\..\cogl\.\cogl-profile.c" />
454    <File RelativePath="..\..\..\cogl\.\cogl-bitmask.c" />
455    <File RelativePath="..\..\..\cogl\.\cogl-shader.c" />
456    <File RelativePath="..\..\..\cogl\.\cogl-point-in-poly.c" />
457    <File RelativePath="..\..\..\cogl\.\cogl-clutter.c" />
458    <File RelativePath="..\..\..\cogl\.\winsys\cogl-winsys-stub.c" />
459    <File RelativePath="..\..\..\cogl\.\cogl-config.c" />
460    <File RelativePath="..\..\..\cogl\.\cogl-boxed-value.c" />
461    <File RelativePath="..\..\..\cogl\.\cogl-snippet.c" />
462    <File RelativePath="..\..\..\cogl\.\cogl-poll.c" />
463    <File RelativePath="..\..\..\cogl\.\cogl-glib-source.c" />
464    <File RelativePath="..\..\..\cogl\cogl-enum-types.c" />
465    <Filter Name="Driver_GL" >
466     <File RelativePath="..\..\..\cogl\driver\gl\cogl-gl.c" />
467     <File RelativePath="..\..\..\cogl\driver\gl\cogl-texture-driver-gl.c" />
468    </Filter>
469   </Filter>
470   <Filter Name="Headers"
471    Filter="h;hpp;hxx;hm;inl;inc;xsd"
472    UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
473    >
474   </Filter>
475   <Filter Name="Resource Files">
476    <File RelativePath="..\..\..\cogl\cogl.rc" />
477   </Filter>
478  </Files>
479  <Globals>
480  </Globals>
481 </VisualStudioProject>