diff options
Diffstat (limited to 'linden/indra/llmath/llmath.vcproj')
-rw-r--r-- | linden/indra/llmath/llmath.vcproj | 322 |
1 files changed, 322 insertions, 0 deletions
diff --git a/linden/indra/llmath/llmath.vcproj b/linden/indra/llmath/llmath.vcproj new file mode 100644 index 0000000..9b6047d --- /dev/null +++ b/linden/indra/llmath/llmath.vcproj | |||
@@ -0,0 +1,322 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="llmath" | ||
6 | ProjectGUID="{E87FD9BE-BE42-4EA3-BF4D-D992223046D9}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="Debug|Win32" | ||
15 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
16 | IntermediateDirectory="$(ConfigurationName)" | ||
17 | ConfigurationType="4" | ||
18 | CharacterSet="1"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="..\llcommon;..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
23 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;LL_DEBUG" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="1" | ||
27 | StructMemberAlignment="4" | ||
28 | ForceConformanceInForLoopScope="TRUE" | ||
29 | UsePrecompiledHeader="0" | ||
30 | WarningLevel="3" | ||
31 | WarnAsError="TRUE" | ||
32 | Detect64BitPortabilityProblems="FALSE" | ||
33 | DebugInformationFormat="4"/> | ||
34 | <Tool | ||
35 | Name="VCCustomBuildTool"/> | ||
36 | <Tool | ||
37 | Name="VCLibrarianTool" | ||
38 | OutputFile="$(OutDir)/llmath.lib"/> | ||
39 | <Tool | ||
40 | Name="VCMIDLTool"/> | ||
41 | <Tool | ||
42 | Name="VCPostBuildEventTool"/> | ||
43 | <Tool | ||
44 | Name="VCPreBuildEventTool"/> | ||
45 | <Tool | ||
46 | Name="VCPreLinkEventTool"/> | ||
47 | <Tool | ||
48 | Name="VCResourceCompilerTool"/> | ||
49 | <Tool | ||
50 | Name="VCWebServiceProxyGeneratorTool"/> | ||
51 | <Tool | ||
52 | Name="VCXMLDataGeneratorTool"/> | ||
53 | <Tool | ||
54 | Name="VCManagedWrapperGeneratorTool"/> | ||
55 | <Tool | ||
56 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
57 | </Configuration> | ||
58 | <Configuration | ||
59 | Name="Release|Win32" | ||
60 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
61 | IntermediateDirectory="$(ConfigurationName)" | ||
62 | ConfigurationType="4" | ||
63 | CharacterSet="1"> | ||
64 | <Tool | ||
65 | Name="VCCLCompilerTool" | ||
66 | AdditionalIncludeDirectories="..\llcommon;..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
67 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE" | ||
68 | RuntimeLibrary="0" | ||
69 | StructMemberAlignment="0" | ||
70 | ForceConformanceInForLoopScope="TRUE" | ||
71 | UsePrecompiledHeader="0" | ||
72 | WarningLevel="3" | ||
73 | WarnAsError="TRUE" | ||
74 | Detect64BitPortabilityProblems="FALSE" | ||
75 | DebugInformationFormat="3"/> | ||
76 | <Tool | ||
77 | Name="VCCustomBuildTool"/> | ||
78 | <Tool | ||
79 | Name="VCLibrarianTool" | ||
80 | OutputFile="$(OutDir)/llmath.lib"/> | ||
81 | <Tool | ||
82 | Name="VCMIDLTool"/> | ||
83 | <Tool | ||
84 | Name="VCPostBuildEventTool"/> | ||
85 | <Tool | ||
86 | Name="VCPreBuildEventTool"/> | ||
87 | <Tool | ||
88 | Name="VCPreLinkEventTool"/> | ||
89 | <Tool | ||
90 | Name="VCResourceCompilerTool"/> | ||
91 | <Tool | ||
92 | Name="VCWebServiceProxyGeneratorTool"/> | ||
93 | <Tool | ||
94 | Name="VCXMLDataGeneratorTool"/> | ||
95 | <Tool | ||
96 | Name="VCManagedWrapperGeneratorTool"/> | ||
97 | <Tool | ||
98 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
99 | </Configuration> | ||
100 | <Configuration | ||
101 | Name="ReleaseNoOpt|Win32" | ||
102 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
103 | IntermediateDirectory="$(ConfigurationName)" | ||
104 | ConfigurationType="4" | ||
105 | CharacterSet="1"> | ||
106 | <Tool | ||
107 | Name="VCCLCompilerTool" | ||
108 | Optimization="0" | ||
109 | AdditionalIncludeDirectories="..\llcommon;..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
110 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE" | ||
111 | RuntimeLibrary="0" | ||
112 | StructMemberAlignment="0" | ||
113 | ForceConformanceInForLoopScope="TRUE" | ||
114 | UsePrecompiledHeader="0" | ||
115 | BrowseInformation="0" | ||
116 | WarningLevel="3" | ||
117 | WarnAsError="TRUE" | ||
118 | Detect64BitPortabilityProblems="FALSE" | ||
119 | DebugInformationFormat="3"/> | ||
120 | <Tool | ||
121 | Name="VCCustomBuildTool"/> | ||
122 | <Tool | ||
123 | Name="VCLibrarianTool" | ||
124 | OutputFile="$(OutDir)/llmath.lib"/> | ||
125 | <Tool | ||
126 | Name="VCMIDLTool"/> | ||
127 | <Tool | ||
128 | Name="VCPostBuildEventTool"/> | ||
129 | <Tool | ||
130 | Name="VCPreBuildEventTool"/> | ||
131 | <Tool | ||
132 | Name="VCPreLinkEventTool"/> | ||
133 | <Tool | ||
134 | Name="VCResourceCompilerTool"/> | ||
135 | <Tool | ||
136 | Name="VCWebServiceProxyGeneratorTool"/> | ||
137 | <Tool | ||
138 | Name="VCXMLDataGeneratorTool"/> | ||
139 | <Tool | ||
140 | Name="VCManagedWrapperGeneratorTool"/> | ||
141 | <Tool | ||
142 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
143 | </Configuration> | ||
144 | </Configurations> | ||
145 | <References> | ||
146 | </References> | ||
147 | <Files> | ||
148 | <Filter | ||
149 | Name="Source Files" | ||
150 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
151 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | ||
152 | <File | ||
153 | RelativePath=".\llbboxlocal.cpp"> | ||
154 | </File> | ||
155 | <File | ||
156 | RelativePath=".\llcamera.cpp"> | ||
157 | </File> | ||
158 | <File | ||
159 | RelativePath=".\llcoordframe.cpp"> | ||
160 | </File> | ||
161 | <File | ||
162 | RelativePath=".\llcrc.cpp"> | ||
163 | </File> | ||
164 | <File | ||
165 | RelativePath=".\llmd5.cpp"> | ||
166 | </File> | ||
167 | <File | ||
168 | RelativePath=".\llperlin.cpp"> | ||
169 | </File> | ||
170 | <File | ||
171 | RelativePath=".\llquaternion.cpp"> | ||
172 | </File> | ||
173 | <File | ||
174 | RelativePath=".\llrand.cpp"> | ||
175 | </File> | ||
176 | <File | ||
177 | RelativePath=".\llrect.cpp"> | ||
178 | </File> | ||
179 | <File | ||
180 | RelativePath=".\lluuid.cpp"> | ||
181 | </File> | ||
182 | <File | ||
183 | RelativePath=".\llvolume.cpp"> | ||
184 | </File> | ||
185 | <File | ||
186 | RelativePath=".\llvolumemgr.cpp"> | ||
187 | </File> | ||
188 | <File | ||
189 | RelativePath=".\m3math.cpp"> | ||
190 | </File> | ||
191 | <File | ||
192 | RelativePath=".\m4math.cpp"> | ||
193 | </File> | ||
194 | <File | ||
195 | RelativePath=".\raytrace.cpp"> | ||
196 | </File> | ||
197 | <File | ||
198 | RelativePath=".\v2math.cpp"> | ||
199 | </File> | ||
200 | <File | ||
201 | RelativePath=".\v3color.cpp"> | ||
202 | </File> | ||
203 | <File | ||
204 | RelativePath=".\v3dmath.cpp"> | ||
205 | </File> | ||
206 | <File | ||
207 | RelativePath=".\v3math.cpp"> | ||
208 | </File> | ||
209 | <File | ||
210 | RelativePath=".\v4color.cpp"> | ||
211 | </File> | ||
212 | <File | ||
213 | RelativePath=".\v4coloru.cpp"> | ||
214 | </File> | ||
215 | <File | ||
216 | RelativePath=".\v4math.cpp"> | ||
217 | </File> | ||
218 | <File | ||
219 | RelativePath=".\xform.cpp"> | ||
220 | </File> | ||
221 | </Filter> | ||
222 | <Filter | ||
223 | Name="Header Files" | ||
224 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
225 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | ||
226 | <File | ||
227 | RelativePath=".\llbboxlocal.h"> | ||
228 | </File> | ||
229 | <File | ||
230 | RelativePath=".\llcamera.h"> | ||
231 | </File> | ||
232 | <File | ||
233 | RelativePath=".\llcoord.h"> | ||
234 | </File> | ||
235 | <File | ||
236 | RelativePath=".\llcoordframe.h"> | ||
237 | </File> | ||
238 | <File | ||
239 | RelativePath=".\llcrc.h"> | ||
240 | </File> | ||
241 | <File | ||
242 | RelativePath=".\llinterp.h"> | ||
243 | </File> | ||
244 | <File | ||
245 | RelativePath=".\llmath.h"> | ||
246 | </File> | ||
247 | <File | ||
248 | RelativePath=".\llmd5.h"> | ||
249 | </File> | ||
250 | <File | ||
251 | RelativePath=".\lloctree.h"> | ||
252 | </File> | ||
253 | <File | ||
254 | RelativePath=".\llperlin.h"> | ||
255 | </File> | ||
256 | <File | ||
257 | RelativePath=".\llquantize.h"> | ||
258 | </File> | ||
259 | <File | ||
260 | RelativePath=".\llquaternion.h"> | ||
261 | </File> | ||
262 | <File | ||
263 | RelativePath=".\llrand.h"> | ||
264 | </File> | ||
265 | <File | ||
266 | RelativePath=".\llrect.h"> | ||
267 | </File> | ||
268 | <File | ||
269 | RelativePath=".\lltreenode.h"> | ||
270 | </File> | ||
271 | <File | ||
272 | RelativePath=".\lluuid.h"> | ||
273 | </File> | ||
274 | <File | ||
275 | RelativePath=".\llvolume.h"> | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath=".\llvolumemgr.h"> | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath=".\m3math.h"> | ||
282 | </File> | ||
283 | <File | ||
284 | RelativePath=".\m4math.h"> | ||
285 | </File> | ||
286 | <File | ||
287 | RelativePath=".\raytrace.h"> | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath=".\v2math.h"> | ||
291 | </File> | ||
292 | <File | ||
293 | RelativePath=".\v3color.h"> | ||
294 | </File> | ||
295 | <File | ||
296 | RelativePath=".\v3dmath.h"> | ||
297 | </File> | ||
298 | <File | ||
299 | RelativePath=".\v3math.h"> | ||
300 | </File> | ||
301 | <File | ||
302 | RelativePath=".\v4color.h"> | ||
303 | </File> | ||
304 | <File | ||
305 | RelativePath=".\v4coloru.h"> | ||
306 | </File> | ||
307 | <File | ||
308 | RelativePath=".\v4math.h"> | ||
309 | </File> | ||
310 | <File | ||
311 | RelativePath=".\xform.h"> | ||
312 | </File> | ||
313 | </Filter> | ||
314 | <Filter | ||
315 | Name="Resource Files" | ||
316 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
317 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | ||
318 | </Filter> | ||
319 | </Files> | ||
320 | <Globals> | ||
321 | </Globals> | ||
322 | </VisualStudioProject> | ||