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

« back to all changes in this revision

Viewing changes to intern/decimation/make/msvc_7_0/decimation.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"?>
 
1
<?xml version="1.0" encoding="Windows-1252"?>
2
2
<VisualStudioProject
3
3
        ProjectType="Visual C++"
4
 
        Version="7.00"
 
4
        Version="7.0"
5
5
        Name="decimation"
6
6
        SccProjectName=""
7
7
        SccLocalPath="">
11
11
        </Platforms>
12
12
        <Configurations>
13
13
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory=".\..\..\..\..\obj\windows\intern\decimation\debug"
16
 
                        IntermediateDirectory=".\..\..\..\..\obj\windows\intern\decimation\debug"
17
 
                        ConfigurationType="4"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
20
 
                        CharacterSet="2">
21
 
                        <Tool
22
 
                                Name="VCCLCompilerTool"
23
 
                                Optimization="0"
24
 
                                AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\container\include\,..\..\..\..\..\lib\windows\memutil\include\,..\..\..\..\..\lib\windows\moto\include\"
25
 
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
26
 
                                BasicRuntimeChecks="3"
27
 
                                RuntimeLibrary="5"
28
 
                                PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\decimation\debug/decimation.pch"
29
 
                                AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\decimation\debug/"
30
 
                                ObjectFile=".\..\..\..\..\obj\windows\intern\decimation\debug/"
31
 
                                ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\decimation\debug/"
32
 
                                WarningLevel="4"
33
 
                                SuppressStartupBanner="TRUE"
34
 
                                DebugInformationFormat="4"
35
 
                                CompileAs="0"/>
36
 
                        <Tool
37
 
                                Name="VCCustomBuildTool"/>
38
 
                        <Tool
39
 
                                Name="VCLibrarianTool"
40
 
                                OutputFile="..\..\..\..\obj\windows\intern\decimation\debug\libdecimation.lib"
41
 
                                SuppressStartupBanner="TRUE"/>
42
 
                        <Tool
43
 
                                Name="VCMIDLTool"/>
44
 
                        <Tool
45
 
                                Name="VCPostBuildEventTool"
46
 
                                CommandLine="ECHO Copying header files
47
 
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\decimation\include\
48
 
ECHO Copying lib
49
 
XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\debug\*.lib ..\..\..\..\..\lib\windows\decimation\lib\debug\*.lib
50
 
ECHO Copying Debug info.
51
 
XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\debug\vc70.* ..\..\..\..\..\lib\windows\decimation\lib\debug\
52
 
ECHO Done
53
 
"/>
54
 
                        <Tool
55
 
                                Name="VCPreBuildEventTool"/>
56
 
                        <Tool
57
 
                                Name="VCPreLinkEventTool"/>
58
 
                        <Tool
59
 
                                Name="VCResourceCompilerTool"
60
 
                                PreprocessorDefinitions="_DEBUG"
61
 
                                Culture="1043"/>
62
 
                        <Tool
63
 
                                Name="VCWebServiceProxyGeneratorTool"/>
64
 
                </Configuration>
65
 
                <Configuration
66
 
                        Name="Release|Win32"
67
 
                        OutputDirectory=".\..\..\..\..\obj\windows\intern\decimation"
68
 
                        IntermediateDirectory=".\..\..\..\..\obj\windows\intern\decimation"
69
 
                        ConfigurationType="4"
70
 
                        UseOfMFC="0"
71
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
72
 
                        CharacterSet="2">
73
 
                        <Tool
74
 
                                Name="VCCLCompilerTool"
75
 
                                InlineFunctionExpansion="2"
76
 
                                AdditionalIncludeDirectories="..\..\..\..\..\lib\windows\container\include\,..\..\..\..\..\lib\windows\memutil\include\,..\..\..\..\..\lib\windows\moto\include\"
77
 
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
78
 
                                StringPooling="TRUE"
79
 
                                RuntimeLibrary="4"
80
 
                                EnableFunctionLevelLinking="TRUE"
81
 
                                PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\decimation/decimation.pch"
82
 
                                AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\decimation/"
83
 
                                ObjectFile=".\..\..\..\..\obj\windows\intern\decimation/"
84
 
                                ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\decimation/"
85
 
                                WarningLevel="3"
86
 
                                SuppressStartupBanner="TRUE"
87
 
                                CompileAs="0"/>
88
 
                        <Tool
89
 
                                Name="VCCustomBuildTool"/>
90
 
                        <Tool
91
 
                                Name="VCLibrarianTool"
92
 
                                OutputFile="..\..\..\..\obj\windows\intern\decimation\libdecimation.lib"
93
 
                                SuppressStartupBanner="TRUE"/>
94
 
                        <Tool
95
 
                                Name="VCMIDLTool"/>
96
 
                        <Tool
97
 
                                Name="VCPostBuildEventTool"
98
 
                                CommandLine="ECHO Copying header files
99
 
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\decimation\include\
100
 
ECHO Copying lib
101
 
XCOPY /Y ..\..\..\..\obj\windows\intern\decimation\*.lib ..\..\..\..\..\lib\windows\decimation\lib\*.lib
102
 
