diff options
Diffstat (limited to 'linden/indra/llaudio/llaudio.vcproj')
-rw-r--r-- | linden/indra/llaudio/llaudio.vcproj | 225 |
1 files changed, 0 insertions, 225 deletions
diff --git a/linden/indra/llaudio/llaudio.vcproj b/linden/indra/llaudio/llaudio.vcproj deleted file mode 100644 index dee6916..0000000 --- a/linden/indra/llaudio/llaudio.vcproj +++ /dev/null | |||
@@ -1,225 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="llaudio" | ||
6 | ProjectGUID="{93B2BA29-FBE9-4376-92C1-6108DCFE09D3}" | ||
7 | RootNamespace="llaudio" | ||
8 | Keyword="Win32Proj"> | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32"/> | ||
12 | </Platforms> | ||
13 | <Configurations> | ||
14 | <Configuration | ||
15 | Name="Debug|Win32" | ||
16 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
17 | IntermediateDirectory="Debug" | ||
18 | ConfigurationType="4" | ||
19 | CharacterSet="1"> | ||
20 | <Tool | ||
21 | Name="VCCLCompilerTool" | ||
22 | Optimization="0" | ||
23 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llmessage;..\..\libraries\i686-win32\include;..\..\libraries\include\;" | ||
24 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;LL_DEBUG" | ||
25 | MinimalRebuild="TRUE" | ||
26 | BasicRuntimeChecks="3" | ||
27 | RuntimeLibrary="1" | ||
28 | StructMemberAlignment="4" | ||
29 | ForceConformanceInForLoopScope="TRUE" | ||
30 | UsePrecompiledHeader="0" | ||
31 | WarningLevel="3" | ||
32 | WarnAsError="TRUE" | ||
33 | Detect64BitPortabilityProblems="FALSE" | ||
34 | DebugInformationFormat="4"/> | ||
35 | <Tool | ||
36 | Name="VCCustomBuildTool"/> | ||
37 | <Tool | ||
38 | Name="VCLibrarianTool" | ||
39 | OutputFile="$(OutDir)/llaudio.lib"/> | ||
40 | <Tool | ||
41 | Name="VCMIDLTool"/> | ||
42 | <Tool | ||
43 | Name="VCPostBuildEventTool"/> | ||
44 | <Tool | ||
45 | Name="VCPreBuildEventTool"/> | ||
46 | <Tool | ||
47 | Name="VCPreLinkEventTool"/> | ||
48 | <Tool | ||
49 | Name="VCResourceCompilerTool"/> | ||
50 | <Tool | ||
51 | Name="VCWebServiceProxyGeneratorTool"/> | ||
52 | <Tool | ||
53 | Name="VCXMLDataGeneratorTool"/> | ||
54 | <Tool | ||
55 | Name="VCManagedWrapperGeneratorTool"/> | ||
56 | <Tool | ||
57 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
58 | </Configuration> | ||
59 | <Configuration | ||
60 | Name="Release|Win32" | ||
61 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
62 | IntermediateDirectory="Release" | ||
63 | ConfigurationType="4" | ||
64 | CharacterSet="1"> | ||
65 | <Tool | ||
66 | Name="VCCLCompilerTool" | ||
67 | AdditionalOptions="/Oy-" | ||
68 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llmessage;..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
69 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE" | ||
70 | RuntimeLibrary="0" | ||
71 | StructMemberAlignment="0" | ||
72 | ForceConformanceInForLoopScope="TRUE" | ||
73 | UsePrecompiledHeader="0" | ||
74 | WarningLevel="3" | ||
75 | WarnAsError="TRUE" | ||
76 | Detect64BitPortabilityProblems="FALSE" | ||
77 | DebugInformationFormat="3"/> | ||
78 | <Tool | ||
79 | Name="VCCustomBuildTool"/> | ||
80 | <Tool | ||
81 | Name="VCLibrarianTool" | ||
82 | OutputFile="$(OutDir)/llaudio.lib"/> | ||
83 | <Tool | ||
84 | Name="VCMIDLTool"/> | ||
85 | <Tool | ||
86 | Name="VCPostBuildEventTool"/> | ||
87 | <Tool | ||
88 | Name="VCPreBuildEventTool"/> | ||
89 | <Tool | ||
90 | Name="VCPreLinkEventTool"/> | ||
91 | <Tool | ||
92 | Name="VCResourceCompilerTool"/> | ||
93 | <Tool | ||
94 | Name="VCWebServiceProxyGeneratorTool"/> | ||
95 | <Tool | ||
96 | Name="VCXMLDataGeneratorTool"/> | ||
97 | <Tool | ||
98 | Name="VCManagedWrapperGeneratorTool"/> | ||
99 | <Tool | ||
100 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseNoOpt|Win32" | ||
104 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
105 | IntermediateDirectory="$(ConfigurationName)" | ||
106 | ConfigurationType="4" | ||
107 | CharacterSet="1"> | ||
108 | <Tool | ||
109 | Name="VCCLCompilerTool" | ||
110 | AdditionalOptions="/Oy-" | ||
111 | Optimization="0" | ||
112 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llmessage;..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
113 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE" | ||
114 | RuntimeLibrary="0" | ||
115 | StructMemberAlignment="0" | ||
116 | ForceConformanceInForLoopScope="TRUE" | ||
117 | UsePrecompiledHeader="0" | ||
118 | WarningLevel="3" | ||
119 | WarnAsError="TRUE" | ||
120 | Detect64BitPortabilityProblems="FALSE" | ||
121 | DebugInformationFormat="3"/> | ||
122 | <Tool | ||
123 | Name="VCCustomBuildTool"/> | ||
124 | <Tool | ||
125 | Name="VCLibrarianTool" | ||
126 | OutputFile="$(OutDir)/llaudio.lib"/> | ||
127 | <Tool | ||
128 | Name="VCMIDLTool"/> | ||
129 | <Tool | ||
130 | Name="VCPostBuildEventTool"/> | ||
131 | <Tool | ||
132 | Name="VCPreBuildEventTool"/> | ||
133 | <Tool | ||
134 | Name="VCPreLinkEventTool"/> | ||
135 | <Tool | ||
136 | Name="VCResourceCompilerTool"/> | ||
137 | <Tool | ||
138 | Name="VCWebServiceProxyGeneratorTool"/> | ||
139 | <Tool | ||
140 | Name="VCXMLDataGeneratorTool"/> | ||
141 | <Tool | ||
142 | Name="VCManagedWrapperGeneratorTool"/> | ||
143 | <Tool | ||
144 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
145 | </Configuration> | ||
146 | </Configurations> | ||
147 | <References> | ||
148 | </References> | ||
149 | <Files> | ||
150 | <Filter | ||
151 | Name="Source Files" | ||
152 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
153 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | ||
154 | <File | ||
155 | RelativePath=".\audioengine.cpp"> | ||
156 | </File> | ||
157 | <File | ||
158 | RelativePath=".\audioengine_fmod.cpp"> | ||
159 | </File> | ||
160 | <File | ||
161 | RelativePath=".\listener.cpp"> | ||
162 | </File> | ||
163 | <File | ||
164 | RelativePath=".\listener_fmod.cpp"> | ||
165 | </File> | ||
166 | <File | ||
167 | RelativePath=".\llaudiodecodemgr.cpp"> | ||
168 | </File> | ||
169 | <File | ||
170 | RelativePath=".\vorbisdecode.cpp"> | ||
171 | </File> | ||
172 | <File | ||
173 | RelativePath=".\vorbisencode.cpp"> | ||
174 | </File> | ||
175 | </Filter> | ||
176 | <Filter | ||
177 | Name="Header Files" | ||
178 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
179 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | ||
180 | <File | ||
181 | RelativePath=".\audioengine.h"> | ||
182 | </File> | ||
183 | <File | ||
184 | RelativePath=".\audioengine_fmod.h"> | ||
185 | </File> | ||
186 | <File | ||
187 | RelativePath=".\fmod.h"> | ||
188 | </File> | ||
189 | <File | ||
190 | RelativePath=".\fmod_errors.h"> | ||
191 | </File> | ||
192 | <File | ||
193 | RelativePath=".\listener.h"> | ||
194 | </File> | ||
195 | <File | ||
196 | RelativePath=".\listener_ds3d.h"> | ||
197 | </File> | ||
198 | <File | ||
199 | RelativePath=".\listener_fmod.h"> | ||
200 | </File> | ||
201 | <File | ||
202 | RelativePath=".\listener_openal.h"> | ||
203 | </File> | ||
204 | <File | ||
205 | RelativePath=".\llaudiodecodemgr.h"> | ||
206 | </File> | ||
207 | <File | ||
208 | RelativePath=".\vorbisdecode.h"> | ||
209 | </File> | ||
210 | <File | ||
211 | RelativePath=".\vorbisencode.h"> | ||
212 | </File> | ||
213 | <File | ||
214 | RelativePath=".\wavefile.h"> | ||
215 | </File> | ||
216 | </Filter> | ||
217 | <Filter | ||
218 | Name="Resource Files" | ||
219 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
220 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | ||
221 | </Filter> | ||
222 | </Files> | ||
223 | <Globals> | ||
224 | </Globals> | ||
225 | </VisualStudioProject> | ||