~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to extern/bFTGL/make/msvc_7_0/ftgl_static_lib.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

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="7.0"
 
5
        Name="ftgl_static_lib"
 
6
        ProjectGUID="{F9850C15-FF0A-429E-9D47-89FB433C9BD8}"
 
7
        SccProjectName=""
 
8
        SccLocalPath="">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Blender Debug|Win32"
 
16
                        OutputDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl\debug"
 
17
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl\debug"
 
18
                        ConfigurationType="4"
 
19
                        UseOfMFC="0"
 
20
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
21
                        CharacterSet="2">
 
22
                        <Tool
 
23
                                Name="VCCLCompilerTool"
 
24
                                Optimization="0"
 
25
                                AdditionalIncludeDirectories="..\..\include;..\..\..\..\..\lib\windows\freetype\include"
 
26
                                PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FTGL_LIBRARY_STATIC"
 
27
                                BasicRuntimeChecks="3"
 
28
                                RuntimeLibrary="1"
 
29
                                UsePrecompiledHeader="2"
 
30
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\extern\ftgl\debug\ftgl_static_lib.pch"
 
31
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\extern\ftgl\debug\"
 
32
                                ObjectFile="..\..\..\..\..\build\msvc_7\extern\ftgl\debug\"
 
33
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\extern\ftgl\debug\"
 
34
                                WarningLevel="2"
 
35
                                SuppressStartupBanner="TRUE"
 
36
                                DebugInformationFormat="3"
 
37
                                CompileAs="0"/>
 
38
                        <Tool
 
39
                                Name="VCCustomBuildTool"/>
 
40
                        <Tool
 
41
                                Name="VCLibrarianTool"
 
42
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\extern\debug\ftgl_static.lib"
 
43
                                SuppressStartupBanner="TRUE"/>
 
44
                        <Tool
 
45
                                Name="VCMIDLTool"/>
 
46
                        <Tool
 
47
                                Name="VCPostBuildEventTool"
 
48
                                Description="Copying FTGL files library (debug target) to lib tree."
 
49
                                CommandLine="ECHO Copying header files
 
50
IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\ftgl\include\ MKDIR ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
51
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
52
ECHO Done
 
53
"/>
 
54
                        <Tool
 
55
                                Name="VCPreBuildEventTool"/>
 
56
                        <Tool
 
57
                                Name="VCPreLinkEventTool"/>
 
58
                        <Tool
 
59
                                Name="VCResourceCompilerTool"
 
60
                                PreprocessorDefinitions="_DEBUG"
 
61
                                Culture="1033"/>
 
62
                        <Tool
 
63
                                Name="VCWebServiceProxyGeneratorTool"/>
 
64
                        <Tool
 
65
                                Name="VCXMLDataGeneratorTool"/>
 
66
                        <Tool
 
67
                                Name="VCManagedWrapperGeneratorTool"/>
 
68
                        <Tool
 
69
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
70
                </Configuration>
 
71
                <Configuration
 
72
                        Name="Blender Release|Win32"
 
73
                        OutputDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl"
 
74
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl"
 
75
                        ConfigurationType="4"
 
76
                        UseOfMFC="0"
 
77
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
78
                        CharacterSet="2">
 
79
                        <Tool
 
80
                                Name="VCCLCompilerTool"
 
81
                                Optimization="2"
 
82
                                InlineFunctionExpansion="1"
 
83
                                AdditionalIncludeDirectories="..\..\include;..\..\..\..\..\lib\windows\freetype\include"
 
84
                                PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FTGL_LIBRARY_STATIC"
 
85
                                StringPooling="TRUE"
 
86
                                RuntimeLibrary="0"
 
87
                                EnableFunctionLevelLinking="TRUE"
 
88
                                UsePrecompiledHeader="2"
 
89
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\extern\ftgl\ftgl_static_lib.pch"
 
90
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\extern\ftgl\"
 
91
                                ObjectFile="..\..\..\..\..\build\msvc_7\extern\ftgl\"
 
92
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\extern\ftgl\"
 
93
                                WarningLevel="2"
 
94
                                SuppressStartupBanner="TRUE"
 
95
                                CompileAs="0"/>
 
96
                        <Tool
 
97
                                Name="VCCustomBuildTool"/>
 
98
                        <Tool
 
99
                                Name="VCLibrarianTool"
 