ECHO Done
103
 
"/>
104
 
                        <Tool
105
 
                                Name="VCPreBuildEventTool"/>
106
 
                        <Tool
107
 
                                Name="VCPreLinkEventTool"/>
108
 
                        <Tool
109
 
                                Name="VCResourceCompilerTool"
110
 
                                PreprocessorDefinitions="NDEBUG"
111
 
                                Culture="1043"/>
112
 
                        <Tool
113
 
                                Name="VCWebServiceProxyGeneratorTool"/>
 
14
                        Name="Blender Debug|Win32"
 
15
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\decimation\debug"
 
16
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\decimation\debug"
 
17
                        ConfigurationType="4"
 
18
                        UseOfMFC="0"
 
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
20
                        CharacterSet="2">
 
21
                        <Tool
 
22
                                Name="VCCLCompilerTool"
 
23
                                Optimization="0"
 
24
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_7\intern\memutil\include;..\..\..\..\..\build\msvc_7\intern\container\include;..\..\..\..\..\build\msvc_7\intern\moto\include"
 
25
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
26
                                BasicRuntimeChecks="3"
 
27
                                RuntimeLibrary="1"
 
28
                                BufferSecurityCheck="TRUE"
 
29
                                UsePrecompiledHeader="2"
 
30
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\decimation\debug\decimation.pch"
 
31
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\decimation\debug\"
 
32
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\decimation\debug\"
 
33
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\decimation\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\intern\debug\libdecimation.lib"
 
43
                                SuppressStartupBanner="TRUE"/>
 
44
                        <Tool
 
45
                                Name="VCMIDLTool"/>
 
46
                        <Tool
 
47
                                Name="VCPostBuildEventTool"
 
48
                                Description="Copying LOD files library (debug target) to lib tree"
 
49
                                CommandLine="ECHO Copying header files
 
50
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_7\intern\decimation\include
 
51
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_7\intern\decimation\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="1043"/>
 
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\intern\decimation"
 
74
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\decimation"
 
75
                        ConfigurationType="4"
 
76
                        UseOfMFC="0"
 
77
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
78
                        CharacterSet="2">
 
79
                        <Tool
 
80
                                Name="VCCLCompilerTool"
 
81
                                InlineFunctionExpansion="2"
 
82
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_7\intern\memutil\include;..\..\..\..\..\build\msvc_7\intern\container\include;..\..\..\..\..\build\msvc_7\intern\moto\include"
 
83
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
84
                                StringPooling="TRUE"
 
85
                                RuntimeLibrary="0"
 
86
                                EnableFunctionLevelLinking="TRUE"
 
87
                                UsePrecompiledHeader="2"
 
88
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\decimation\decimation.pch"
 
89
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\decimation\"
 
90
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\decimation\"
 
91
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\decimation\"
 
92
                                WarningLevel="2"
 
93
                                SuppressStartupBanner="TRUE"
 
94
                                CompileAs="0"/>
 
95
                        <Tool
 
96
                                Name="VCCustomBuildTool"/>
 
97
                        <Tool
 
98
                                Name="VCLibrarianTool"
 
99
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\libdecimation.lib"
 
100
                                SuppressStartupBanner="TRUE"/>
 
101
                        <Tool
 
102
                                Name="VCMIDLTool"/>
 
103
                        <Tool
 
104
                                Name="VCPostBuildEventTool"
 
105
                                Description="Copying LOD files library to lib tree"
 
106
                                CommandLine="ECHO Copying header files
 
107
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_7\intern\decimation\include
 
108
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_7\intern\decimation\include
 
109
ECHO Done
 
110
"/>
 
111
                        <Tool
 
112
                                Name="VCPreBuildEventTool"/>
 
113
                        <Tool
 
114
                                Name="VCPreLinkEventTool"/>
 
115
                        <Tool
 
116
                                Name="VCResourceCompilerTool"
 
117
                                PreprocessorDefinitions="NDEBUG"
 
118
                                Culture="1043"/>
 
119
                        <Tool
 
120
                                Name="VCWebServiceProxyGeneratorTool"/>
 
121
                        <Tool
 
122
                                Name="VCXMLDataGeneratorTool"/>
 
123
                        <Tool
 
124
                                Name="VCManagedWrapperGeneratorTool"/>
 
125
                        <Tool
 
126
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
127
                </Configuration>
 
128
                <Configuration
 
129
                        Name="3DPlugin Release|Win32"
 
130
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll"
 
131
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll"
 
132
                        ConfigurationType="4"
 
133
                        UseOfMFC="0"
 
134
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
135
                        CharacterSet="2">
 
136
                        <Tool
 
137
                                Name="VCCLCompilerTool"
 
138
                                InlineFunctionExpansion="2"
 
139
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_7\intern\memutil\include;..\..\..\..\..\build\msvc_7\intern\container\include;..\..\..\..\..\build\msvc_7\intern\moto\include"
 
140
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
141
                                StringPooling="TRUE"
 
142
                                RuntimeLibrary="2"
 
143
                                EnableFunctionLevelLinking="TRUE"
 
