diff options
author | dan miller | 2007-10-19 05:24:38 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 05:24:38 +0000 |
commit | f205de7847da7ae1c10212d82e7042d0100b4ce0 (patch) | |
tree | 9acc9608a6880502aaeda43af52c33e278e95b9c /libraries/ode-0.9/build/vs2003/tests.vcproj | |
parent | trying to fix my screwup part deux (diff) | |
download | opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.zip opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.gz opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.bz2 opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.xz |
from the start... checking in ode-0.9
Diffstat (limited to '')
-rw-r--r-- | libraries/ode-0.9/build/vs2003/tests.vcproj | 322 |
1 files changed, 322 insertions, 0 deletions
diff --git a/libraries/ode-0.9/build/vs2003/tests.vcproj b/libraries/ode-0.9/build/vs2003/tests.vcproj new file mode 100644 index 0000000..1010093 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/tests.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="tests" | ||
6 | ProjectGUID="{65028345-CDF4-B74C-B94F-8F4A0493D8C4}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/tests/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib" | ||
38 | OutputFile="$(OutDir)/tests.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
57 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/tests/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib" | ||
94 | OutputFile="$(OutDir)/tests.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
113 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/tests/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="3" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib" | ||
150 | OutputFile="$(OutDir)/tests.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
169 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/tests/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="3" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib" | ||
206 | OutputFile="$(OutDir)/tests.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
225 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="tests" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="CppTestHarness" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\tests\CppTestHarness\CheckMacros.h"> | ||
249 | </File> | ||
250 | <File | ||
251 | RelativePath="..\..\tests\CppTestHarness\Checks.h"> | ||
252 | </File> | ||
253 | <File | ||
254 | RelativePath="..\..\tests\CppTestHarness\CppTestHarness.h"> | ||
255 | </File> | ||
256 | <File | ||
257 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.h"> | ||
258 | </File> | ||
259 | <File | ||
260 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.h"> | ||
261 | </File> | ||
262 | <File | ||
263 | RelativePath="..\..\tests\CppTestHarness\SignalTranslator.h"> | ||
264 | </File> | ||
265 | <File | ||
266 | RelativePath="..\..\tests\CppTestHarness\Test.h"> | ||
267 | </File> | ||
268 | <File | ||
269 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.h"> | ||
270 | </File> | ||
271 | <File | ||
272 | RelativePath="..\..\tests\CppTestHarness\TestMacros.h"> | ||
273 | </File> | ||
274 | <File | ||
275 | RelativePath="..\..\tests\CppTestHarness\TestReporter.h"> | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath="..\..\tests\CppTestHarness\TestResults.h"> | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath="..\..\tests\CppTestHarness\TestRunner.h"> | ||
282 | </File> | ||
283 | <File | ||
284 | RelativePath="..\..\tests\CppTestHarness\TypedTestLauncher.h"> | ||
285 | </File> | ||
286 | <File | ||
287 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.cpp"> | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.cpp"> | ||
291 | </File> | ||
292 | <File | ||
293 | RelativePath="..\..\tests\CppTestHarness\Test.cpp"> | ||
294 | </File> | ||
295 | <File | ||
296 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.cpp"> | ||
297 | </File> | ||
298 | <File | ||
299 | RelativePath="..\..\tests\CppTestHarness\TestReporter.cpp"> | ||
300 | </File> | ||
301 | <File | ||
302 | RelativePath="..\..\tests\CppTestHarness\TestResults.cpp"> | ||
303 | </File> | ||
304 | <File | ||
305 | RelativePath="..\..\tests\CppTestHarness\TestRunner.cpp"> | ||
306 | </File> | ||
307 | </Filter> | ||
308 | <Filter | ||
309 | Name="colliders" | ||
310 | Filter=""> | ||
311 | <File | ||
312 | RelativePath="..\..\tests\colliders\box_sphere.cpp"> | ||
313 | </File> | ||
314 | </Filter> | ||
315 | <File | ||
316 | RelativePath="..\..\tests\main.cpp"> | ||
317 | </File> | ||
318 | </Filter> | ||
319 | </Files> | ||
320 | <Globals> | ||
321 | </Globals> | ||
322 | </VisualStudioProject> | ||