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

« back to all changes in this revision

Viewing changes to intern/memutil/make/msvc_7_0/memutil.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="memutil"
6
6
        SccProjectName=""
7
7
        SccLocalPath="">
11
11
        </Platforms>
12
12
        <Configurations>
13
13
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory=".\..\..\..\..\obj\windows\intern\memutil\debug"
16
 
                        IntermediateDirectory=".\..\..\..\..\obj\windows\intern\memutil\debug"
 
14
                        Name="Blender Debug|Win32"
 
15
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\memutil\debug"
 
16
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\memutil\debug"
17
17
                        ConfigurationType="4"
18
18
                        UseOfMFC="0"
19
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
21
21
                        <Tool
22
22
                                Name="VCCLCompilerTool"
23
23
                                Optimization="0"
24
 
                                AdditionalIncludeDirectories="../.."
 
24
                                AdditionalIncludeDirectories="..\.."
25
25
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
26
26
                                BasicRuntimeChecks="3"
27
27
                                RuntimeLibrary="1"
 
28
                                BufferSecurityCheck="TRUE"
28
29
                                UsePrecompiledHeader="2"
29
 
                                PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\memutil\debug/memutil.pch"
30
 
                                AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\memutil\debug/"
31
 
                                ObjectFile=".\..\..\..\..\obj\windows\intern\memutil\debug/"
32
 
                                ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\memutil\debug/"
33
 
                                WarningLevel="3"
 
30
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\memutil\debug\memutil.pch"
 
31
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\memutil\debug\"
 
32
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\memutil\debug\"
 
33
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\memutil\debug\"
 
34
                                WarningLevel="2"
34
35
                                SuppressStartupBanner="TRUE"
35
 
                                DebugInformationFormat="4"
 
36
                                DebugInformationFormat="3"
36
37
                                CompileAs="0"/>
37
38
                        <Tool
38
39
                                Name="VCCustomBuildTool"/>
39
40
                        <Tool
40
41
                                Name="VCLibrarianTool"
41
 
                                OutputFile=".\..\..\..\..\obj\windows\intern\memutil\debug\memutil.lib"
 
42
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\debug\memutil.lib"
42
43
                                SuppressStartupBanner="TRUE"/>
43
44
                        <Tool
44
45
                                Name="VCMIDLTool"/>
45
46
                        <Tool
46
47
                                Name="VCPostBuildEventTool"
 
48
                                Description="Copying MEM files library (debug target) to lib tree."
47
49
                                CommandLine="ECHO Copying header files
48
 
XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\memutil\include\
49
 
ECHO Copying lib
50
 
XCOPY /Y ..\..\..\..\obj\windows\intern\memutil\debug\*.lib ..\..\..\..\..\lib\windows\memutil\lib\debug\*.lib
51
 
ECHO Copying Debug info.
52
 
XCOPY /Y ..\..\..\..\obj\windows\intern\memutil\debug\vc70.* ..\..\..\..\..\lib\windows\memutil\lib\debug\
 
50
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\memutil\include MKDIR ..\..\..\..\..\build\msvc_7\intern\memutil\include
 
51
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\memutil\include
53
52
ECHO Done
54
53
"/>
55
54
                        <Tool
62
61
                                Culture="1033"/>
63
62
                        <Tool
64
63
                                Name="VCWebServiceProxyGeneratorTool"/>
 
64
                        <Tool
 
65
                                Name="VCXMLDataGeneratorTool"/>
 
66
                        <Tool
 
67
                                Name="VCManagedWrapperGeneratorTool"/>
 
68
                        <Tool
 
69
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65
70
                </Configuration>
66
71
                <Configuration
67
 
                        Name="Release|Win32"
68
 
                        OutputDirectory=".\..\..\..\..\obj\windows\intern\memutil"
69
 
                        IntermediateDirectory=".\..\..\..\..\obj\windows\intern\memutil"
 
72
                        Name="Blender Release|Win32"
 
73
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\memutil"
 
74
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\memutil"
70
75
                        ConfigurationType="4"
71
76
                        UseOfMFC="0"
72
77
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
74
79
                        <Tool
75
80
                                Name="VCCLCompilerTool"
76
81
                                InlineFunctionExpansion="2"
77
 
                                AdditionalIncludeDirectories="../.."
 
82
                                AdditionalIncludeDirectories="..\.."
78
83
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
79
84
                                StringPooling="TRUE"
80
85
                                RuntimeLibrary="0"
81
86
                                EnableFunctionLevelLinking="TRUE"
82
87
                                UsePrecompiledHeader="2"
83
 
                                PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\memutil/memutil.pch"
84
 
                                AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\memutil/"
85
 
                                ObjectFile=".\..\..\..\..\obj\windows\intern\memutil/"
86
 
                                ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\memutil/"
87
 
                                WarningLevel="3"
88
 
                                SuppressStartupBanner="TRUE"
89
 
                                CompileAs="0"/>
90
 
                        <Tool
91
 
                                Name="VCCustomBuildTool"/>
92
 
                        <Tool
93
 
                                Name="VCLibrarianTool"
94
 
                                OutputFile=".\..\..\..\..\obj\windows\intern\memutil\memutil.lib"
95
 
                                SuppressStartupBanner="TRUE"/>
96
 
                        <Tool
97
 
                                Name="VCMIDLTool"/>
98
 
                        <Tool
