~ubuntu-branches/ubuntu/intrepid/blender/intrepid-updates

« back to all changes in this revision

Viewing changes to extern/verse/make/msvc_7_0/libverse.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-08-08 02:45:40 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080808024540-kkjp7ekfivzhuw3l
Tags: 2.46+dfsg-4
* Fix python syntax warning in import_dxf.py, which led to nasty output
  in installation/upgrade logs during byte-compilation, using a patch
  provided by the script author (Closes: #492280):
   - debian/patches/45_fix_python_syntax_warning

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.10"
 
5
        Name="verse"
 
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\verse\debug"
 
17
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\extern\verse\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\verse\debug\libverse.pch"
 
31
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\extern\verse\debug\"
 
32
                                ObjectFile="..\..\..\..\..\build\msvc_7\extern\verse\debug\"
 
33
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\extern\verse\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\verse.lib"
 
43
                                SuppressStartupBanner="TRUE"/>
 
44
                        <Tool
 
45
                                Name="VCMIDLTool"/>
 
46
                        <Tool
 
47
                                Name="VCPostBuildEventTool"
 
48
                                Description="Copying verse files library (debug target) to lib tree."
 
49
                                CommandLine="ECHO Copying header files
 
50
IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\verse\include\ MKDIR ..\..\..\..\..\build\msvc_7\extern\verse\include
 
51
XCOPY /Y ..\..\dist\*.h ..\..\..\..\..\build\msvc_7\extern\verse\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\verse"
 
74
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\extern\verse"
 
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\verse\libverse.pch"
 
90
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\extern\verse\"
 
91
                                ObjectFile="..\..\..\..\..\build\msvc_7\extern\verse\"
 
92
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\extern\verse\"
 
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\verse.lib"
 
101
                                SuppressStartupBanner="TRUE"/>
 
102
                        <Tool
 
103
                                Name="VCMIDLTool"/>
 
104
                        <Tool
 
105
                                Name="VCPostBuildEventTool"
 
106
                                Description="Copying verse  files library to lib tree."
 
107
                                CommandLine="ECHO Copying header files
 
108
IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\verse\include\ MKDIR ..\..\..\..\..\build\msvc_7\extern\verse\include
 
109
XCOPY /Y ..\..\dist\*.h ..\..\..\..\..\build\msvc_7\extern\verse\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
        </Configurations>
 
130
        <References>
 
131
        </References>
 
132
        <Files>
 
133
                <Filter
 
134
                        Name="Source Files"
 
135
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 
136
                        <File
 
137
                                RelativePath="..\..\dist\v_bignum.c">
 
138
                        </File>
 
139
                        <File
 
140
                                RelativePath="..\..\dist\v_cmd_buf.c">
 
141
                        </File>
 
142
                        <File
 
143
                                RelativePath="..\..\dist\v_cmd_def_a.c">
 
144
                        </File>
 
145
                        <File
 
146
                                RelativePath="..\..\dist\v_cmd_def_b.c">
 
147
                        </File>
 
148
                        <File
 
149
                                RelativePath="..\..\dist\v_cmd_def_c.c">
 
150
                        </File>
 
151
                        <File
 
152
                                RelativePath="..\..\dist\v_cmd_def_g.c">
 
153
                        </File>
 
154
                        <File
 
155
                                RelativePath="..\..\dist\v_cmd_def_m.c">
 
156
                        </File>
 
157
                        <File
 
158
                                RelativePath="..\..\dist\v_cmd_def_o.c">
 
159
                        </File>
 
160
                        <File
 
161
                                RelativePath="..\..\dist\v_cmd_def_s.c">
 
162
                        </File>
 
163
                        <File
 
164
                                RelativePath="..\..\dist\v_cmd_def_t.c">
 
165
                        </File>
 
166
                        <File
 
167
                                RelativePath="..\..\dist\v_connect.c">
 
168
                        </File>
 
169
                        <File
 
170
                                RelativePath="..\..\dist\v_connection.c">
 
171
                        </File>
 
172
                        <File
 
173
                                RelativePath="..\..\dist\v_encryption.c">
 
174
                        </File>
 
175
                        <File
 
176
                                RelativePath="..\..\dist\v_func_storage.c">
 
177
                        </File>
 
178
                        <File
 
179
                                RelativePath="..\..\dist\v_gen_pack_a_node.c">
 
180
                        </File>
 
181
                        <File
 
182
                                RelativePath="..\..\dist\v_gen_pack_b_node.c">
 
183
                        </File>
 
184
                        <File
 
185
                                RelativePath="..\..\dist\v_gen_pack_c_node.c">
 
186
                        </File>
 
187
                        <File
 
188
                                RelativePath="..\..\dist\v_gen_pack_g_node.c">
 
189
                        </File>
 
190
                        <File
 
191
                                RelativePath="..\..\dist\v_gen_pack_init.c">
 
192
                        </File>
 
193
                        <File
 
194
                                RelativePath="..\..\dist\v_gen_pack_m_node.c">
 
195
                        </File>
 
196
                        <File
 
197
                                RelativePath="..\..\dist\v_gen_pack_o_node.c">
 
198
                        </File>
 
199
                        <File
 
200
                                RelativePath="..\..\dist\v_gen_pack_s_node.c">
 
201
                        </File>
 
202
                        <File
 
203
                                RelativePath="..\..\dist\v_gen_pack_t_node.c">
 
204
                        </File>
 
205
                        <File
 
206
                                RelativePath="..\..\dist\v_man_pack_node.c">
 
207
                        </File>
 
208
                        <File
 
209
                                RelativePath="..\..\dist\v_network.c">
 
210
                        </File>
 
211
                        <File
 
212
                                RelativePath="..\..\dist\v_network_in_que.c">
 
213
                        </File>
 
214
                        <File
 
215
                                RelativePath="..\..\dist\v_network_out_que.c">
 
216
                        </File>
 
217
                        <File
 
218
                                RelativePath="..\..\dist\v_pack.c">
 
219
                        </File>
 
220
                        <File
 
221
                                RelativePath="..\..\dist\v_pack_method.c">
 
222
                        </File>
 
223
                        <File
 
224
                                RelativePath="..\..\dist\v_prime.c">
 
225
                        </File>
 
226
                        <File
 
227
                                RelativePath="..\..\dist\v_randgen.c">
 
228
                        </File>
 
229
                        <File
 
230
                                RelativePath="..\..\dist\v_util.c">
 
231
                        </File>
 
232
                        <File
 
233
                                RelativePath="..\..\dist\verse_ms.c">
 
234
                        </File>
 
235
                </Filter>
 
236
                <Filter
 
237
                        Name="Header Files"
 
238
                        Filter="h;hpp;hxx;hm;inl">
 
239
                        <File
 
240
                                RelativePath="..\..\dist\v_bignum.h">
 
241
                        </File>
 
242
                        <File
 
243
                                RelativePath="..\..\dist\v_cmd_buf.h">
 
244
                        </File>
 
245
                        <File
 
246
                                RelativePath="..\..\dist\v_connection.h">
 
247
                        </File>
 
248
                        <File
 
249
                                RelativePath="..\..\dist\v_encryption.h">
 
250
                        </File>
 
251
                        <File
 
252
                                RelativePath="..\..\dist\v_internal_verse.h">
 
253
                        </File>
 
254
                        <File
 
255
                                RelativePath="..\..\dist\v_network.h">
 
256
                        </File>
 
257
                        <File
 
258
                                RelativePath="..\..\dist\v_network_in_que.h">
 
259
                        </File>
 
260
                        <File
 
261
                                RelativePath="..\..\dist\v_network_out_que.h">
 
262
                        </File>
 
263
                        <File
 
264
                                RelativePath="..\..\dist\v_pack.h">
 
265
                        </File>
 
266
                        <File
 
267
                                RelativePath="..\..\dist\v_randgen.h">
 
268
                        </File>
 
269
                        <File
 
270
                                RelativePath="..\..\dist\v_util.h">
 
271
                        </File>
 
272
                </Filter>
 
273
                        <File
 
274
                                RelativePath="..\..\dist\verse_ms.h">
 
275
                        </File>
 
276
        </Files>
 
277
        <Globals>
 
278
        </Globals>
 
279
</VisualStudioProject>