100
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\extern\ftgl_static.lib"
 
101
                                SuppressStartupBanner="TRUE"/>
 
102
                        <Tool
 
103
                                Name="VCMIDLTool"/>
 
104
                        <Tool
 
105
                                Name="VCPostBuildEventTool"
 
106
                                Description="Copying FTGL files library to lib tree."
 
107
                                CommandLine="ECHO Copying header files
 
108
IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\ftgl\include\ MKDIR ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
109
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
110
ECHO Done
 
111
"/>
 
112
                        <Tool
 
113
                                Name="VCPreBuildEventTool"/>
 
114
                        <Tool
 
115
                                Name="VCPreLinkEventTool"/>
 
116
                        <Tool
 
117
                                Name="VCResourceCompilerTool"
 
118
                                PreprocessorDefinitions="NDEBUG"
 
119
                                Culture="1033"/>
 
120
                        <Tool
 
121
                                Name="VCWebServiceProxyGeneratorTool"/>
 
122
                        <Tool
 
123
                                Name="VCXMLDataGeneratorTool"/>
 
124
                        <Tool
 
125
                                Name="VCManagedWrapperGeneratorTool"/>
 
126
                        <Tool
 
127
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
128
                </Configuration>
 
129
                <Configuration
 
130
                        Name="3D Plugin Release|Win32"
 
131
                        OutputDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll"
 
132
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll"
 
133
                        ConfigurationType="4"
 
134
                        UseOfMFC="0"
 
135
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
136
                        CharacterSet="2">
 
137
                        <Tool
 
138
                                Name="VCCLCompilerTool"
 
139
                                Optimization="2"
 
140
                                InlineFunctionExpansion="1"
 
141
                                AdditionalIncludeDirectories="..\..\include;..\..\..\..\..\lib\windows\freetype\include"
 
142
                                PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FTGL_LIBRARY_STATIC"
 
143
                                StringPooling="TRUE"
 
144
                                RuntimeLibrary="2"
 
145
                                EnableFunctionLevelLinking="TRUE"
 
146
                                UsePrecompiledHeader="2"
 
147
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\ftgl_static_lib.pch"
 
148
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\"
 
149
                                ObjectFile="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\"
 
150
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\"
 
151
                                WarningLevel="2"
 
152
                                SuppressStartupBanner="TRUE"
 
153
                                CompileAs="0"/>
 
154
                        <Tool
 
155
                                Name="VCCustomBuildTool"/>
 
156
                        <Tool
 
157
                                Name="VCLibrarianTool"
 
158
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\extern\mtdll\ftgl_static.lib"
 
159
                                SuppressStartupBanner="TRUE"/>
 
160
                        <Tool
 
161
                                Name="VCMIDLTool"/>
 
162
                        <Tool
 
163
                                Name="VCPostBuildEventTool"
 
164
                                Description="Copying FTGL files library to lib tree."
 
165
                                CommandLine="ECHO Copying header files
 
166
IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\ftgl\include\ MKDIR ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
167
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
168
ECHO Done
 
169
"/>
 
170
                        <Tool
 
171
                                Name="VCPreBuildEventTool"/>
 
172
                        <Tool
 
173
                                Name="VCPreLinkEventTool"/>
 
174
                        <Tool
 
175
                                Name="VCResourceCompilerTool"
 
176
                                PreprocessorDefinitions="NDEBUG"
 
177
                                Culture="1033"/>
 
178
                        <Tool
 
179
                                Name="VCWebServiceProxyGeneratorTool"/>
 
180
                        <Tool
 
181
                                Name="VCXMLDataGeneratorTool"/>
 
182
                        <Tool
 
183
                                Name="VCManagedWrapperGeneratorTool"/>
 
184
                        <Tool
 
185
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
186
                </Configuration>
 
187
                <Configuration
 
188
                        Name="3D Plugin Debug|Win32"
 
189
                        OutputDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\debug"
 
190
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\debug"
 
191
                        ConfigurationType="4"
 
192
                        UseOfMFC="0"
 
193
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
194
                        CharacterSet="2">
 
195
                        <Tool
 
196
                                Name="VCCLCompilerTool"
 
197
                                Optimization="0"
 
198
                                AdditionalIncludeDirectories="..\..\include;..\..\..\..\..\lib\windows\freetype\include"
 