99
 
                                Name="VCPostBuildEventTool"
100
 
                                CommandLine="ECHO Copying header files
101
 
XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\memutil\include\
102
 
ECHO Copying lib
103
 
XCOPY /Y ..\..\..\..\obj\windows\intern\memutil\*.lib ..\..\..\..\..\lib\windows\memutil\lib\*.lib
104
 
ECHO Done
105
 
"/>
106
 
                        <Tool
107
 
                                Name="VCPreBuildEventTool"/>
108
 
                        <Tool
109
 
                                Name="VCPreLinkEventTool"/>
110
 
                        <Tool
111
 
                                Name="VCResourceCompilerTool"
112
 
                                PreprocessorDefinitions="NDEBUG"
113
 
                                Culture="1033"/>
114
 
                        <Tool
115
 
                                Name="VCWebServiceProxyGeneratorTool"/>
 
88
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\memutil\memutil.pch"
 
89
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\memutil\"
 
90
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\memutil\"
 
91
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\memutil\"
 
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\memutil.lib"
 
100
                                SuppressStartupBanner="TRUE"/>
 
101
                        <Tool
 
102
                                Name="VCMIDLTool"/>
 
103
                        <Tool
 
104
                                Name="VCPostBuildEventTool"
 
105
                                Description="Copying MEM files library to lib tree."
 
106
                                CommandLine="ECHO Copying header files
 
107
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\memutil\include MKDIR ..\..\..\..\..\build\msvc_7\intern\memutil\include
 
108
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\memutil\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="1033"/>
 
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\memutil\mtdll"
 
131
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll"
 
132
                        ConfigurationType="4"
 
133
                        UseOfMFC="0"
 
134
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
135
                        CharacterSet="2">
 
136
                        <Tool
 
137
                                Name="VCCLCompilerTool"
 
138
                                InlineFunctionExpansion="2"
 
139
                                AdditionalIncludeDirectories="..\.."
 
140
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
141
                                StringPooling="TRUE"
 
142
                                RuntimeLibrary="2"
 
143
                                EnableFunctionLevelLinking="TRUE"
 
144
                                UsePrecompiledHeader="2"
 
145
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll\memutil.pch"
 
146
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll\"
 
147
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll\"
 
148
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\memutil\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\memutil.lib"
 
157
                                SuppressStartupBanner="TRUE"/>
 
158
                        <Tool
 
159
                                Name="VCMIDLTool"/>
 
160
                        <Tool
 
161
                                Name="VCPostBuildEventTool"
 
162
                                Description="Copying MEM files library to lib tree."
 
163
                                CommandLine="ECHO Copying header files
 
164
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\memutil\include MKDIR ..\..\..\..\..\build\msvc_7\intern\memutil\include
 
165
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\memutil\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="1033"/>
 
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\memutil\mtdll\debug"
 
188
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll\debug"
 
189
                        ConfigurationType="4"
 
190
                        UseOfMFC="0"
 
191
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
192
                        CharacterSet="2">
 
193
                        <Tool
 
194
                                Name="VCCLCompilerTool"
 
195
                                Optimization="0"
 
196
                                AdditionalIncludeDirectories="..\.."
 
197
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
198
                                BasicRuntimeChecks="3"
 
199
                                RuntimeLibrary="3"
 
200
                                BufferSecurityCheck="TRUE"
 
201
                                UsePrecompiledHeader="2"
 
202
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll\debug\memutil.pch"
 
203
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll\debug\"
 
204
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\memutil\mtdll\debug\"
 
205
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\memutil\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\memutil.lib"
 
215
                                SuppressStartupBanner="TRUE"/>
 
216
                        <Tool
 
217
                                Name="VCMIDLTool"/>
 
218
                        <Tool
 
219
                                Name="VCPostBuildEventTool"
 
220
                                Description="Copying MEM files library (debug target) to lib tree."
 
221
                                CommandLine="ECHO Copying header files
 
222
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\memutil\include MKDIR ..\..\..\..\..\build\msvc_7\intern\memutil\include
 
223
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\memutil\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="1033"/>
 
234
                        <Tool
 
235
                                Name="VCWebServiceProxyGeneratorTool"/>
 
236
                        <Tool
 
237
                                Name="VCXMLDataGeneratorTool"/>
 
238
                        <Tool
 
239
                                Name="VCManagedWrapperGeneratorTool"/>
 
240
                        <Tool
 
241
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116
242
                </Configuration>
117
243
        </Configurations>
 
244
        
118
245
        <Files>
119
246
                <Filter
120
247
                        Name="Source Files"
133
260
                                        RelativePath="..\..\MEM_NonCopyable.h">
134
261
                                </File>
135
262
                                <File
136
 
                                        RelativePath="..\..\MEM_RefCountPtr.h">
137
 
                                </File>
138
 
                                <File
139
263
                                        RelativePath="..\..\MEM_RefCounted.h">
140
264
                                </File>
141
265
                                <File
142
266
                                        RelativePath="..\..\MEM_RefCountedC-Api.h">
143
267
                                </File>
144
268
                                <File
 
269
                                        RelativePath="..\..\MEM_RefCountPtr.h">
 
270
                                </File>
 
271
                                <File
145
272
                                        RelativePath="..\..\MEM_SmartPtr.h">
146
273
                                </File>
147
274
                        </Filter>