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

« back to all changes in this revision

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