199
                                PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FTGL_LIBRARY_STATIC"
 
200
                                BasicRuntimeChecks="3"
 
201
                                RuntimeLibrary="3"
 
202
                                UsePrecompiledHeader="2"
 
203
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\debug\ftgl_static_lib.pch"
 
204
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\debug\"
 
205
                                ObjectFile="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\debug\"
 
206
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\extern\ftgl\mtdll\debug\"
 
207
                                WarningLevel="2"
 
208
                                SuppressStartupBanner="TRUE"
 
209
                                DebugInformationFormat="3"
 
210
                                CompileAs="0"/>
 
211
                        <Tool
 
212
                                Name="VCCustomBuildTool"/>
 
213
                        <Tool
 
214
                                Name="VCLibrarianTool"
 
215
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\extern\mtdll\debug\ftgl_static.lib"
 
216
                                SuppressStartupBanner="TRUE"/>
 
217
                        <Tool
 
218
                                Name="VCMIDLTool"/>
 
219
                        <Tool
 
220
                                Name="VCPostBuildEventTool"
 
221
                                Description="Copying FTGL files library (debug target) to lib tree."
 
222
                                CommandLine="ECHO Copying header files
 
223
IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\ftgl\include\ MKDIR ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
224
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\extern\ftgl\include
 
225
ECHO Done
 
226
"/>
 
227
                        <Tool
 
228
                                Name="VCPreBuildEventTool"/>
 
229
                        <Tool
 
230
                                Name="VCPreLinkEventTool"/>
 
231
                        <Tool
 
232
                                Name="VCResourceCompilerTool"
 
233
                                PreprocessorDefinitions="_DEBUG"
 
234
                                Culture="1033"/>
 
235
                        <Tool
 
236
                                Name="VCWebServiceProxyGeneratorTool"/>
 
237
                        <Tool
 
238
                                Name="VCXMLDataGeneratorTool"/>
 
239
                        <Tool
 
240
                                Name="VCManagedWrapperGeneratorTool"/>
 
241
                        <Tool
 
242
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
243
                </Configuration>
 
244
        </Configurations>
 
245
        
 
246
        <Files>
 
247
                <Filter
 
248
                        Name="Source Files"
 
249
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 
250
                        <File
 
251
                                RelativePath="..\..\src\FTBitmapGlyph.cpp">
 
252
                        </File>
 
253
                        <File
 
254
                                RelativePath="..\..\src\FTCharmap.cpp">
 
255
                        </File>
 
256
                        <File
 
257
                                RelativePath="..\..\src\FTContour.cpp">
 
258
                        </File>
 
259
                        <File
 
260
                                RelativePath="..\..\src\FTExtrdGlyph.cpp">
 
261
                        </File>
 
262
                        <File
 
263
                                RelativePath="..\..\src\FTFace.cpp">
 
264
                        </File>
 
265
                        <File
 
266
                                RelativePath="..\..\src\FTFont.cpp">
 
267
                        </File>
 
268
                        <File
 
269
                                RelativePath="..\..\src\FTGLBitmapFont.cpp">
 
270
                        </File>
 
271
                        <File
 
272
                                RelativePath="..\..\src\FTGLExtrdFont.cpp">
 
273
                        </File>
 
274
                        <File
 
275
                                RelativePath="..\..\src\FTGLOutlineFont.cpp">
 
276
                        </File>
 
277
                        <File
 
278
                                RelativePath="..\..\src\FTGLPixmapFont.cpp">
 
279
                        </File>
 
280
                        <File
 
281
                                RelativePath="..\..\src\FTGLPolygonFont.cpp">
 
282
                        </File>
 
283
                        <File
 
284
                                RelativePath="..\..\src\FTGLTextureFont.cpp">
 
285
                        </File>
 
286
                        <File
 
287
                                RelativePath="..\..\src\FTGlyph.cpp">
 
288
                        </File>
 
289
                        <File
 
290
                                RelativePath="..\..\src\FTGlyphContainer.cpp">
 
291
                        </File>
 
292
                        <File
 
293
                                RelativePath="..\..\src\FTLibrary.cpp">
 
294
                        </File>
 
295
                        <File
 
296
                                RelativePath="..\..\src\FTOutlineGlyph.cpp">
 
297
                        </File>
 
298
                        <File
 
