~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to intern/decimation/make/msvc_9_0/decimation.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

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="9,00"
 
5
        Name="INT_decimation"
 
6
        ProjectGUID="{C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}"
 
7
        RootNamespace="decimation"
 
8
        TargetFrameworkVersion="131072"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Blender Debug|Win32"
 
20
                        OutputDirectory="..\..\..\..\..\build\msvc_9\intern\decimation\debug"
 
21
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\decimation\debug"
 
22
                        ConfigurationType="4"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
24
                        UseOfMFC="0"
 
25
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
26
                        CharacterSet="2"
 
27
                        >
 
28
                        <Tool
 
29
                                Name="VCPreBuildEventTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCXMLDataGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCWebServiceProxyGeneratorTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCMIDLTool"
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCCLCompilerTool"
 
45
                                Optimization="0"
 
46
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_9\intern\memutil\include;..\..\..\..\..\build\msvc_9\intern\container\include;..\..\..\..\..\build\msvc_9\intern\moto\include"
 
47
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="1"
 
50
                                BufferSecurityCheck="true"
 
51
                                UsePrecompiledHeader="0"
 
52
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\decimation\debug\decimation.pch"
 
53
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\decimation\debug\"
 
54
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\decimation\debug\"
 
55
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\decimation\debug\"
 
56
                                WarningLevel="2"
 
57
                                SuppressStartupBanner="true"
 
58
                                DebugInformationFormat="3"
 
59
                                CompileAs="0"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCManagedResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCResourceCompilerTool"
 
66
                                PreprocessorDefinitions="_DEBUG"
 
67
                                Culture="1043"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCPreLinkEventTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCLibrarianTool"
 
74
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\debug\libdecimation.lib"
 
75
                                SuppressStartupBanner="true"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCALinkTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCXDCMakeTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCBscMakeTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCFxCopTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCPostBuildEventTool"
 
91
                                Description="Copying LOD files library (debug target) to lib tree"
 
92
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
 
93
                        />
 
94
                </Configuration>
 
95
                <Configuration
 
96
                        Name="Blender Release|Win32"
 
97
                        OutputDirectory="..\..\..\..\..\build\msvc_9\intern\decimation"
 
98
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\decimation"
 
99
                        ConfigurationType="4"
 
100
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
101
                        UseOfMFC="0"
 
102
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
103
                        CharacterSet="2"
 
104
                        >
 
105
                        <Tool
 
106
                                Name="VCPreBuildEventTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCCustomBuildTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCXMLDataGeneratorTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCWebServiceProxyGeneratorTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCMIDLTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCLCompilerTool"
 
122
                                InlineFunctionExpansion="2"
 
123
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_9\intern\memutil\include;..\..\..\..\..\build\msvc_9\intern\container\include;..\..\..\..\..\build\msvc_9\intern\moto\include"
 
124
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
125
                                StringPooling="true"
 
126
                                RuntimeLibrary="0"
 
127
                                EnableFunctionLevelLinking="true"
 
128
                                UsePrecompiledHeader="0"
 
129
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\decimation\decimation.pch"
 
130
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\decimation\"
 
131
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\decimation\"
 
132
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\decimation\"
 
133
                                WarningLevel="2"
 
134
                                SuppressStartupBanner="true"
 
135
                                CompileAs="0"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCManagedResourceCompilerTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCResourceCompilerTool"
 
142
                                PreprocessorDefinitions="NDEBUG"
 
143
                                Culture="1043"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCPreLinkEventTool"
 
147
                        />
 
148
                        <Tool
 
149
                                Name="VCLibrarianTool"
 
150
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\libdecimation.lib"
 
151
                                SuppressStartupBanner="true"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCALinkTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCXDCMakeTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCBscMakeTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCFxCopTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCPostBuildEventTool"
 
167
                                Description="Copying LOD files library to lib tree"
 
168
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
 
169
                        />
 
170
                </Configuration>
 
171
                <Configuration
 
172
                        Name="3DPlugin Release|Win32"
 
173
                        OutputDirectory="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll"
 
174
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll"
 
175
                        ConfigurationType="4"
 
176
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
177
                        UseOfMFC="0"
 
178
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
179
                        CharacterSet="2"
 
180
                        >
 
181
                        <Tool
 
