~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to intern/SoundSystem/make/msvc_9_0/openal/OpenALSoundSystem.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

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="9,00"
 
5
        Name="INT_OpenALSoundSystem"
 
6
        ProjectGUID="{213356A9-3A1F-41DA-9819-1297BCD17DEE}"
 
7
        RootNamespace="OpenALSoundSystem"
 
8
        TargetFrameworkVersion="131072"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Blender Debug|Win32"
 
20
                        OutputDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\debug"
 
21
                        IntermediateDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\debug"
 
22
                        ConfigurationType="4"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
24
                        UseOfMFC="0"
 
25
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
26
                        CharacterSet="2"
 
27
                        >
 
28
                        <Tool
 
29
                                Name="VCPreBuildEventTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCXMLDataGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCWebServiceProxyGeneratorTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCMIDLTool"
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCCLCompilerTool"
 
45
                                Optimization="0"
 
46
                                AdditionalIncludeDirectories="..\..\..\sdl;..\..\..\intern;..\..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\..\lib\windows\openal\include;..\..\..\..\..\..\build\msvc_9\intern\soundsystem\include;..\..\..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\..\..\build\msvc_9\intern\string\include"
 
47
                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="1"
 
50
                                DefaultCharIsUnsigned="true"
 
51
                                UsePrecompiledHeader="0"
 
52
                                PrecompiledHeaderFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\debug\OpenALSoundSystem.pch"
 
53
                                AssemblerListingLocation="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\debug\"
 
54
                                ObjectFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\debug\"
 
55
                                ProgramDataBaseFileName="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\debug\"
 
56
                                WarningLevel="2"
 
57
                                SuppressStartupBanner="true"
 
58
                                DebugInformationFormat="3"
 
59
                                CompileAs="0"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCManagedResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCResourceCompilerTool"
 
66
                                PreprocessorDefinitions="_DEBUG"
 
67
                                Culture="1033"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCPreLinkEventTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCLibrarianTool"
 
74
                                OutputFile="..\..\..\..\..\..\build\msvc_9\libs\intern\debug\libOpenALSoundSystem.lib"
 
75
                                SuppressStartupBanner="true"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCALinkTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCXDCMakeTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCBscMakeTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCFxCopTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCPostBuildEventTool"
 
91
                        />
 
92
                </Configuration>
 
93
                <Configuration
 
94
                        Name="Blender Release|Win32"
 
95
                        OutputDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal"
 
96
                        IntermediateDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal"
 
97
                        ConfigurationType="4"
 
98
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
99
                        UseOfMFC="0"
 
100
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
101
                        CharacterSet="2"
 
102
                        >
 
103
                        <Tool
 
104
                                Name="VCPreBuildEventTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCCustomBuildTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCXMLDataGeneratorTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCWebServiceProxyGeneratorTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCMIDLTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCCLCompilerTool"
 
120
                                InlineFunctionExpansion="1"
 
121
                                AdditionalIncludeDirectories="..\..\..\sdl;..\..\..\intern;..\..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\..\lib\windows\openal\include;..\..\..\..\..\..\build\msvc_9\intern\soundsystem\include;..\..\..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\..\..\build\msvc_9\intern\string\include"
 
122
                                PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
 
123
                                StringPooling="true"
 
124
                                RuntimeLibrary="0"
 
125
                                EnableFunctionLevelLinking="true"
 
126
                                DefaultCharIsUnsigned="true"
 
127
                                UsePrecompiledHeader="0"
 
128
                                PrecompiledHeaderFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\OpenALSoundSystem.pch"
 
129
                                AssemblerListingLocation="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\"
 
130
                                ObjectFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\"
 
131
                                ProgramDataBaseFileName="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\"
 
132
                                WarningLevel="2"
 
133
                                SuppressStartupBanner="true"
 
134
                                CompileAs="0"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCManagedResourceCompilerTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCResourceCompilerTool"
 
141
                                PreprocessorDefinitions="NDEBUG"
 
142
                                Culture="1033"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCPreLinkEventTool"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCLibrarianTool"
 
149
                                OutputFile="..\..\..\..\..\..\build\msvc_9\libs\intern\libOpenALSoundSystem.lib"
 
150
                                SuppressStartupBanner="true"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCALinkTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCXDCMakeTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCBscMakeTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCFxCopTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCPostBuildEventTool"
 
166
                        />
 
167
                </Configuration>
 
168
                <Configuration
 
169
                        Name="3DPlugin Release|Win32"
 
170
                        OutputDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll"
 
171
                        IntermediateDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll"
 
172
                        ConfigurationType="4"
 
173
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
174
                        UseOfMFC="0"
 
175
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
176
                        CharacterSet="2"
 
177
                        >
 
178
                        <Tool
 
179
                                Name="VCPreBuildEventTool"
 
180
                        />
 
181
                        <Tool
 
182
                                Name="VCCustomBuildTool"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCXMLDataGeneratorTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCWebServiceProxyGeneratorTool"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCMIDLTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCCLCompilerTool"
 
195
                                InlineFunctionExpansion="1"
 
196
                                AdditionalIncludeDirectories="..\..\..\sdl;..\..\..\intern;..\..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\..\lib\windows\openal\include;..\..\..\..\..\..\build\msvc_9\intern\soundsystem\include;..\..\..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\..\..\build\msvc_9\intern\string\include"
 
197
                                PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
 
198
                                StringPooling="true"
 
199
                                RuntimeLibrary="2"
 
200
                                EnableFunctionLevelLinking="true"
 
201
                                DefaultCharIsUnsigned="true"
 
202
                                UsePrecompiledHeader="0"
 
203
                                PrecompiledHeaderFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\OpenALSoundSystem.pch"
 