299
                                RelativePath="..\..\src\FTPixmapGlyph.cpp">
 
300
                        </File>
 
301
                        <File
 
302
                                RelativePath="..\..\src\FTPoint.cpp">
 
303
                        </File>
 
304
                        <File
 
305
                                RelativePath="..\..\src\FTPolyGlyph.cpp">
 
306
                        </File>
 
307
                        <File
 
308
                                RelativePath="..\..\src\FTSize.cpp">
 
309
                        </File>
 
310
                        <File
 
311
                                RelativePath="..\..\src\FTTextureGlyph.cpp">
 
312
                        </File>
 
313
                        <File
 
314
                                RelativePath="..\..\src\FTVectoriser.cpp">
 
315
                        </File>
 
316
                </Filter>
 
317
                <Filter
 
318
                        Name="Header Files"
 
319
                        Filter="h;hpp;hxx;hm;inl">
 
320
                        <File
 
321
                                RelativePath="..\..\include\FTBBox.h">
 
322
                        </File>
 
323
                        <File
 
324
                                RelativePath="..\..\include\FTBitmapGlyph.h">
 
325
                        </File>
 
326
                        <File
 
327
                                RelativePath="..\..\include\FTCharmap.h">
 
328
                        </File>
 
329
                        <File
 
330
                                RelativePath="..\..\include\FTCharToGlyphIndexMap.h">
 
331
                        </File>
 
332
                        <File
 
333
                                RelativePath="..\..\include\FTContour.h">
 
334
                        </File>
 
335
                        <File
 
336
                                RelativePath="..\..\include\FTExtrdGlyph.h">
 
337
                        </File>
 
338
                        <File
 
339
                                RelativePath="..\..\include\FTFace.h">
 
340
                        </File>
 
341
                        <File
 
342
                                RelativePath="..\..\include\FTFont.h">
 
343
                        </File>
 
344
                        <File
 
345
                                RelativePath="..\..\include\FTGL.h">
 
346
                        </File>
 
347
                        <File
 
348
                                RelativePath="..\..\include\FTGLBitmapFont.h">
 
349
                        </File>
 
350
                        <File
 
351
                                RelativePath="..\..\include\FTGLExtrdFont.h">
 
352
                        </File>
 
353
                        <File
 
354
                                RelativePath="..\..\include\FTGLOutlineFont.h">
 
355
                        </File>
 
356
                        <File
 
357
                                RelativePath="..\..\include\FTGLPixmapFont.h">
 
358
                        </File>
 
359
                        <File
 
360
                                RelativePath="..\..\include\FTGLPolygonFont.h">
 
361
                        </File>
 
362
                        <File
 
363
                                RelativePath="..\..\include\FTGLTextureFont.h">
 
364
                        </File>
 
365
                        <File
 
366
                                RelativePath="..\..\include\FTGlyph.h">
 
367
                        </File>
 
368
                        <File
 
369
                                RelativePath="..\..\include\FTGlyphContainer.h">
 
370
                        </File>
 
371
                        <File
 
372
                                RelativePath="..\..\include\FTLibrary.h">
 
373
                        </File>
 
374
                        <File
 
375
                                RelativePath="..\..\include\FTList.h">
 
376
                        </File>
 
377
                        <File
 
378
                                RelativePath="..\..\include\FTOutlineGlyph.h">
 
379
                        </File>
 
380
                        <File
 
381
                                RelativePath="..\..\include\FTPixmapGlyph.h">
 
382
                        </File>
 
383
                        <File
 
384
                                RelativePath="..\..\include\FTPoint.h">
 
385
                        </File>
 
386
                        <File
 
387
                                RelativePath="..\..\include\FTPolyGlyph.h">
 
388
                        </File>
 
389
                        <File
 
390
                                RelativePath="..\..\include\FTSize.h">
 
391
                        </File>
 
392
                        <File
 
393
                                RelativePath="..\..\include\FTTextureGlyph.h">
 
394
                        </File>
 
395
                        <File
 
396
                                RelativePath="..\..\include\FTVector.h">
 
397
                        </File>
 
398
                        <File
 
399
                                RelativePath="..\..\include\FTVectoriser.h">
 
400
                        </File>
 
401
                </Filter>
 
402
        </Files>
 
403
        <Globals>
 
404
        </Globals>
 
405
</VisualStudioProject>