182
                                Name="VCPreBuildEventTool"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCCustomBuildTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCXMLDataGeneratorTool"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCWebServiceProxyGeneratorTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCMIDLTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCCLCompilerTool"
 
198
                                InlineFunctionExpansion="2"
 
199
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_9\intern\memutil\include;..\..\..\..\..\build\msvc_9\intern\container\include;..\..\..\..\..\build\msvc_9\intern\moto\include"
 
200
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
201
                                StringPooling="true"
 
202
                                RuntimeLibrary="2"
 
203
                                EnableFunctionLevelLinking="true"
 
204
                                UsePrecompiledHeader="0"
 
205
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\decimation.pch"
 
206
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\"
 
207
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\"
 
208
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\"
 
209
                                WarningLevel="2"
 
210
                                SuppressStartupBanner="true"
 
211
                                CompileAs="0"
 
212
                        />
 
213
                        <Tool
 
214
                                Name="VCManagedResourceCompilerTool"
 
215
                        />
 
216
                        <Tool
 
217
                                Name="VCResourceCompilerTool"
 
218
                                PreprocessorDefinitions="NDEBUG"
 
219
                                Culture="1043"
 
220
                        />
 
221
                        <Tool
 
222
                                Name="VCPreLinkEventTool"
 
223
                        />
 
224
                        <Tool
 
225
                                Name="VCLibrarianTool"
 
226
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\mtdll\libdecimation.lib"
 
227
                                SuppressStartupBanner="true"
 
228
                        />
 
229
                        <Tool
 
230
                                Name="VCALinkTool"
 
231
                        />
 
232
                        <Tool
 
233
                                Name="VCXDCMakeTool"
 
234
                        />
 
235
                        <Tool
 
236
                                Name="VCBscMakeTool"
 
237
                        />
 
238
                        <Tool
 
239
                                Name="VCFxCopTool"
 
240
                        />
 
241
                        <Tool
 
242
                                Name="VCPostBuildEventTool"
 
243
                                Description="Copying LOD files library to lib tree"
 
244
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
 
245
                        />
 
246
                </Configuration>
 
247
                <Configuration
 
248
                        Name="3DPlugin Debug|Win32"
 
249
                        OutputDirectory="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\debug"
 
250
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\debug"
 
251
                        ConfigurationType="4"
 
252
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
253
                        UseOfMFC="0"
 
254
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
255
                        CharacterSet="2"
 
256
                        >
 
257
                        <Tool
 
258
                                Name="VCPreBuildEventTool"
 
259
                        />
 
260
                        <Tool
 
261
                                Name="VCCustomBuildTool"
 
262
                        />
 
263
                        <Tool
 
264
                                Name="VCXMLDataGeneratorTool"
 
265
                        />
 
266
                        <Tool
 
267
                                Name="VCWebServiceProxyGeneratorTool"
 
268
                        />
 
269
                        <Tool
 
270
                                Name="VCMIDLTool"
 
271
                        />
 
272
                        <Tool
 
273
                                Name="VCCLCompilerTool"
 
274
                                Optimization="0"
 
275
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_9\intern\memutil\include;..\..\..\..\..\build\msvc_9\intern\container\include;..\..\..\..\..\build\msvc_9\intern\moto\include"
 
276
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
277
                                BasicRuntimeChecks="3"
 
278
                                RuntimeLibrary="3"
 
279
                                BufferSecurityCheck="true"
 
280
                                UsePrecompiledHeader="0"
 
281
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\debug\decimation.pch"
 
282
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\debug\"
 
283
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\debug\"
 
284
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\decimation\mtdll\debug\"
 
285
                                WarningLevel="2"
 
286
                                SuppressStartupBanner="true"
 
287
                                DebugInformationFormat="3"
 
288
                                CompileAs="0"
 
289
                        />
 
290
                        <Tool
 
291
                                Name="VCManagedResourceCompilerTool"
 
292
                        />
 
293
                        <Tool
 
294
                                Name="VCResourceCompilerTool"
 
295
                                PreprocessorDefinitions="_DEBUG"
 
296
                                Culture="1043"
 
297
                        />
 
298
                        <Tool
 
299
                                Name="VCPreLinkEventTool"
 
300
                        />
 
301
                        <Tool
 
302
                                Name="VCLibrarianTool"
 
303
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\mtdll\debug\libdecimation.lib"
 
304
                                SuppressStartupBanner="true"
 
