aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llmath_vc8.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmath/llmath_vc8.vcproj')
-rw-r--r--linden/indra/llmath/llmath_vc8.vcproj453
1 files changed, 453 insertions, 0 deletions
diff --git a/linden/indra/llmath/llmath_vc8.vcproj b/linden/indra/llmath/llmath_vc8.vcproj
new file mode 100644
index 0000000..ea23702
--- /dev/null
+++ b/linden/indra/llmath/llmath_vc8.vcproj
@@ -0,0 +1,453 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="llmath"
6 ProjectGUID="{E87FD9BE-BE42-4EA3-BF4D-D992223046D9}"
7 Keyword="Win32Proj"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="4"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 CharacterSet="1"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\llcommon;..\..\libraries\i686-win32\include;..\..\libraries\include\"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_DEBUG"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="1"
48 StructMemberAlignment="4"
49 TreatWChar_tAsBuiltInType="false"
50 ForceConformanceInForLoopScope="true"
51 UsePrecompiledHeader="0"
52 WarningLevel="3"
53 WarnAsError="true"
54 Detect64BitPortabilityProblems="false"
55 DebugInformationFormat="4"
56 />
57 <Tool
58 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
66 <Tool
67 Name="VCLibrarianTool"
68 OutputFile="$(OutDir)/llmath.lib"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCXDCMakeTool"
75 />
76 <Tool
77 Name="VCBscMakeTool"
78 />
79 <Tool
80 Name="VCFxCopTool"
81 />
82 <Tool
83 Name="VCPostBuildEventTool"
84 />
85 </Configuration>
86 <Configuration
87 Name="Release|Win32"
88 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
89 IntermediateDirectory="$(ConfigurationName)"
90 ConfigurationType="4"
91 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
92 CharacterSet="1"
93 >
94 <Tool
95 Name="VCPreBuildEventTool"
96 />
97 <Tool
98 Name="VCCustomBuildTool"
99 />
100 <Tool
101 Name="VCXMLDataGeneratorTool"
102 />
103 <Tool
104 Name="VCWebServiceProxyGeneratorTool"
105 />
106 <Tool
107 Name="VCMIDLTool"
108 />
109 <Tool
110 Name="VCCLCompilerTool"
111 AdditionalIncludeDirectories="..\llcommon;..\..\libraries\i686-win32\include;..\..\libraries\include\"
112 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE"
113 RuntimeLibrary="0"
114 StructMemberAlignment="0"
115 TreatWChar_tAsBuiltInType="false"
116 ForceConformanceInForLoopScope="true"
117 UsePrecompiledHeader="0"
118 WarningLevel="3"
119 WarnAsError="true"
120 Detect64BitPortabilityProblems="false"
121 DebugInformationFormat="3"
122 />
123 <Tool
124 Name="VCManagedResourceCompilerTool"
125 />
126 <Tool
127 Name="VCResourceCompilerTool"
128 />
129 <Tool
130 Name="VCPreLinkEventTool"
131 />
132 <Tool
133 Name="VCLibrarianTool"
134 OutputFile="$(OutDir)/llmath.lib"
135 />
136 <Tool
137 Name="VCALinkTool"
138 />
139 <Tool
140 Name="VCXDCMakeTool"
141 />
142 <Tool
143 Name="VCBscMakeTool"
144 />
145 <Tool
146 Name="VCFxCopTool"
147 />
148 <Tool
149 Name="VCPostBuildEventTool"
150 />
151 </Configuration>
152 <Configuration
153 Name="ReleaseNoOpt|Win32"
154 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
155 IntermediateDirectory="$(ConfigurationName)"
156 ConfigurationType="4"
157 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
158 CharacterSet="1"
159 >
160 <Tool
161 Name="VCPreBuildEventTool"
162 />
163 <Tool
164 Name="VCCustomBuildTool"
165 />
166 <Tool
167 Name="VCXMLDataGeneratorTool"
168 />
169 <Tool
170 Name="VCWebServiceProxyGeneratorTool"
171 />
172 <Tool
173 Name="VCMIDLTool"
174 />
175 <Tool
176 Name="VCCLCompilerTool"
177 Optimization="0"
178 AdditionalIncludeDirectories="..\llcommon;..\..\libraries\i686-win32\include;..\..\libraries\include\"
179 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE"
180 RuntimeLibrary="0"
181 StructMemberAlignment="0"
182 TreatWChar_tAsBuiltInType="false"
183 ForceConformanceInForLoopScope="true"
184 UsePrecompiledHeader="0"
185 BrowseInformation="0"
186 WarningLevel="3"
187 WarnAsError="true"
188 Detect64BitPortabilityProblems="false"
189 DebugInformationFormat="3"
190 />
191 <Tool
192 Name="VCManagedResourceCompilerTool"
193 />
194 <Tool
195 Name="VCResourceCompilerTool"
196 />
197 <Tool
198 Name="VCPreLinkEventTool"
199 />
200 <Tool
201 Name="VCLibrarianTool"
202 OutputFile="$(OutDir)/llmath.lib"
203 />
204 <Tool
205 Name="VCALinkTool"
206 />
207 <Tool
208 Name="VCXDCMakeTool"
209 />
210 <Tool
211 Name="VCBscMakeTool"
212 />
213 <Tool
214 Name="VCFxCopTool"
215 />
216 <Tool
217 Name="VCPostBuildEventTool"
218 />
219 </Configuration>
220 </Configurations>
221 <References>
222 </References>
223 <Files>
224 <Filter
225 Name="Source Files"
226 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
227 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
228 >
229 <File
230 RelativePath=".\llbboxlocal.cpp"
231 >
232 </File>
233 <File
234 RelativePath=".\llcamera.cpp"
235 >
236 </File>
237 <File
238 RelativePath=".\llcoordframe.cpp"
239 >
240 </File>
241 <File
242 RelativePath=".\llcrc.cpp"
243 >
244 </File>
245 <File
246 RelativePath=".\llmd5.cpp"
247 >
248 </File>
249 <File
250 RelativePath=".\llperlin.cpp"
251 >
252 </File>
253 <File
254 RelativePath=".\llquaternion.cpp"
255 >
256 </File>
257 <File
258 RelativePath=".\llrand.cpp"
259 >
260 </File>
261 <File
262 RelativePath=".\llrect.cpp"
263 >
264 </File>
265 <File
266 RelativePath=".\lluuid.cpp"
267 >
268 </File>
269 <File
270 RelativePath=".\llvolume.cpp"
271 >
272 </File>
273 <File
274 RelativePath=".\llvolumemgr.cpp"
275 >
276 </File>
277 <File
278 RelativePath=".\m3math.cpp"
279 >
280 </File>
281 <File
282 RelativePath=".\m4math.cpp"
283 >
284 </File>
285 <File
286 RelativePath=".\raytrace.cpp"
287 >
288 </File>
289 <File
290 RelativePath=".\v2math.cpp"
291 >
292 </File>
293 <File
294 RelativePath=".\v3color.cpp"
295 >
296 </File>
297 <File
298 RelativePath=".\v3dmath.cpp"
299 >
300 </File>
301 <File
302 RelativePath=".\v3math.cpp"
303 >
304 </File>
305 <File
306 RelativePath=".\v4color.cpp"
307 >
308 </File>
309 <File
310 RelativePath=".\v4coloru.cpp"
311 >
312 </File>
313 <File
314 RelativePath=".\v4math.cpp"
315 >
316 </File>
317 <File
318 RelativePath=".\xform.cpp"
319 >
320 </File>
321 </Filter>
322 <Filter
323 Name="Header Files"
324 Filter="h;hpp;hxx;hm;inl;inc;xsd"
325 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
326 >
327 <File
328 RelativePath=".\llbboxlocal.h"
329 >
330 </File>
331 <File
332 RelativePath=".\llcamera.h"
333 >
334 </File>
335 <File
336 RelativePath=".\llcoord.h"
337 >
338 </File>
339 <File
340 RelativePath=".\llcoordframe.h"
341 >
342 </File>
343 <File
344 RelativePath=".\llcrc.h"
345 >
346 </File>
347 <File
348 RelativePath=".\llinterp.h"
349 >
350 </File>
351 <File
352 RelativePath=".\llmath.h"
353 >
354 </File>
355 <File
356 RelativePath=".\llmd5.h"
357 >
358 </File>
359 <File
360 RelativePath=".\lloctree.h"
361 >
362 </File>
363 <File
364 RelativePath=".\llperlin.h"
365 >
366 </File>
367 <File
368 RelativePath=".\llquantize.h"
369 >
370 </File>
371 <File
372 RelativePath=".\llquaternion.h"
373 >
374 </File>
375 <File
376 RelativePath=".\llrand.h"
377 >
378 </File>
379 <File
380 RelativePath=".\llrect.h"
381 >
382 </File>
383 <File
384 RelativePath=".\lltreenode.h"
385 >
386 </File>
387 <File
388 RelativePath=".\lluuid.h"
389 >
390 </File>
391 <File
392 RelativePath=".\llvolume.h"
393 >
394 </File>
395 <File
396 RelativePath=".\llvolumemgr.h"
397 >
398 </File>
399 <File
400 RelativePath=".\m3math.h"
401 >
402 </File>
403 <File
404 RelativePath=".\m4math.h"
405 >
406 </File>
407 <File
408 RelativePath=".\raytrace.h"
409 >
410 </File>
411 <File
412 RelativePath=".\v2math.h"
413 >
414 </File>
415 <File
416 RelativePath=".\v3color.h"
417 >
418 </File>
419 <File
420 RelativePath=".\v3dmath.h"
421 >
422 </File>
423 <File
424 RelativePath=".\v3math.h"
425 >
426 </File>
427 <File
428 RelativePath=".\v4color.h"
429 >
430 </File>
431 <File
432 RelativePath=".\v4coloru.h"
433 >
434 </File>
435 <File
436 RelativePath=".\v4math.h"
437 >
438 </File>
439 <File
440 RelativePath=".\xform.h"
441 >
442 </File>
443 </Filter>
444 <Filter
445 Name="Resource Files"
446 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
447 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
448 >
449 </Filter>
450 </Files>
451 <Globals>
452 </Globals>
453</VisualStudioProject>