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

« back to all changes in this revision

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