305
                        />
 
306
                        <Tool
 
307
                                Name="VCALinkTool"
 
308
                        />
 
309
                        <Tool
 
310
                                Name="VCXDCMakeTool"
 
311
                        />
 
312
                        <Tool
 
313
                                Name="VCBscMakeTool"
 
314
                        />
 
315
                        <Tool
 
316
                                Name="VCFxCopTool"
 
317
                        />
 
318
                        <Tool
 
319
                                Name="VCPostBuildEventTool"
 
320
                                Description="Copying LOD files library (debug target) to lib tree"
 
321
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\decimation\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
 
322
                        />
 
323
                </Configuration>
 
324
        </Configurations>
 
325
        <References>
 
326
        </References>
 
327
        <Files>
 
328
                <Filter
 
329
                        Name="intern"
 
330
                        >
 
331
                        <File
 
332
                                RelativePath="..\..\intern\LOD_decimation.cpp"
 
333
                                >
 
334
                        </File>
 
335
                        <File
 
336
                                RelativePath="..\..\intern\LOD_DecimationClass.h"
 
337
                                >
 
338
                        </File>
 
339
                        <File
 
340
                                RelativePath="..\..\intern\LOD_EdgeCollapser.cpp"
 
341
                                >
 
342
                        </File>
 
343
                        <File
 
344
                                RelativePath="..\..\intern\LOD_EdgeCollapser.h"
 
345
                                >
 
346
                        </File>
 
347
                        <File
 
348
                                RelativePath="..\..\intern\LOD_ExternBufferEditor.h"
 
349
                                >
 
350
                        </File>
 
351
                        <File
 
352
                                RelativePath="..\..\intern\LOD_ExternNormalEditor.cpp"
 
353
                                >
 
354
                        </File>
 
355
                        <File
 
356
                                RelativePath="..\..\intern\LOD_ExternNormalEditor.h"
 
357
                                >
 
358
                        </File>
 
359
                        <File
 
360
                                RelativePath="..\..\intern\LOD_FaceNormalEditor.cpp"
 
361
                                >
 
362
                        </File>
 
363
                        <File
 
364
                                RelativePath="..\..\intern\LOD_FaceNormalEditor.h"
 
365
                                >
 
366
                        </File>
 
367
                        <File
 
368
                                RelativePath="..\..\intern\LOD_ManMesh2.cpp"
 
369
                                >
 
370
                        </File>
 
371
                        <File
 
372
                                RelativePath="..\..\intern\LOD_ManMesh2.h"
 
373
                                >
 
374
                        </File>
 
375
                        <File
 
376
                                RelativePath="..\..\intern\LOD_MeshBounds.h"
 
377
                                >
 
378
                        </File>
 
379
                        <File
 
380
                                RelativePath="..\..\intern\LOD_MeshException.h"
 
381
                                >
 
382
                        </File>
 
383
                        <File
 
384
                                RelativePath="..\..\intern\LOD_MeshPrimitives.cpp"
 
385
                                >
 
386
                        </File>
 
387
                        <File
 
388
                                RelativePath="..\..\intern\LOD_MeshPrimitives.h"
 
389
                                >
 
390
                        </File>
 
391
                        <File
 
392
                                RelativePath="..\..\intern\LOD_QSDecimator.cpp"
 
393
                                >
 
394
                        </File>
 
395
                        <File
 
396
                                RelativePath="..\..\intern\LOD_QSDecimator.h"
 
397
                                >
 
398
                        </File>
 
399
                        <File
 
400
                                RelativePath="..\..\intern\LOD_Quadric.h"
 
401
                                >
 
402
                        </File>
 
403
                        <File
 
404
                                RelativePath="..\..\intern\LOD_QuadricEditor.cpp"
 
405
                                >
 
406
                        </File>
 
407
                        <File
 
408
                                RelativePath="..\..\intern\LOD_QuadricEditor.h"
 
409
                                >
 
410
                        </File>
 
411
                </Filter>
 
412
                <Filter
 
413
                        Name="extern"
 
414
                        >
 
415
                        <File
 
416
                                RelativePath="..\..\extern\LOD_decimation.h"
 
417
                                >
 
418
                        </File>
 
419
                </Filter>
 
420
        </Files>
 
421
        <Globals>
 
422
        </Globals>
 
423
</VisualStudioProject>