~ubuntu-branches/ubuntu/jaunty/mesa/jaunty

« back to all changes in this revision

Viewing changes to windows/VC8/progs/demos/gears_staticCRT.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-23 10:20:24 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123102024-1f3kmb3aea7wzk67
Tags: 7.3~rc3-1ubuntu1
* Merge with Debian experimental.
* Drop 102_dont_vblank.patch, since the new drm code in the kernel
  fixes the bugs that it worked around.
* Bump the build-dependency of libdrm to 2.4.4. It's the first version
  with necessary changes to build this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8,00"
 
5
        Name="gears_staticCRT"
 
6
        ProjectGUID="{3A7B0671-10F8-45D1-B012-F6D650F817CE}"
 
7
        RootNamespace="gears"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory=".\Debug"
 
20
                        IntermediateDirectory=".\Debug"
 
21
                        ConfigurationType="1"
 
22
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
23
                        UseOfMFC="0"
 
24
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
25
                        CharacterSet="2"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                                TypeLibraryName=".\Debug/gears.tlb"
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCCLCompilerTool"
 
45
                                Optimization="0"
 
46
                                AdditionalIncludeDirectories="../../../../include"
 
47
                                PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="1"
 
50
                                PrecompiledHeaderFile=".\Debug/gears.pch"
 
51
                                AssemblerListingLocation=".\Debug/"
 
52
                                ObjectFile=".\Debug/"
 
53
                                ProgramDataBaseFileName=".\Debug/"
 
54
                                WarningLevel="3"
 
55
                                SuppressStartupBanner="true"
 
56
                                DebugInformationFormat="3"
 
57
                                CompileAs="0"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCManagedResourceCompilerTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCResourceCompilerTool"
 
64
                                PreprocessorDefinitions="_DEBUG"
 
65
                                Culture="1033"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCPreLinkEventTool"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCLinkerTool"
 
72
                                AdditionalOptions="/MACHINE:I386"
 
73
                                OutputFile=".\Debug/gears.exe"
 
74
                                LinkIncremental="2"
 
75
                                SuppressStartupBanner="true"
 
76
                                AdditionalLibraryDirectories="../glut/Debug"
 
77
                                GenerateDebugInformation="true"
 
78
                                ProgramDatabaseFile=".\Debug/gears.pdb"
 
79
                                SubSystem="1"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCALinkTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCManifestTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCXDCMakeTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCBscMakeTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCFxCopTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCAppVerifierTool"
 
98
                        />
 
99
                        <Tool
 
100
                                Name="VCWebDeploymentTool"
 
101
                        />
 
102
                        <Tool
 
103
                                Name="VCPostBuildEventTool"
 
104
                                CommandLine="copy Debug\gears.exe ..\..\..\..\progs\demos"
 
105
                        />
 
106
                </Configuration>
 
107
                <Configuration
 
108
                        Name="Release|Win32"
 
109
                        OutputDirectory=".\Release"
 
110
                        IntermediateDirectory=".\Release"
 
111
                        ConfigurationType="1"
 
112
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
113
                        UseOfMFC="0"
 
114
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
115
                        CharacterSet="2"
 
116
                        >
 
117
                        <Tool
 
118
                                Name="VCPreBuildEventTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCustomBuildTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCXMLDataGeneratorTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCWebServiceProxyGeneratorTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCMIDLTool"
 
131
                                TypeLibraryName=".\Release/gears.tlb"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCCLCompilerTool"
 
135
                                InlineFunctionExpansion="1"
 
136
                                AdditionalIncludeDirectories="../../../../include"
 
137
                                PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
 
138
                                StringPooling="true"
 
139
                                RuntimeLibrary="0"
 
140
                                EnableFunctionLevelLinking="true"
 
141
                                PrecompiledHeaderFile=".\Release/gears.pch"
 
142
                                AssemblerListingLocation=".\Release/"
 
143
                                ObjectFile=".\Release/"
 
144
                                ProgramDataBaseFileName=".\Release/"
 
145
                                WarningLevel="3"
 
146
                                SuppressStartupBanner="true"
 
147
                                CompileAs="0"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCManagedResourceCompilerTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCResourceCompilerTool"
 
154
                                PreprocessorDefinitions="NDEBUG"
 
155
                                Culture="1033"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCPreLinkEventTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCLinkerTool"
 
162
                                AdditionalOptions="/MACHINE:I386"
 
163
                                OutputFile=".\Release/gears.exe"
 
164
                                LinkIncremental="1"
 
165
                                SuppressStartupBanner="true"
 
166
                                AdditionalLibraryDirectories="../glut/Release"
 
167
                                ProgramDatabaseFile=".\Release/gears.pdb"
 
168
                                SubSystem="1"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCALinkTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCManifestTool"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCXDCMakeTool"
 
178
                        />
 
179
                        <Tool
 
180
                                Name="VCBscMakeTool"
 
181
                        />
 
182
                        <Tool
 
183
                                Name="VCFxCopTool"
 
184
                        />
 
185
                        <Tool
 
186
                                Name="VCAppVerifierTool"
 
187
                        />
 
188
                        <Tool
 
189
                                Name="VCWebDeploymentTool"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCPostBuildEventTool"
 
193
                                CommandLine="copy Release\gears.exe ..\..\..\..\progs\demos"
 
194
                        />
 
195
                </Configuration>
 
196
        </Configurations>
 
197
        <References>
 
198
        </References>
 
199
        <Files>
 
200
                <Filter
 
201
                        Name="Source Files"
 
202
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
203
                        >
 
204
                        <File
 
205
                                RelativePath="..\..\..\..\progs\demos\gears.c"
 
206
                                >
 
207
                                <FileConfiguration
 
208
                                        Name="Debug|Win32"
 
209
                                        >
 
210
                                        <Tool
 
211
                                                Name="VCCLCompilerTool"
 
212
                                                AdditionalIncludeDirectories=""
 
213
                                        />
 
214
                                </FileConfiguration>
 
215
                                <FileConfiguration
 
216
                                        Name="Release|Win32"
 
217
                                        >
 
218
                                        <Tool
 
219
                                                Name="VCCLCompilerTool"
 
220
                                                AdditionalIncludeDirectories=""
 
221
                                        />
 
222
                                </FileConfiguration>
 
223
                        </File>
 
224
                </Filter>
 
225
                <Filter
 
226
                        Name="Header Files"
 
227
                        Filter="h;hpp;hxx;hm;inl"
 
228
                        >
 
229
                </Filter>
 
230
                <Filter
 
231
                        Name="Resource Files"
 
232
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
233
                        >
 
234
                </Filter>
 
235
        </Files>
 
236
        <Globals>
 
237
        </Globals>
 
238
</VisualStudioProject>