204
                                AssemblerListingLocation="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\"
 
205
                                ObjectFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\"
 
206
                                ProgramDataBaseFileName="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\"
 
207
                                WarningLevel="2"
 
208
                                SuppressStartupBanner="true"
 
209
                                CompileAs="0"
 
210
                        />
 
211
                        <Tool
 
212
                                Name="VCManagedResourceCompilerTool"
 
213
                        />
 
214
                        <Tool
 
215
                                Name="VCResourceCompilerTool"
 
216
                                PreprocessorDefinitions="NDEBUG"
 
217
                                Culture="1033"
 
218
                        />
 
219
                        <Tool
 
220
                                Name="VCPreLinkEventTool"
 
221
                        />
 
222
                        <Tool
 
223
                                Name="VCLibrarianTool"
 
224
                                OutputFile="..\..\..\..\..\..\build\msvc_9\libs\intern\mtdll\libOpenALSoundSystem.lib"
 
225
                                SuppressStartupBanner="true"
 
226
                        />
 
227
                        <Tool
 
228
                                Name="VCALinkTool"
 
229
                        />
 
230
                        <Tool
 
231
                                Name="VCXDCMakeTool"
 
232
                        />
 
233
                        <Tool
 
234
                                Name="VCBscMakeTool"
 
235
                        />
 
236
                        <Tool
 
237
                                Name="VCFxCopTool"
 
238
                        />
 
239
                        <Tool
 
240
                                Name="VCPostBuildEventTool"
 
241
                        />
 
242
                </Configuration>
 
243
                <Configuration
 
244
                        Name="3DPlugin Debug|Win32"
 
245
                        OutputDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\debug"
 
246
                        IntermediateDirectory="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\debug"
 
247
                        ConfigurationType="4"
 
248
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
249
                        UseOfMFC="0"
 
250
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
251
                        CharacterSet="2"
 
252
                        >
 
253
                        <Tool
 
254
                                Name="VCPreBuildEventTool"
 
255
                        />
 
256
                        <Tool
 
257
                                Name="VCCustomBuildTool"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCXMLDataGeneratorTool"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCWebServiceProxyGeneratorTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCMIDLTool"
 
267
                        />
 
268
                        <Tool
 
269
                                Name="VCCLCompilerTool"
 
270
                                Optimization="0"
 
271
                                AdditionalIncludeDirectories="..\..\..\sdl;..\..\..\intern;..\..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\..\lib\windows\openal\include;..\..\..\..\..\..\build\msvc_9\intern\soundsystem\include;..\..\..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\..\..\build\msvc_9\intern\string\include"
 
272
                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
 
273
                                BasicRuntimeChecks="3"
 
274
                                RuntimeLibrary="3"
 
275
                                DefaultCharIsUnsigned="true"
 
276
                                UsePrecompiledHeader="0"
 
277
                                PrecompiledHeaderFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\debug\OpenALSoundSystem.pch"
 
278
                                AssemblerListingLocation="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\debug\"
 
279
                                ObjectFile="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\debug\"
 
280
                                ProgramDataBaseFileName="..\..\..\..\..\..\build\msvc_9\intern\soundsystem\openal\mtdll\debug\"
 
281
                                WarningLevel="2"
 
282
                                SuppressStartupBanner="true"
 
283
                                DebugInformationFormat="3"
 
284
                                CompileAs="0"
 
285
                        />
 
286
                        <Tool
 
287
                                Name="VCManagedResourceCompilerTool"
 
288
                        />
 
289
                        <Tool
 
290
                                Name="VCResourceCompilerTool"
 
291
                                PreprocessorDefinitions="_DEBUG"
 
292
                                Culture="1033"
 
293
                        />
 
294
                        <Tool
 
295
                                Name="VCPreLinkEventTool"
 
296
                        />
 
297
                        <Tool
 
298
                                Name="VCLibrarianTool"
 
299
                                OutputFile="..\..\..\..\..\..\build\msvc_9\libs\intern\mtdll\debug\libOpenALSoundSystem.lib"
 
300
                                SuppressStartupBanner="true"
 
301
                        />
 
302
                        <Tool
 
303
                                Name="VCALinkTool"
 
304
                        />
 
305
                        <Tool
 
306
                                Name="VCXDCMakeTool"
 
307
                        />
 
308
                        <Tool
 
309
                                Name="VCBscMakeTool"
 
310
                        />
 
311
                        <Tool
 
312
                                Name="VCFxCopTool"
 
313
                        />
 
314
                        <Tool
 
315
                                Name="VCPostBuildEventTool"
 
316
                        />
 
317
                </Configuration>
 
318
        </Configurations>
 
319
        <References>
 
320
        </References>
 
321
        <Files>
 
322
                <Filter
 
323
                        Name="Source Files"
 
324
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
325
                        >
 
326
                        <File
 
327
                                RelativePath="..\..\..\openal\SND_OpenALDevice.cpp"
 
328
                                >
 
329
                        </File>
 
330
                        <File
 
331
                                RelativePath="..\..\..\sdl\SND_SDLCDDevice.cpp"
 
332
                                >
 
333
                        </File>
 
334
                </Filter>
 
335
                <Filter
 
336
                        Name="Header Files"
 
337
                        Filter="h;hpp;hxx;hm;inl"
 
338
                        >
 
339
                        <File
 
340
                                RelativePath="..\..\..\openal\SND_OpenALDevice.h"
 
341
                                >
 
342
                        </File>
 
343
                        <File
 
344
                                RelativePath="..\..\..\sdl\SND_SDLCDDevice.h"
 
345
                                >
 
346
                        </File>
 
347
                </Filter>
 
348
        </Files>
 
349
        <Globals>
 
350
        </Globals>
 
351
</VisualStudioProject>