~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to intern/bsp/make/msvc_9_0/bsplib.vcproj

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-07-23 08:54:18 UTC
  • mfrom: (14.2.16 sid)
  • mto: (14.2.19 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120723085418-9foz30v6afaf5ffs
Tags: 2.63a-2
* debian/: Cycles support added (Closes: #658075)
  For now, this top feature has been enabled only
  on [any-amd64 any-i386] architectures because
  of OpenImageIO failing on all others
* debian/: scripts installation path changed
  from /usr/lib to /usr/share:
  + debian/patches/: patchset re-worked for path changing
  + debian/control: "Breaks" field added on yafaray-exporter

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_bsplib"
6
 
        ProjectGUID="{B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}"
7
 
        RootNamespace="bsplib"
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\bsp\debug"
21
 
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\bsp\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\moto\include;..\..\..\..\..\build\msvc_9\intern\container\include"
47
 
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
48
 
                                BasicRuntimeChecks="3"
49
 
                                RuntimeLibrary="1"
50
 
                                BufferSecurityCheck="true"
51
 
                                UsePrecompiledHeader="0"
52
 
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\bsp\debug\bsplib.pch"
53
 
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\bsp\debug\"
54
 
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\bsp\debug\"
55
 
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\bsp\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\libbsp.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 BSP files library (debug target) to lib tree"
92
 
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\bsp\include MKDIR ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
93
 
                        />
94
 
                </Configuration>
95
 
                <Configuration
96
 
                        Name="Blender Release|Win32"
97
 
                        OutputDirectory="..\..\..\..\..\build\msvc_9\intern\bsp"
98
 
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\bsp"
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
 
                                Optimization="2"
123
 
                                InlineFunctionExpansion="2"
124
 
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_9\intern\memutil\include;..\..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\..\build\msvc_9\intern\container\include"
125
 
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
126
 
                                StringPooling="true"
127
 
                                RuntimeLibrary="0"
128
 
                                EnableFunctionLevelLinking="true"
129
 
                                UsePrecompiledHeader="0"
130
 
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\bsp\bsplib.pch"
131
 
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\bsp\"
132
 
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\bsp\"
133
 
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\bsp\"
134
 
                                WarningLevel="2"
135
 
                                SuppressStartupBanner="true"
136
 
                                CompileAs="0"
137
 
                        />
138
 
                        <Tool
139
 
                                Name="VCManagedResourceCompilerTool"
140
 
                        />
141
 
                        <Tool
142
 
                                Name="VCResourceCompilerTool"
143
 
                                PreprocessorDefinitions="NDEBUG"
144
 
                                Culture="1043"
145
 
                        />
146
 
                        <Tool
147
 
                                Name="VCPreLinkEventTool"
148
 
                        />
149
 
                        <Tool
150
 
                                Name="VCLibrarianTool"
151
 
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\libbsp.lib"
152
 
                                SuppressStartupBanner="true"
153
 
                        />
154
 
                        <Tool
155
 
                                Name="VCALinkTool"
156
 
                        />
157
 
                        <Tool
158
 
                                Name="VCXDCMakeTool"
159
 
                        />
160
 
                        <Tool
161
 
                                Name="VCBscMakeTool"
162
 
                        />
163
 
                        <Tool
164
 
                                Name="VCFxCopTool"
165
 
                        />
166
 
                        <Tool
167
 
                                Name="VCPostBuildEventTool"
168
 
                                Description="Copying BSP files library to lib tree"
169
 
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\bsp\include MKDIR ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
170
 
                        />
171
 
                </Configuration>
172
 
                <Configuration
173
 
                        Name="3DPlugin Release|Win32"
174
 
                        OutputDirectory="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll"
175
 
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll"
176
 
                        ConfigurationType="4"
177
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
178
 
                        UseOfMFC="0"
179
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
180
 
                        CharacterSet="2"
181
 
                        >
182
 
                        <Tool
183
 
                                Name="VCPreBuildEventTool"
184
 
                        />
185
 
                        <Tool
186
 
                                Name="VCCustomBuildTool"
187
 
                        />
188
 
                        <Tool
189
 
                                Name="VCXMLDataGeneratorTool"
190
 
                        />
191
 
                        <Tool
192
 
                                Name="VCWebServiceProxyGeneratorTool"
193
 
                        />
194
 
                        <Tool
195
 
                                Name="VCMIDLTool"
196
 
                        />
197
 
                        <Tool
198
 
                                Name="VCCLCompilerTool"
199
 
                                InlineFunctionExpansion="2"
200
 
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_9\intern\memutil\include;..\..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\..\build\msvc_9\intern\container\include"
201
 
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
202
 
                                StringPooling="true"
203
 
                                RuntimeLibrary="2"
204
 
                                EnableFunctionLevelLinking="true"
205
 
                                UsePrecompiledHeader="0"
206
 
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\bsplib.pch"
207
 
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\"
208
 
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\"
209
 
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\"
210
 
                                WarningLevel="2"
211
 
                                SuppressStartupBanner="true"
212
 
                                CompileAs="0"
213
 
                        />
214
 
                        <Tool
215
 
                                Name="VCManagedResourceCompilerTool"
216
 
                        />
217
 
                        <Tool
218
 
                                Name="VCResourceCompilerTool"
219
 
                                PreprocessorDefinitions="NDEBUG"
220
 
                                Culture="1043"
221
 
                        />
222
 
                        <Tool
223
 
                                Name="VCPreLinkEventTool"
224
 
                        />
225
 
                        <Tool
226
 
                                Name="VCLibrarianTool"
227
 
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\mtdll\libbsp.lib"
228
 
                                SuppressStartupBanner="true"
229
 
                        />
230
 
                        <Tool
231
 
                                Name="VCALinkTool"
232
 
                        />
233
 
                        <Tool
234
 
                                Name="VCXDCMakeTool"
235
 
                        />
236
 
                        <Tool
237
 
                                Name="VCBscMakeTool"
238
 
                        />
239
 
                        <Tool
240
 
                                Name="VCFxCopTool"
241
 
                        />
242
 
                        <Tool
243
 
                                Name="VCPostBuildEventTool"
244
 
                                Description="Copying BSP files library to lib tree"
245
 
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\bsp\include MKDIR ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
246
 
                        />
247
 
                </Configuration>
248
 
                <Configuration
249
 
                        Name="3DPlugin Debug|Win32"
250
 
                        OutputDirectory="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\debug"
251
 
                        IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\debug"
252
 
                        ConfigurationType="4"
253
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
254
 
                        UseOfMFC="0"
255
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
256
 
                        CharacterSet="2"
257
 
                        >
258
 
                        <Tool
259
 
                                Name="VCPreBuildEventTool"
260
 
                        />
261
 
                        <Tool
262
 
                                Name="VCCustomBuildTool"
263
 
                        />
264
 
                        <Tool
265
 
                                Name="VCXMLDataGeneratorTool"
266
 
                        />
267
 
                        <Tool
268
 
                                Name="VCWebServiceProxyGeneratorTool"
269
 
                        />
270
 
                        <Tool
271
 
                                Name="VCMIDLTool"
272
 
                        />
273
 
                        <Tool
274
 
                                Name="VCCLCompilerTool"
275
 
                                Optimization="0"
276
 
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_9\intern\memutil\include;..\..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\..\build\msvc_9\intern\container\include"
277
 
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
278
 
                                BasicRuntimeChecks="3"
279
 
                                RuntimeLibrary="3"
280
 
                                BufferSecurityCheck="true"
281
 
                                UsePrecompiledHeader="0"
282
 
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\debug\bsplib.pch"
283
 
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\debug\"
284
 
                                ObjectFile="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\debug\"
285
 
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\bsp\mtdll\debug\"
286
 
                                WarningLevel="2"
287
 
                                SuppressStartupBanner="true"
288
 
                                DebugInformationFormat="3"
289
 
                                CompileAs="0"
290
 
                        />
291
 
                        <Tool
292
 
                                Name="VCManagedResourceCompilerTool"
293
 
                        />
294
 
                        <Tool
295
 
                                Name="VCResourceCompilerTool"
296
 
                                PreprocessorDefinitions="_DEBUG"
297
 
                                Culture="1043"
298
 
                        />
299
 
                        <Tool
300
 
                                Name="VCPreLinkEventTool"
301
 
                        />
302
 
                        <Tool
303
 
                                Name="VCLibrarianTool"
304
 
                                OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\mtdll\debug\libbsp.lib"
305
 
                                SuppressStartupBanner="true"
306
 
                        />
307
 
                        <Tool
308
 
                                Name="VCALinkTool"
309
 
                        />
310
 
                        <Tool
311
 
                                Name="VCXDCMakeTool"
312
 
                        />
313
 
                        <Tool
314
 
                                Name="VCBscMakeTool"
315
 
                        />
316
 
                        <Tool
317
 
                                Name="VCFxCopTool"
318
 
                        />
319
 
                        <Tool
320
 
                                Name="VCPostBuildEventTool"
321
 
                                Description="Copying BSP files library (debug target) to lib tree"
322
 
                                CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\intern\bsp\include MKDIR ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_9\intern\bsp\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
323
 
                        />
324
 
                </Configuration>
325
 
        </Configurations>
326
 
        <References>
327
 
        </References>
328
 
        <Files>
329
 
                <Filter
330
 
                        Name="intern"
331
 
                        >
332
 
                        <File
333
 
                                RelativePath="..\..\intern\BSP_CSGException.h"
334
 
                                >
335
 
                        </File>
336
 
                        <File
337
 
                                RelativePath="..\..\intern\BSP_CSGMesh.cpp"
338
 
                                >
339
 
                        </File>
340
 
                        <File
341
 
                                RelativePath="..\..\intern\BSP_CSGMesh.h"
342
 
                                >
343
 
                        </File>
344
 
                        <File
345
 
                                RelativePath="..\..\intern\BSP_CSGMesh_CFIterator.h"
346
 
                                >
347
 
                        </File>
348
 
                        <File
349
 
                                RelativePath="..\..\intern\BSP_MeshPrimitives.cpp"
350
 
                                >
351
 
                        </File>
352
 
                        <File
353
 
                                RelativePath="..\..\intern\BSP_MeshPrimitives.h"
354
 
                                >
355
 
                        </File>
356
 
                        <File
357
 
                                RelativePath="..\..\intern\CSG_BooleanOps.cpp"
358
 
                                >
359
 
                        </File>
360
 
                </Filter>
361
 
                <Filter
362
 
                        Name="extern"
363
 
                        >
364
 
                        <File
365
 
                                RelativePath="..\..\extern\CSG_BooleanOps.h"
366
 
                                >
367
 
                        </File>
368
 
                </Filter>
369
 
        </Files>
370
 
        <Globals>
371
 
        </Globals>
372
 
</VisualStudioProject>