144
                                UsePrecompiledHeader="2"
 
145
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\decimation.pch"
 
146
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\"
 
147
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\"
 
148
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\"
 
149
                                WarningLevel="2"
 
150
                                SuppressStartupBanner="TRUE"
 
151
                                CompileAs="0"/>
 
152
                        <Tool
 
153
                                Name="VCCustomBuildTool"/>
 
154
                        <Tool
 
155
                                Name="VCLibrarianTool"
 
156
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\libdecimation.lib"
 
157
                                SuppressStartupBanner="TRUE"/>
 
158
                        <Tool
 
159
                                Name="VCMIDLTool"/>
 
160
                        <Tool
 
161
                                Name="VCPostBuildEventTool"
 
162
                                Description="Copying LOD files library to lib tree"
 
163
                                CommandLine="ECHO Copying header files
 
164
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_7\intern\decimation\include
 
165
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_7\intern\decimation\include
 
166
ECHO Done
 
167
"/>
 
168
                        <Tool
 
169
                                Name="VCPreBuildEventTool"/>
 
170
                        <Tool
 
171
                                Name="VCPreLinkEventTool"/>
 
172
                        <Tool
 
173
                                Name="VCResourceCompilerTool"
 
174
                                PreprocessorDefinitions="NDEBUG"
 
175
                                Culture="1043"/>
 
176
                        <Tool
 
177
                                Name="VCWebServiceProxyGeneratorTool"/>
 
178
                        <Tool
 
179
                                Name="VCXMLDataGeneratorTool"/>
 
180
                        <Tool
 
181
                                Name="VCManagedWrapperGeneratorTool"/>
 
182
                        <Tool
 
183
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
184
                </Configuration>
 
185
                <Configuration
 
186
                        Name="3DPlugin Debug|Win32"
 
187
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\debug"
 
188
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\debug"
 
189
                        ConfigurationType="4"
 
190
                        UseOfMFC="0"
 
191
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
192
                        CharacterSet="2">
 
193
                        <Tool
 
194
                                Name="VCCLCompilerTool"
 
195
                                Optimization="0"
 
196
                                AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_7\intern\memutil\include;..\..\..\..\..\build\msvc_7\intern\container\include;..\..\..\..\..\build\msvc_7\intern\moto\include"
 
197
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
198
                                BasicRuntimeChecks="3"
 
199
                                RuntimeLibrary="3"
 
200
                                BufferSecurityCheck="TRUE"
 
201
                                UsePrecompiledHeader="2"
 
202
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\debug\decimation.pch"
 
203
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\debug\"
 
204
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\debug\"
 
205
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\decimation\mtdll\debug\"
 
206
                                WarningLevel="2"
 
207
                                SuppressStartupBanner="TRUE"
 
208
                                DebugInformationFormat="3"
 
209
                                CompileAs="0"/>
 
210
                        <Tool
 
211
                                Name="VCCustomBuildTool"/>
 
212
                        <Tool
 
213
                                Name="VCLibrarianTool"
 
214
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\debug\libdecimation.lib"
 
215
                                SuppressStartupBanner="TRUE"/>
 
216
                        <Tool
 
217
                                Name="VCMIDLTool"/>
 
218
                        <Tool
 
219
                                Name="VCPostBuildEventTool"
 
220
                                Description="Copying LOD files library (debug target) to lib tree"
 
221
                                CommandLine="ECHO Copying header files
 
222
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\decimation\include MKDIR ..\..\..\..\..\build\msvc_7\intern\decimation\include
 
223
XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\build\msvc_7\intern\decimation\include
 
224
ECHO Done
 
225
"/>
 
226
                        <Tool
 
227
                                Name="VCPreBuildEventTool"/>
 
228
                        <Tool
 
229
                                Name="VCPreLinkEventTool"/>
 
230
                        <Tool
 
231
                                Name="VCResourceCompilerTool"
 
232
                                PreprocessorDefinitions="_DEBUG"
 
233
                                Culture="1043"/>
 
234
                        <Tool
 
235
                                Name="VCWebServiceProxyGeneratorTool"/>
 
236
                        <Tool
 
237
                                Name="VCXMLDataGeneratorTool"/>
 
238
                        <Tool
 
239
                                Name="VCManagedWrapperGeneratorTool"/>
 
240
                        <Tool
 
241
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114
242
                </Configuration>
115
243
        </Configurations>
 
244
        
116
245
        <Files>
117
246
                <Filter
118
247
                        Name="intern"
119
248
                        Filter="">
120
249
                        <File
 
250
                                RelativePath="..\..\intern\LOD_decimation.cpp">
 
251
                        </File>
 
252
                        <File
121
253
                                RelativePath="..\..\intern\LOD_DecimationClass.h">
122
254
                        </File>
123
255
                        <File
174
306
                        <File
175
307
                                RelativePath="..\..\intern\LOD_QuadricEditor.h">
176
308
                        </File>
177
 
                        <File
178
 
                                RelativePath="..\..\intern\LOD_decimation.cpp">
179
 
                        </File>
180
309
                </Filter>
181
310
                <Filter
182
311
                        Name="extern"