diff options
author | dan miller | 2007-10-19 05:22:23 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 05:22:23 +0000 |
commit | 1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43 (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9/build/vs2003 | |
parent | one more for the gipper (diff) | |
download | opensim-SC_OLD-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.zip opensim-SC_OLD-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.tar.gz opensim-SC_OLD-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.tar.bz2 opensim-SC_OLD-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.tar.xz |
trying to fix my screwup, please hold on
Diffstat (limited to '')
28 files changed, 0 insertions, 8250 deletions
diff --git a/libraries/ode-0.9/build/vs2003/demo_I.vcproj b/libraries/ode-0.9/build/vs2003/demo_I.vcproj deleted file mode 100644 index 60b8c1c..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_I.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_I" | ||
6 | ProjectGUID="{F387003D-4CE3-7548-A471-3C2D188AB7D3}" | ||
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/I/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_I.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_I.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/I/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_I.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_I.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/I/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_I.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_I.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/I/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_I.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_I.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_I.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_basket.vcproj b/libraries/ode-0.9/build/vs2003/demo_basket.vcproj deleted file mode 100644 index c8c552d..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_basket.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_basket" | ||
6 | ProjectGUID="{658A5390-4A5E-5A48-9A10-B04A53848994}" | ||
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/basket/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_basket.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_basket.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/basket/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_basket.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_basket.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/basket/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_basket.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_basket.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/basket/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_basket.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_basket.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_basket.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_boxstack.vcproj b/libraries/ode-0.9/build/vs2003/demo_boxstack.vcproj deleted file mode 100644 index 22c4920..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_boxstack.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_boxstack" | ||
6 | ProjectGUID="{F25F1B18-2103-B147-A5F0-984D0D1EBBDA}" | ||
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/boxstack/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/boxstack/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/boxstack/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/boxstack/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_boxstack.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_buggy.vcproj b/libraries/ode-0.9/build/vs2003/demo_buggy.vcproj deleted file mode 100644 index dc4c38e..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_buggy.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_buggy" | ||
6 | ProjectGUID="{79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}" | ||
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/buggy/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_buggy.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/buggy/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_buggy.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/buggy/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_buggy.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/buggy/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_buggy.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_buggy.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_chain1.vcproj b/libraries/ode-0.9/build/vs2003/demo_chain1.vcproj deleted file mode 100644 index cd20c46..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_chain1.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_chain1" | ||
6 | ProjectGUID="{DC6294E4-6A55-1D41-9846-53EC913D0DC3}" | ||
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/chain1/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_chain1.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/chain1/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_chain1.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/chain1/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_chain1.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/chain1/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_chain1.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_chain1.c"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_chain2.vcproj b/libraries/ode-0.9/build/vs2003/demo_chain2.vcproj deleted file mode 100644 index d677b26..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_chain2.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_chain2" | ||
6 | ProjectGUID="{D01EDE86-5B74-A24B-B084-FC79608D376D}" | ||
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/chain2/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_chain2.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/chain2/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_chain2.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/chain2/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_chain2.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/chain2/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_chain2.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_chain2.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_collision.vcproj b/libraries/ode-0.9/build/vs2003/demo_collision.vcproj deleted file mode 100644 index bf0f338..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_collision.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_collision" | ||
6 | ProjectGUID="{238F8FBA-C48F-694E-9D78-6D99DA572645}" | ||
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/collision/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_collision.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_collision.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/collision/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_collision.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_collision.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/collision/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_collision.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_collision.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/collision/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_collision.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_collision.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_collision.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_crash.vcproj b/libraries/ode-0.9/build/vs2003/demo_crash.vcproj deleted file mode 100644 index 3a5dad0..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_crash.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_crash" | ||
6 | ProjectGUID="{4D828A55-6AAD-B948-8817-38EB3E85F504}" | ||
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/crash/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_crash.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_crash.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/crash/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_crash.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_crash.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/crash/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_crash.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_crash.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/crash/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_crash.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_crash.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_crash.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_cyl.vcproj b/libraries/ode-0.9/build/vs2003/demo_cyl.vcproj deleted file mode 100644 index 5584ae5..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_cyl.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_cyl" | ||
6 | ProjectGUID="{3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}" | ||
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/cyl/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_cyl.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/cyl/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_cyl.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/cyl/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_cyl.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/cyl/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_cyl.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_cyl.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_cylvssphere.vcproj b/libraries/ode-0.9/build/vs2003/demo_cylvssphere.vcproj deleted file mode 100644 index 4c2870f..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_cylvssphere.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_cylvssphere" | ||
6 | ProjectGUID="{9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}" | ||
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/cylvssphere/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/cylvssphere/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/cylvssphere/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/cylvssphere/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_cylvssphere.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_feedback.vcproj b/libraries/ode-0.9/build/vs2003/demo_feedback.vcproj deleted file mode 100644 index 361e72a..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_feedback.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_feedback" | ||
6 | ProjectGUID="{2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}" | ||
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/feedback/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_feedback.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/feedback/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_feedback.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/feedback/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_feedback.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/feedback/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_feedback.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_feedback.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_friction.vcproj b/libraries/ode-0.9/build/vs2003/demo_friction.vcproj deleted file mode 100644 index a8a90c0..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_friction.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_friction" | ||
6 | ProjectGUID="{ECE402AB-3062-6745-AC2A-85BB65CA000F}" | ||
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/friction/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_friction.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_friction.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/friction/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_friction.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_friction.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/friction/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_friction.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_friction.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/friction/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_friction.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_friction.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_friction.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_heightfield.vcproj b/libraries/ode-0.9/build/vs2003/demo_heightfield.vcproj deleted file mode 100644 index 1287bc6..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_heightfield.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_heightfield" | ||
6 | ProjectGUID="{D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}" | ||
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/heightfield/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/heightfield/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/heightfield/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/heightfield/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_heightfield.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_hinge.vcproj b/libraries/ode-0.9/build/vs2003/demo_hinge.vcproj deleted file mode 100644 index a7061b7..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_hinge.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_hinge" | ||
6 | ProjectGUID="{1F4FB263-EF66-F247-807C-30DA768C7072}" | ||
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/hinge/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_hinge.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/hinge/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_hinge.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/hinge/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_hinge.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/hinge/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_hinge.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_hinge.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_joints.vcproj b/libraries/ode-0.9/build/vs2003/demo_joints.vcproj deleted file mode 100644 index b80d31c..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_joints.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_joints" | ||
6 | ProjectGUID="{B05FDE9B-2066-9A49-A286-52FA07638F67}" | ||
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/joints/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_joints.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_joints.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/joints/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_joints.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_joints.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/joints/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_joints.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_joints.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/joints/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_joints.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_joints.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_joints.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_motor.vcproj b/libraries/ode-0.9/build/vs2003/demo_motor.vcproj deleted file mode 100644 index 8fd9f90..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_motor.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_motor" | ||
6 | ProjectGUID="{94367E2E-BAD6-C04F-9929-77D2FFFD945B}" | ||
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/motor/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_motor.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_motor.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/motor/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_motor.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_motor.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/motor/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_motor.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_motor.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/motor/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_motor.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_motor.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_motor.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_moving_trimesh.vcproj b/libraries/ode-0.9/build/vs2003/demo_moving_trimesh.vcproj deleted file mode 100644 index 65079c0..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_moving_trimesh.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_moving_trimesh" | ||
6 | ProjectGUID="{94C25B7D-977F-E744-A255-2554C19771A8}" | ||
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/moving_trimesh/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/moving_trimesh/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/moving_trimesh/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/moving_trimesh/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_moving_trimesh.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_ode.vcproj b/libraries/ode-0.9/build/vs2003/demo_ode.vcproj deleted file mode 100644 index be0ce99..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_ode.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_ode" | ||
6 | ProjectGUID="{26876866-6691-1C48-BB6A-2CF14E2E2B16}" | ||
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/ode/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_ode.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_ode.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/ode/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_ode.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_ode.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/ode/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_ode.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_ode.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/ode/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_ode.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_ode.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_ode.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_plane2d.vcproj b/libraries/ode-0.9/build/vs2003/demo_plane2d.vcproj deleted file mode 100644 index 874f182..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_plane2d.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_plane2d" | ||
6 | ProjectGUID="{4C672D5A-F87B-C645-8CA2-A9F4BF94525A}" | ||
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/plane2d/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/plane2d/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/plane2d/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/plane2d/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_plane2d.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_slider.vcproj b/libraries/ode-0.9/build/vs2003/demo_slider.vcproj deleted file mode 100644 index a9c6bc1..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_slider.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_slider" | ||
6 | ProjectGUID="{5621B59B-14FB-5741-8F14-90A0865161F8}" | ||
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/slider/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_slider.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_slider.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/slider/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_slider.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_slider.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/slider/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_slider.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_slider.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/slider/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_slider.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_slider.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_slider.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_space.vcproj b/libraries/ode-0.9/build/vs2003/demo_space.vcproj deleted file mode 100644 index 4243a90..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_space.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_space" | ||
6 | ProjectGUID="{8C77C726-B2ED-3745-9433-FF91E9D2556F}" | ||
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/space/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_space.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_space.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/space/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_space.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_space.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/space/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_space.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_space.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/space/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_space.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_space.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_space.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_space_stress.vcproj b/libraries/ode-0.9/build/vs2003/demo_space_stress.vcproj deleted file mode 100644 index 988583e..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_space_stress.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_space_stress" | ||
6 | ProjectGUID="{CE00A8A1-848B-9448-9A86-03F518195687}" | ||
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/space_stress/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/space_stress/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/space_stress/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/space_stress/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_space_stress.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_step.vcproj b/libraries/ode-0.9/build/vs2003/demo_step.vcproj deleted file mode 100644 index 353e12f..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_step.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_step" | ||
6 | ProjectGUID="{441E2B42-D9D5-FD48-872E-1F547FEFEC1D}" | ||
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/step/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_step.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_step.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/step/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_step.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_step.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/step/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_step.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_step.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/step/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_step.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_step.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_step.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_trimesh.vcproj b/libraries/ode-0.9/build/vs2003/demo_trimesh.vcproj deleted file mode 100644 index b95ae50..0000000 --- a/libraries/ode-0.9/build/vs2003/demo_trimesh.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_trimesh" | ||
6 | ProjectGUID="{01532891-8699-8846-9409-0DADE3A53422}" | ||
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/trimesh/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.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;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/trimesh/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
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 ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.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;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
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/trimesh/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
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 ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.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;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
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/trimesh/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
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 ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.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;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
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="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_trimesh.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/drawstuff.vcproj b/libraries/ode-0.9/build/vs2003/drawstuff.vcproj deleted file mode 100644 index 39f0d56..0000000 --- a/libraries/ode-0.9/build/vs2003/drawstuff.vcproj +++ /dev/null | |||
@@ -1,266 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="drawstuff" | ||
6 | ProjectGUID="{029C9CCD-2B3E-BE45-8520-A231CD8C67EC}" | ||
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/drawstuff/DebugDLL" | ||
17 | ConfigurationType="2" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
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="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib" | ||
38 | OutputFile="$(OutDir)/drawstuff.dll" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/drawstuff.pdb" | ||
43 | SubSystem="2" | ||
44 | ImportLibrary="../../lib/DebugDLL/drawstuff.lib" | ||
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="WIN32;DS_DLL;USRDLL" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
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/drawstuff/ReleaseDLL" | ||
73 | ConfigurationType="2" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="2" | ||
78 | OmitFramePointers="TRUE" | ||
79 | AdditionalIncludeDirectories="../../include" | ||
80 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
81 | StringPooling="TRUE" | ||
82 | RuntimeLibrary="2" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="0"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib" | ||
94 | OutputFile="$(OutDir)/drawstuff.dll" | ||
95 | LinkIncremental="1" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="FALSE" | ||
98 | SubSystem="2" | ||
99 | OptimizeReferences="2" | ||
100 | EnableCOMDATFolding="2" | ||
101 | ImportLibrary="../../lib/ReleaseDLL/drawstuff.lib" | ||
102 | TargetMachine="1"/> | ||
103 | <Tool | ||
104 | Name="VCMIDLTool"/> | ||
105 | <Tool | ||
106 | Name="VCPostBuildEventTool"/> | ||
107 | <Tool | ||
108 | Name="VCPreBuildEventTool"/> | ||
109 | <Tool | ||
110 | Name="VCPreLinkEventTool"/> | ||
111 | <Tool | ||
112 | Name="VCResourceCompilerTool" | ||
113 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
114 | AdditionalIncludeDirectories="../../include"/> | ||
115 | <Tool | ||
116 | Name="VCWebServiceProxyGeneratorTool"/> | ||
117 | <Tool | ||
118 | Name="VCXMLDataGeneratorTool"/> | ||
119 | <Tool | ||
120 | Name="VCWebDeploymentTool"/> | ||
121 | <Tool | ||
122 | Name="VCManagedWrapperGeneratorTool"/> | ||
123 | <Tool | ||
124 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
125 | </Configuration> | ||
126 | <Configuration | ||
127 | Name="DebugLib|Win32" | ||
128 | OutputDirectory="../../lib/DebugLib" | ||
129 | IntermediateDirectory="obj/drawstuff/DebugLib" | ||
130 | ConfigurationType="4" | ||
131 | CharacterSet="2"> | ||
132 | <Tool | ||
133 | Name="VCCLCompilerTool" | ||
134 | Optimization="0" | ||
135 | AdditionalIncludeDirectories="../../include" | ||
136 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
137 | MinimalRebuild="TRUE" | ||
138 | BasicRuntimeChecks="3" | ||
139 | RuntimeLibrary="1" | ||
140 | EnableFunctionLevelLinking="TRUE" | ||
141 | RuntimeTypeInfo="TRUE" | ||
142 | UsePrecompiledHeader="2" | ||
143 | WarningLevel="3" | ||
144 | Detect64BitPortabilityProblems="TRUE" | ||
145 | DebugInformationFormat="4"/> | ||
146 | <Tool | ||
147 | Name="VCCustomBuildTool"/> | ||
148 | <Tool | ||
149 | Name="VCLibrarianTool" | ||
150 | OutputFile="$(OutDir)/drawstuff.lib"/> | ||
151 | <Tool | ||
152 | Name="VCMIDLTool"/> | ||
153 | <Tool | ||
154 | Name="VCPostBuildEventTool"/> | ||
155 | <Tool | ||
156 | Name="VCPreBuildEventTool"/> | ||
157 | <Tool | ||
158 | Name="VCPreLinkEventTool"/> | ||
159 | <Tool | ||
160 | Name="VCResourceCompilerTool" | ||
161 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
162 | AdditionalIncludeDirectories="../../include"/> | ||
163 | <Tool | ||
164 | Name="VCWebServiceProxyGeneratorTool"/> | ||
165 | <Tool | ||
166 | Name="VCXMLDataGeneratorTool"/> | ||
167 | <Tool | ||
168 | Name="VCWebDeploymentTool"/> | ||
169 | <Tool | ||
170 | Name="VCManagedWrapperGeneratorTool"/> | ||
171 | <Tool | ||
172 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
173 | </Configuration> | ||
174 | <Configuration | ||
175 | Name="ReleaseLib|Win32" | ||
176 | OutputDirectory="../../lib/ReleaseLib" | ||
177 | IntermediateDirectory="obj/drawstuff/ReleaseLib" | ||
178 | ConfigurationType="4" | ||
179 | CharacterSet="2"> | ||
180 | <Tool | ||
181 | Name="VCCLCompilerTool" | ||
182 | Optimization="2" | ||
183 | OmitFramePointers="TRUE" | ||
184 | AdditionalIncludeDirectories="../../include" | ||
185 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
186 | StringPooling="TRUE" | ||
187 | RuntimeLibrary="0" | ||
188 | EnableFunctionLevelLinking="TRUE" | ||
189 | RuntimeTypeInfo="TRUE" | ||
190 | UsePrecompiledHeader="2" | ||
191 | WarningLevel="3" | ||
192 | Detect64BitPortabilityProblems="TRUE" | ||
193 | DebugInformationFormat="0"/> | ||
194 | <Tool | ||
195 | Name="VCCustomBuildTool"/> | ||
196 | <Tool | ||
197 | Name="VCLibrarianTool" | ||
198 | OutputFile="$(OutDir)/drawstuff.lib"/> | ||
199 | <Tool | ||
200 | Name="VCMIDLTool"/> | ||
201 | <Tool | ||
202 | Name="VCPostBuildEventTool"/> | ||
203 | <Tool | ||
204 | Name="VCPreBuildEventTool"/> | ||
205 | <Tool | ||
206 | Name="VCPreLinkEventTool"/> | ||
207 | <Tool | ||
208 | Name="VCResourceCompilerTool" | ||
209 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
210 | AdditionalIncludeDirectories="../../include"/> | ||
211 | <Tool | ||
212 | Name="VCWebServiceProxyGeneratorTool"/> | ||
213 | <Tool | ||
214 | Name="VCXMLDataGeneratorTool"/> | ||
215 | <Tool | ||
216 | Name="VCWebDeploymentTool"/> | ||
217 | <Tool | ||
218 | Name="VCManagedWrapperGeneratorTool"/> | ||
219 | <Tool | ||
220 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
221 | </Configuration> | ||
222 | </Configurations> | ||
223 | <References> | ||
224 | </References> | ||
225 | <Files> | ||
226 | <Filter | ||
227 | Name="include" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="drawstuff" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\include\drawstuff\drawstuff.h"> | ||
234 | </File> | ||
235 | <File | ||
236 | RelativePath="..\..\include\drawstuff\version.h"> | ||
237 | </File> | ||
238 | </Filter> | ||
239 | </Filter> | ||
240 | <Filter | ||
241 | Name="drawstuff" | ||
242 | Filter=""> | ||
243 | <Filter | ||
244 | Name="src" | ||
245 | Filter=""> | ||
246 | <File | ||
247 | RelativePath="..\..\drawstuff\src\internal.h"> | ||
248 | </File> | ||
249 | <File | ||
250 | RelativePath="..\..\drawstuff\src\drawstuff.cpp"> | ||
251 | </File> | ||
252 | <File | ||
253 | RelativePath="..\..\drawstuff\src\resource.h"> | ||
254 | </File> | ||
255 | <File | ||
256 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
257 | </File> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\windows.cpp"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/ode.sln b/libraries/ode-0.9/build/vs2003/ode.sln deleted file mode 100644 index e00732b..0000000 --- a/libraries/ode-0.9/build/vs2003/ode.sln +++ /dev/null | |||
@@ -1,388 +0,0 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 8.00 | ||
2 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ode", "./ode.vcproj", "{5F0953F1-B966-BA4E-A31A-C002A407FD47}" | ||
3 | ProjectSection(ProjectDependencies) = postProject | ||
4 | EndProjectSection | ||
5 | EndProject | ||
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "drawstuff", "./drawstuff.vcproj", "{029C9CCD-2B3E-BE45-8520-A231CD8C67EC}" | ||
7 | ProjectSection(ProjectDependencies) = postProject | ||
8 | EndProjectSection | ||
9 | EndProject | ||
10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_boxstack", "./demo_boxstack.vcproj", "{F25F1B18-2103-B147-A5F0-984D0D1EBBDA}" | ||
11 | ProjectSection(ProjectDependencies) = postProject | ||
12 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
13 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
14 | EndProjectSection | ||
15 | EndProject | ||
16 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_buggy", "./demo_buggy.vcproj", "{79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}" | ||
17 | ProjectSection(ProjectDependencies) = postProject | ||
18 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
19 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
20 | EndProjectSection | ||
21 | EndProject | ||
22 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain1", "./demo_chain1.vcproj", "{DC6294E4-6A55-1D41-9846-53EC913D0DC3}" | ||
23 | ProjectSection(ProjectDependencies) = postProject | ||
24 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
25 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
26 | EndProjectSection | ||
27 | EndProject | ||
28 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain2", "./demo_chain2.vcproj", "{D01EDE86-5B74-A24B-B084-FC79608D376D}" | ||
29 | ProjectSection(ProjectDependencies) = postProject | ||
30 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
31 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
32 | EndProjectSection | ||
33 | EndProject | ||
34 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_collision", "./demo_collision.vcproj", "{238F8FBA-C48F-694E-9D78-6D99DA572645}" | ||
35 | ProjectSection(ProjectDependencies) = postProject | ||
36 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
37 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
38 | EndProjectSection | ||
39 | EndProject | ||
40 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_crash", "./demo_crash.vcproj", "{4D828A55-6AAD-B948-8817-38EB3E85F504}" | ||
41 | ProjectSection(ProjectDependencies) = postProject | ||
42 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
43 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
44 | EndProjectSection | ||
45 | EndProject | ||
46 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_feedback", "./demo_feedback.vcproj", "{2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}" | ||
47 | ProjectSection(ProjectDependencies) = postProject | ||
48 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
49 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
50 | EndProjectSection | ||
51 | EndProject | ||
52 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_friction", "./demo_friction.vcproj", "{ECE402AB-3062-6745-AC2A-85BB65CA000F}" | ||
53 | ProjectSection(ProjectDependencies) = postProject | ||
54 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
55 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
56 | EndProjectSection | ||
57 | EndProject | ||
58 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_heightfield", "./demo_heightfield.vcproj", "{D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}" | ||
59 | ProjectSection(ProjectDependencies) = postProject | ||
60 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
61 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
62 | EndProjectSection | ||
63 | EndProject | ||
64 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_hinge", "./demo_hinge.vcproj", "{1F4FB263-EF66-F247-807C-30DA768C7072}" | ||
65 | ProjectSection(ProjectDependencies) = postProject | ||
66 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
67 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
68 | EndProjectSection | ||
69 | EndProject | ||
70 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_I", "./demo_I.vcproj", "{F387003D-4CE3-7548-A471-3C2D188AB7D3}" | ||
71 | ProjectSection(ProjectDependencies) = postProject | ||
72 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
73 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
74 | EndProjectSection | ||
75 | EndProject | ||
76 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_joints", "./demo_joints.vcproj", "{B05FDE9B-2066-9A49-A286-52FA07638F67}" | ||
77 | ProjectSection(ProjectDependencies) = postProject | ||
78 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
79 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
80 | EndProjectSection | ||
81 | EndProject | ||
82 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_motor", "./demo_motor.vcproj", "{94367E2E-BAD6-C04F-9929-77D2FFFD945B}" | ||
83 | ProjectSection(ProjectDependencies) = postProject | ||
84 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
85 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
86 | EndProjectSection | ||
87 | EndProject | ||
88 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_ode", "./demo_ode.vcproj", "{26876866-6691-1C48-BB6A-2CF14E2E2B16}" | ||
89 | ProjectSection(ProjectDependencies) = postProject | ||
90 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
91 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
92 | EndProjectSection | ||
93 | EndProject | ||
94 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_plane2d", "./demo_plane2d.vcproj", "{4C672D5A-F87B-C645-8CA2-A9F4BF94525A}" | ||
95 | ProjectSection(ProjectDependencies) = postProject | ||
96 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
97 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
98 | EndProjectSection | ||
99 | EndProject | ||
100 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_slider", "./demo_slider.vcproj", "{5621B59B-14FB-5741-8F14-90A0865161F8}" | ||
101 | ProjectSection(ProjectDependencies) = postProject | ||
102 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
103 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
104 | EndProjectSection | ||
105 | EndProject | ||
106 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space", "./demo_space.vcproj", "{8C77C726-B2ED-3745-9433-FF91E9D2556F}" | ||
107 | ProjectSection(ProjectDependencies) = postProject | ||
108 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
109 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
110 | EndProjectSection | ||
111 | EndProject | ||
112 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space_stress", "./demo_space_stress.vcproj", "{CE00A8A1-848B-9448-9A86-03F518195687}" | ||
113 | ProjectSection(ProjectDependencies) = postProject | ||
114 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
115 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
116 | EndProjectSection | ||
117 | EndProject | ||
118 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_step", "./demo_step.vcproj", "{441E2B42-D9D5-FD48-872E-1F547FEFEC1D}" | ||
119 | ProjectSection(ProjectDependencies) = postProject | ||
120 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
121 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
122 | EndProjectSection | ||
123 | EndProject | ||
124 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_basket", "./demo_basket.vcproj", "{658A5390-4A5E-5A48-9A10-B04A53848994}" | ||
125 | ProjectSection(ProjectDependencies) = postProject | ||
126 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
127 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
128 | EndProjectSection | ||
129 | EndProject | ||
130 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cyl", "./demo_cyl.vcproj", "{3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}" | ||
131 | ProjectSection(ProjectDependencies) = postProject | ||
132 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
133 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
134 | EndProjectSection | ||
135 | EndProject | ||
136 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_moving_trimesh", "./demo_moving_trimesh.vcproj", "{94C25B7D-977F-E744-A255-2554C19771A8}" | ||
137 | ProjectSection(ProjectDependencies) = postProject | ||
138 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
139 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
140 | EndProjectSection | ||
141 | EndProject | ||
142 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_trimesh", "./demo_trimesh.vcproj", "{01532891-8699-8846-9409-0DADE3A53422}" | ||
143 | ProjectSection(ProjectDependencies) = postProject | ||
144 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
145 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
146 | EndProjectSection | ||
147 | EndProject | ||
148 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cylvssphere", "./demo_cylvssphere.vcproj", "{9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}" | ||
149 | ProjectSection(ProjectDependencies) = postProject | ||
150 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
151 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
152 | EndProjectSection | ||
153 | EndProject | ||
154 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "./tests.vcproj", "{65028345-CDF4-B74C-B94F-8F4A0493D8C4}" | ||
155 | ProjectSection(ProjectDependencies) = postProject | ||
156 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
157 | EndProjectSection | ||
158 | EndProject | ||
159 | Global | ||
160 | GlobalSection(SolutionConfiguration) = preSolution | ||
161 | DebugDLL = DebugDLL | ||
162 | ReleaseDLL = ReleaseDLL | ||
163 | DebugLib = DebugLib | ||
164 | ReleaseLib = ReleaseLib | ||
165 | EndGlobalSection | ||
166 | GlobalSection(ProjectConfiguration) = postSolution | ||
167 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
168 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
169 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
170 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
171 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
172 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugLib.Build.0 = DebugLib|Win32 | ||
173 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
174 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
175 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
176 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
177 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
178 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
179 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
180 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugLib.Build.0 = DebugLib|Win32 | ||
181 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
182 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
183 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
184 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
185 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
186 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
187 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
188 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugLib.Build.0 = DebugLib|Win32 | ||
189 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
190 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
191 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
192 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
193 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
194 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
195 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
196 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugLib.Build.0 = DebugLib|Win32 | ||
197 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
198 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
199 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
200 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
201 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
202 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
203 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
204 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugLib.Build.0 = DebugLib|Win32 | ||
205 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
206 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
207 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
208 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
209 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
210 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
211 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
212 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugLib.Build.0 = DebugLib|Win32 | ||
213 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
214 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
215 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
216 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
217 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
218 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
219 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
220 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugLib.Build.0 = DebugLib|Win32 | ||
221 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
222 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
223 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
224 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
225 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
226 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
227 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
228 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugLib.Build.0 = DebugLib|Win32 | ||
229 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
230 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
231 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
232 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
233 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
234 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
235 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
236 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugLib.Build.0 = DebugLib|Win32 | ||
237 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
238 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
239 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
240 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
241 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
242 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
243 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
244 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugLib.Build.0 = DebugLib|Win32 | ||
245 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
246 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
247 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
248 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
249 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
250 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
251 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
252 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugLib.Build.0 = DebugLib|Win32 | ||
253 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
254 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
255 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
256 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
257 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
258 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
259 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
260 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugLib.Build.0 = DebugLib|Win32 | ||
261 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
262 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
263 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
264 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
265 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
266 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
267 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
268 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugLib.Build.0 = DebugLib|Win32 | ||
269 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
270 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
271 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
272 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
273 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
274 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
275 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
276 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugLib.Build.0 = DebugLib|Win32 | ||
277 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
278 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
279 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
280 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
281 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
282 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
283 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
284 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugLib.Build.0 = DebugLib|Win32 | ||
285 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
286 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
287 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
288 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
289 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
290 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
291 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
292 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugLib.Build.0 = DebugLib|Win32 | ||
293 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
294 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
295 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
296 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
297 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
298 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
299 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
300 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugLib.Build.0 = DebugLib|Win32 | ||
301 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
302 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
303 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
304 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
305 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
306 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
307 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
308 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugLib.Build.0 = DebugLib|Win32 | ||
309 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
310 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
311 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
312 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
313 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
314 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
315 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
316 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugLib.Build.0 = DebugLib|Win32 | ||
317 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
318 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
319 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
320 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
321 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
322 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
323 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
324 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugLib.Build.0 = DebugLib|Win32 | ||
325 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
326 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
327 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
328 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
329 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
330 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
331 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
332 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugLib.Build.0 = DebugLib|Win32 | ||
333 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
334 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
335 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
336 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
337 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
338 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
339 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
340 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugLib.Build.0 = DebugLib|Win32 | ||
341 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
342 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
343 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
344 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
345 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
346 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
347 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
348 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugLib.Build.0 = DebugLib|Win32 | ||
349 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
350 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
351 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
352 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
353 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
354 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
355 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
356 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugLib.Build.0 = DebugLib|Win32 | ||
357 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
358 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
359 | {01532891-8699-8846-9409-0DADE3A53422}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
360 | {01532891-8699-8846-9409-0DADE3A53422}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
361 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
362 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
363 | {01532891-8699-8846-9409-0DADE3A53422}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
364 | {01532891-8699-8846-9409-0DADE3A53422}.DebugLib.Build.0 = DebugLib|Win32 | ||
365 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
366 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
367 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
368 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
369 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
370 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
371 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
372 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugLib.Build.0 = DebugLib|Win32 | ||
373 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
374 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
375 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
376 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
377 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
378 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
379 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
380 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugLib.Build.0 = DebugLib|Win32 | ||
381 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
382 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
383 | EndGlobalSection | ||
384 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
385 | EndGlobalSection | ||
386 | GlobalSection(ExtensibilityAddIns) = postSolution | ||
387 | EndGlobalSection | ||
388 | EndGlobal | ||
diff --git a/libraries/ode-0.9/build/vs2003/ode.vcproj b/libraries/ode-0.9/build/vs2003/ode.vcproj deleted file mode 100644 index 80bed8e..0000000 --- a/libraries/ode-0.9/build/vs2003/ode.vcproj +++ /dev/null | |||
@@ -1,890 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="ode" | ||
6 | ProjectGUID="{5F0953F1-B966-BA4E-A31A-C002A407FD47}" | ||
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/ode/DebugDLL" | ||
17 | ConfigurationType="2" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
23 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
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="user32.lib" | ||
38 | OutputFile="$(OutDir)/ode.dll" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/ode.pdb" | ||
43 | SubSystem="2" | ||
44 | ImportLibrary="../../lib/DebugDLL/ode.lib" | ||
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="WIN32;ODE_DLL" | ||
57 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
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/ode/ReleaseDLL" | ||
73 | ConfigurationType="2" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="2" | ||
78 | OmitFramePointers="TRUE" | ||
79 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
80 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
81 | StringPooling="TRUE" | ||
82 | RuntimeLibrary="2" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="0"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="user32.lib" | ||
94 | OutputFile="$(OutDir)/ode.dll" | ||
95 | LinkIncremental="1" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="FALSE" | ||
98 | SubSystem="2" | ||
99 | OptimizeReferences="2" | ||
100 | EnableCOMDATFolding="2" | ||
101 | ImportLibrary="../../lib/ReleaseDLL/ode.lib" | ||
102 | TargetMachine="1"/> | ||
103 | <Tool | ||
104 | Name="VCMIDLTool"/> | ||
105 | <Tool | ||
106 | Name="VCPostBuildEventTool"/> | ||
107 | <Tool | ||
108 | Name="VCPreBuildEventTool"/> | ||
109 | <Tool | ||
110 | Name="VCPreLinkEventTool"/> | ||
111 | <Tool | ||
112 | Name="VCResourceCompilerTool" | ||
113 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
114 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
115 | <Tool | ||
116 | Name="VCWebServiceProxyGeneratorTool"/> | ||
117 | <Tool | ||
118 | Name="VCXMLDataGeneratorTool"/> | ||
119 | <Tool | ||
120 | Name="VCWebDeploymentTool"/> | ||
121 | <Tool | ||
122 | Name="VCManagedWrapperGeneratorTool"/> | ||
123 | <Tool | ||
124 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
125 | </Configuration> | ||
126 | <Configuration | ||
127 | Name="DebugLib|Win32" | ||
128 | OutputDirectory="../../lib/DebugLib" | ||
129 | IntermediateDirectory="obj/ode/DebugLib" | ||
130 | ConfigurationType="4" | ||
131 | CharacterSet="2"> | ||
132 | <Tool | ||
133 | Name="VCCLCompilerTool" | ||
134 | Optimization="0" | ||
135 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
136 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
137 | MinimalRebuild="TRUE" | ||
138 | BasicRuntimeChecks="3" | ||
139 | RuntimeLibrary="1" | ||
140 | EnableFunctionLevelLinking="TRUE" | ||
141 | RuntimeTypeInfo="TRUE" | ||
142 | UsePrecompiledHeader="2" | ||
143 | WarningLevel="3" | ||
144 | Detect64BitPortabilityProblems="TRUE" | ||
145 | DebugInformationFormat="4"/> | ||
146 | <Tool | ||
147 | Name="VCCustomBuildTool"/> | ||
148 | <Tool | ||
149 | Name="VCLibrarianTool" | ||
150 | OutputFile="$(OutDir)/ode.lib"/> | ||
151 | <Tool | ||
152 | Name="VCMIDLTool"/> | ||
153 | <Tool | ||
154 | Name="VCPostBuildEventTool"/> | ||
155 | <Tool | ||
156 | Name="VCPreBuildEventTool"/> | ||
157 | <Tool | ||
158 | Name="VCPreLinkEventTool"/> | ||
159 | <Tool | ||
160 | Name="VCResourceCompilerTool" | ||
161 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
162 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
163 | <Tool | ||
164 | Name="VCWebServiceProxyGeneratorTool"/> | ||
165 | <Tool | ||
166 | Name="VCXMLDataGeneratorTool"/> | ||
167 | <Tool | ||
168 | Name="VCWebDeploymentTool"/> | ||
169 | <Tool | ||
170 | Name="VCManagedWrapperGeneratorTool"/> | ||
171 | <Tool | ||
172 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
173 | </Configuration> | ||
174 | <Configuration | ||
175 | Name="ReleaseLib|Win32" | ||
176 | OutputDirectory="../../lib/ReleaseLib" | ||
177 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
178 | ConfigurationType="4" | ||
179 | CharacterSet="2"> | ||
180 | <Tool | ||
181 | Name="VCCLCompilerTool" | ||
182 | Optimization="2" | ||
183 | OmitFramePointers="TRUE" | ||
184 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
185 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
186 | StringPooling="TRUE" | ||
187 | RuntimeLibrary="0" | ||
188 | EnableFunctionLevelLinking="TRUE" | ||
189 | RuntimeTypeInfo="TRUE" | ||
190 | UsePrecompiledHeader="2" | ||
191 | WarningLevel="3" | ||
192 | Detect64BitPortabilityProblems="TRUE" | ||
193 | DebugInformationFormat="0"/> | ||
194 | <Tool | ||
195 | Name="VCCustomBuildTool"/> | ||
196 | <Tool | ||
197 | Name="VCLibrarianTool" | ||
198 | OutputFile="$(OutDir)/ode.lib"/> | ||
199 | <Tool | ||
200 | Name="VCMIDLTool"/> | ||
201 | <Tool | ||
202 | Name="VCPostBuildEventTool"/> | ||
203 | <Tool | ||
204 | Name="VCPreBuildEventTool"/> | ||
205 | <Tool | ||
206 | Name="VCPreLinkEventTool"/> | ||
207 | <Tool | ||
208 | Name="VCResourceCompilerTool" | ||
209 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
210 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
211 | <Tool | ||
212 | Name="VCWebServiceProxyGeneratorTool"/> | ||
213 | <Tool | ||
214 | Name="VCXMLDataGeneratorTool"/> | ||
215 | <Tool | ||
216 | Name="VCWebDeploymentTool"/> | ||
217 | <Tool | ||
218 | Name="VCManagedWrapperGeneratorTool"/> | ||
219 | <Tool | ||
220 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
221 | </Configuration> | ||
222 | </Configurations> | ||
223 | <References> | ||
224 | </References> | ||
225 | <Files> | ||
226 | <Filter | ||
227 | Name="include" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="ode" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\include\ode\collision.h"> | ||
234 | </File> | ||
235 | <File | ||
236 | RelativePath="..\..\include\ode\collision_space.h"> | ||
237 | </File> | ||
238 | <File | ||
239 | RelativePath="..\..\include\ode\collision_trimesh.h"> | ||
240 | </File> | ||
241 | <File | ||
242 | RelativePath="..\..\include\ode\common.h"> | ||
243 | </File> | ||
244 | <File | ||
245 | RelativePath="..\..\include\ode\compatibility.h"> | ||
246 | </File> | ||
247 | <File | ||
248 | RelativePath="..\..\include\ode\config.h"> | ||
249 | </File> | ||
250 | <File | ||
251 | RelativePath="..\..\include\ode\contact.h"> | ||
252 | </File> | ||
253 | <File | ||
254 | RelativePath="..\..\include\ode\error.h"> | ||
255 | </File> | ||
256 | <File | ||
257 | RelativePath="..\..\include\ode\export-dif.h"> | ||
258 | </File> | ||
259 | <File | ||
260 | RelativePath="..\..\include\ode\mass.h"> | ||
261 | </File> | ||
262 | <File | ||
263 | RelativePath="..\..\include\ode\matrix.h"> | ||
264 | </File> | ||
265 | <File | ||
266 | RelativePath="..\..\include\ode\memory.h"> | ||
267 | </File> | ||
268 | <File | ||
269 | RelativePath="..\..\include\ode\misc.h"> | ||
270 | </File> | ||
271 | <File | ||
272 | RelativePath="..\..\include\ode\objects.h"> | ||
273 | </File> | ||
274 | <File | ||
275 | RelativePath="..\..\include\ode\ode.h"> | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath="..\..\include\ode\odecpp.h"> | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath="..\..\include\ode\odecpp_collision.h"> | ||
282 | </File> | ||
283 | <File | ||
284 | RelativePath="..\..\include\ode\odemath.h"> | ||
285 | </File> | ||
286 | <File | ||
287 | RelativePath="..\..\include\ode\rotation.h"> | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath="..\..\include\ode\timer.h"> | ||
291 | </File> | ||
292 | </Filter> | ||
293 | </Filter> | ||
294 | <Filter | ||
295 | Name="ode" | ||
296 | Filter=""> | ||
297 | <Filter | ||
298 | Name="src" | ||
299 | Filter=""> | ||
300 | <File | ||
301 | RelativePath="..\..\ode\src\array.h"> | ||
302 | </File> | ||
303 | <File | ||
304 | RelativePath="..\..\ode\src\collision_kernel.h"> | ||
305 | </File> | ||
306 | <File | ||
307 | RelativePath="..\..\ode\src\collision_space_internal.h"> | ||
308 | </File> | ||
309 | <File | ||
310 | RelativePath="..\..\ode\src\collision_std.h"> | ||
311 | </File> | ||
312 | <File | ||
313 | RelativePath="..\..\ode\src\collision_transform.h"> | ||
314 | </File> | ||
315 | <File | ||
316 | RelativePath="..\..\ode\src\collision_trimesh_internal.h"> | ||
317 | </File> | ||
318 | <File | ||
319 | RelativePath="..\..\ode\src\collision_util.h"> | ||
320 | </File> | ||
321 | <File | ||
322 | RelativePath="..\..\ode\src\heightfield.h"> | ||
323 | </File> | ||
324 | <File | ||
325 | RelativePath="..\..\ode\src\joint.h"> | ||
326 | </File> | ||
327 | <File | ||
328 | RelativePath="..\..\ode\src\lcp.h"> | ||
329 | </File> | ||
330 | <File | ||
331 | RelativePath="..\..\ode\src\mat.h"> | ||
332 | </File> | ||
333 | <File | ||
334 | RelativePath="..\..\ode\src\objects.h"> | ||
335 | </File> | ||
336 | <File | ||
337 | RelativePath="..\..\ode\src\obstack.h"> | ||
338 | </File> | ||
339 | <File | ||
340 | RelativePath="..\..\ode\src\quickstep.h"> | ||
341 | </File> | ||
342 | <File | ||
343 | RelativePath="..\..\ode\src\stack.h"> | ||
344 | </File> | ||
345 | <File | ||
346 | RelativePath="..\..\ode\src\step.h"> | ||
347 | </File> | ||
348 | <File | ||
349 | RelativePath="..\..\ode\src\testing.h"> | ||
350 | </File> | ||
351 | <File | ||
352 | RelativePath="..\..\ode\src\util.h"> | ||
353 | </File> | ||
354 | <File | ||
355 | RelativePath="..\..\ode\src\fastdot.c"> | ||
356 | </File> | ||
357 | <File | ||
358 | RelativePath="..\..\ode\src\fastldlt.c"> | ||
359 | </File> | ||
360 | <File | ||
361 | RelativePath="..\..\ode\src\fastlsolve.c"> | ||
362 | </File> | ||
363 | <File | ||
364 | RelativePath="..\..\ode\src\fastltsolve.c"> | ||
365 | </File> | ||
366 | <File | ||
367 | RelativePath="..\..\ode\src\array.cpp"> | ||
368 | </File> | ||
369 | <File | ||
370 | RelativePath="..\..\ode\src\box.cpp"> | ||
371 | </File> | ||
372 | <File | ||
373 | RelativePath="..\..\ode\src\capsule.cpp"> | ||
374 | </File> | ||
375 | <File | ||
376 | RelativePath="..\..\ode\src\collision_cylinder_box.cpp"> | ||
377 | </File> | ||
378 | <File | ||
379 | RelativePath="..\..\ode\src\collision_cylinder_plane.cpp"> | ||
380 | </File> | ||
381 | <File | ||
382 | RelativePath="..\..\ode\src\collision_cylinder_sphere.cpp"> | ||
383 | </File> | ||
384 | <File | ||
385 | RelativePath="..\..\ode\src\collision_cylinder_trimesh.cpp"> | ||
386 | </File> | ||
387 | <File | ||
388 | RelativePath="..\..\ode\src\collision_kernel.cpp"> | ||
389 | </File> | ||
390 | <File | ||
391 | RelativePath="..\..\ode\src\collision_quadtreespace.cpp"> | ||
392 | </File> | ||
393 | <File | ||
394 | RelativePath="..\..\ode\src\collision_space.cpp"> | ||
395 | </File> | ||
396 | <File | ||
397 | RelativePath="..\..\ode\src\collision_transform.cpp"> | ||
398 | </File> | ||
399 | <File | ||
400 | RelativePath="..\..\ode\src\collision_trimesh_box.cpp"> | ||
401 | </File> | ||
402 | <File | ||
403 | RelativePath="..\..\ode\src\collision_trimesh_ccylinder.cpp"> | ||
404 | </File> | ||
405 | <File | ||
406 | RelativePath="..\..\ode\src\collision_trimesh_distance.cpp"> | ||
407 | </File> | ||
408 | <File | ||
409 | RelativePath="..\..\ode\src\collision_trimesh_gimpact.cpp"> | ||
410 | </File> | ||
411 | <File | ||
412 | RelativePath="..\..\ode\src\collision_trimesh_opcode.cpp"> | ||
413 | </File> | ||
414 | <File | ||
415 | RelativePath="..\..\ode\src\collision_trimesh_plane.cpp"> | ||
416 | </File> | ||
417 | <File | ||
418 | RelativePath="..\..\ode\src\collision_trimesh_ray.cpp"> | ||
419 | </File> | ||
420 | <File | ||
421 | RelativePath="..\..\ode\src\collision_trimesh_sphere.cpp"> | ||
422 | </File> | ||
423 | <File | ||
424 | RelativePath="..\..\ode\src\collision_trimesh_trimesh.cpp"> | ||
425 | </File> | ||
426 | <File | ||
427 | RelativePath="..\..\ode\src\collision_trimesh_trimesh_new.cpp"> | ||
428 | </File> | ||
429 | <File | ||
430 | RelativePath="..\..\ode\src\collision_util.cpp"> | ||
431 | </File> | ||
432 | <File | ||
433 | RelativePath="..\..\ode\src\convex.cpp"> | ||
434 | </File> | ||
435 | <File | ||
436 | RelativePath="..\..\ode\src\cylinder.cpp"> | ||
437 | </File> | ||
438 | <File | ||
439 | RelativePath="..\..\ode\src\error.cpp"> | ||
440 | </File> | ||
441 | <File | ||
442 | RelativePath="..\..\ode\src\export-dif.cpp"> | ||
443 | </File> | ||
444 | <File | ||
445 | RelativePath="..\..\ode\src\heightfield.cpp"> | ||
446 | </File> | ||
447 | <File | ||
448 | RelativePath="..\..\ode\src\joint.cpp"> | ||
449 | </File> | ||
450 | <File | ||
451 | RelativePath="..\..\ode\src\lcp.cpp"> | ||
452 | </File> | ||
453 | <File | ||
454 | RelativePath="..\..\ode\src\mass.cpp"> | ||
455 | </File> | ||
456 | <File | ||
457 | RelativePath="..\..\ode\src\mat.cpp"> | ||
458 | </File> | ||
459 | <File | ||
460 | RelativePath="..\..\ode\src\matrix.cpp"> | ||
461 | </File> | ||
462 | <File | ||
463 | RelativePath="..\..\ode\src\memory.cpp"> | ||
464 | </File> | ||
465 | <File | ||
466 | RelativePath="..\..\ode\src\misc.cpp"> | ||
467 | </File> | ||
468 | <File | ||
469 | RelativePath="..\..\ode\src\obstack.cpp"> | ||
470 | </File> | ||
471 | <File | ||
472 | RelativePath="..\..\ode\src\ode.cpp"> | ||
473 | </File> | ||
474 | <File | ||
475 | RelativePath="..\..\ode\src\odemath.cpp"> | ||
476 | </File> | ||
477 | <File | ||
478 | RelativePath="..\..\ode\src\plane.cpp"> | ||
479 | </File> | ||
480 | <File | ||
481 | RelativePath="..\..\ode\src\quickstep.cpp"> | ||
482 | </File> | ||
483 | <File | ||
484 | RelativePath="..\..\ode\src\ray.cpp"> | ||
485 | </File> | ||
486 | <File | ||
487 | RelativePath="..\..\ode\src\rotation.cpp"> | ||
488 | </File> | ||
489 | <File | ||
490 | RelativePath="..\..\ode\src\sphere.cpp"> | ||
491 | </File> | ||
492 | <File | ||
493 | RelativePath="..\..\ode\src\step.cpp"> | ||
494 | </File> | ||
495 | <File | ||
496 | RelativePath="..\..\ode\src\stepfast.cpp"> | ||
497 | </File> | ||
498 | <File | ||
499 | RelativePath="..\..\ode\src\testing.cpp"> | ||
500 | </File> | ||
501 | <File | ||
502 | RelativePath="..\..\ode\src\timer.cpp"> | ||
503 | </File> | ||
504 | <File | ||
505 | RelativePath="..\..\ode\src\util.cpp"> | ||
506 | </File> | ||
507 | </Filter> | ||
508 | </Filter> | ||
509 | <Filter | ||
510 | Name="GIMPACT" | ||
511 | Filter=""> | ||
512 | <Filter | ||
513 | Name="include" | ||
514 | Filter=""> | ||
515 | <Filter | ||
516 | Name="GIMPACT" | ||
517 | Filter=""> | ||
518 | <File | ||
519 | RelativePath="..\..\GIMPACT\include\GIMPACT\gimpact.h"> | ||
520 | </File> | ||
521 | <File | ||
522 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_boxpruning.h"> | ||
523 | </File> | ||
524 | <File | ||
525 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_contact.h"> | ||
526 | </File> | ||
527 | <File | ||
528 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_geometry.h"> | ||
529 | </File> | ||
530 | <File | ||
531 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_math.h"> | ||
532 | </File> | ||
533 | <File | ||
534 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_memory.h"> | ||
535 | </File> | ||
536 | <File | ||
537 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_radixsort.h"> | ||
538 | </File> | ||
539 | <File | ||
540 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_trimesh.h"> | ||
541 | </File> | ||
542 | <File | ||
543 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_capsule_collision.h"> | ||
544 | </File> | ||
545 | <File | ||
546 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_collision.h"> | ||
547 | </File> | ||
548 | <File | ||
549 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_sphere_collision.h"> | ||
550 | </File> | ||
551 | </Filter> | ||
552 | </Filter> | ||
553 | <Filter | ||
554 | Name="src" | ||
555 | Filter=""> | ||
556 | <File | ||
557 | RelativePath="..\..\GIMPACT\src\gimpact.cpp"> | ||
558 | </File> | ||
559 | <File | ||
560 | RelativePath="..\..\GIMPACT\src\gim_boxpruning.cpp"> | ||
561 | </File> | ||
562 | <File | ||
563 | RelativePath="..\..\GIMPACT\src\gim_contact.cpp"> | ||
564 | </File> | ||
565 | <File | ||
566 | RelativePath="..\..\GIMPACT\src\gim_math.cpp"> | ||
567 | </File> | ||
568 | <File | ||
569 | RelativePath="..\..\GIMPACT\src\gim_memory.cpp"> | ||
570 | </File> | ||
571 | <File | ||
572 | RelativePath="..\..\GIMPACT\src\gim_trimesh.cpp"> | ||
573 | </File> | ||
574 | <File | ||
575 | RelativePath="..\..\GIMPACT\src\gim_trimesh_capsule_collision.cpp"> | ||
576 | </File> | ||
577 | <File | ||
578 | RelativePath="..\..\GIMPACT\src\gim_trimesh_ray_collision.cpp"> | ||
579 | </File> | ||
580 | <File | ||
581 | RelativePath="..\..\GIMPACT\src\gim_trimesh_sphere_collision.cpp"> | ||
582 | </File> | ||
583 | <File | ||
584 | RelativePath="..\..\GIMPACT\src\gim_trimesh_trimesh_collision.cpp"> | ||
585 | </File> | ||
586 | <File | ||
587 | RelativePath="..\..\GIMPACT\src\gim_tri_tri_overlap.cpp"> | ||
588 | </File> | ||
589 | </Filter> | ||
590 | </Filter> | ||
591 | <Filter | ||
592 | Name="OPCODE" | ||
593 | Filter=""> | ||
594 | <Filter | ||
595 | Name="Ice" | ||
596 | Filter=""> | ||
597 | <File | ||
598 | RelativePath="..\..\OPCODE\Ice\IceAABB.h"> | ||
599 | </File> | ||
600 | <File | ||
601 | RelativePath="..\..\OPCODE\Ice\IceAxes.h"> | ||
602 | </File> | ||
603 | <File | ||
604 | RelativePath="..\..\OPCODE\Ice\IceBoundingSphere.h"> | ||
605 | </File> | ||
606 | <File | ||
607 | RelativePath="..\..\OPCODE\Ice\IceContainer.h"> | ||
608 | </File> | ||
609 | <File | ||
610 | RelativePath="..\..\OPCODE\Ice\IceFPU.h"> | ||
611 | </File> | ||
612 | <File | ||
613 | RelativePath="..\..\OPCODE\Ice\IceHPoint.h"> | ||
614 | </File> | ||
615 | <File | ||
616 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.h"> | ||
617 | </File> | ||
618 | <File | ||
619 | RelativePath="..\..\OPCODE\Ice\IceLSS.h"> | ||
620 | </File> | ||
621 | <File | ||
622 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.h"> | ||
623 | </File> | ||
624 | <File | ||
625 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.h"> | ||
626 | </File> | ||
627 | <File | ||
628 | RelativePath="..\..\OPCODE\Ice\IceMemoryMacros.h"> | ||
629 | </File> | ||
630 | <File | ||
631 | RelativePath="..\..\OPCODE\Ice\IceOBB.h"> | ||
632 | </File> | ||
633 | <File | ||
634 | RelativePath="..\..\OPCODE\Ice\IcePairs.h"> | ||
635 | </File> | ||
636 | <File | ||
637 | RelativePath="..\..\OPCODE\Ice\IcePlane.h"> | ||
638 | </File> | ||
639 | <File | ||
640 | RelativePath="..\..\OPCODE\Ice\IcePoint.h"> | ||
641 | </File> | ||
642 | <File | ||
643 | RelativePath="..\..\OPCODE\Ice\IcePreprocessor.h"> | ||
644 | </File> | ||
645 | <File | ||
646 | RelativePath="..\..\OPCODE\Ice\IceRandom.h"> | ||
647 | </File> | ||
648 | <File | ||
649 | RelativePath="..\..\OPCODE\Ice\IceRay.h"> | ||
650 | </File> | ||
651 | <File | ||
652 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.h"> | ||
653 | </File> | ||
654 | <File | ||
655 | RelativePath="..\..\OPCODE\Ice\IceSegment.h"> | ||
656 | </File> | ||
657 | <File | ||
658 | RelativePath="..\..\OPCODE\Ice\IceTriangle.h"> | ||
659 | </File> | ||
660 | <File | ||
661 | RelativePath="..\..\OPCODE\Ice\IceTriList.h"> | ||
662 | </File> | ||
663 | <File | ||
664 | RelativePath="..\..\OPCODE\Ice\IceTypes.h"> | ||
665 | </File> | ||
666 | <File | ||
667 | RelativePath="..\..\OPCODE\Ice\IceUtils.h"> | ||
668 | </File> | ||
669 | <File | ||
670 | RelativePath="..\..\OPCODE\Ice\IceAABB.cpp"> | ||
671 | </File> | ||
672 | <File | ||
673 | RelativePath="..\..\OPCODE\Ice\IceContainer.cpp"> | ||
674 | </File> | ||
675 | <File | ||
676 | RelativePath="..\..\OPCODE\Ice\IceHPoint.cpp"> | ||
677 | </File> | ||
678 | <File | ||
679 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.cpp"> | ||
680 | </File> | ||
681 | <File | ||
682 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.cpp"> | ||
683 | </File> | ||
684 | <File | ||
685 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.cpp"> | ||
686 | </File> | ||
687 | <File | ||
688 | RelativePath="..\..\OPCODE\Ice\IceOBB.cpp"> | ||
689 | </File> | ||
690 | <File | ||
691 | RelativePath="..\..\OPCODE\Ice\IcePlane.cpp"> | ||
692 | </File> | ||
693 | <File | ||
694 | RelativePath="..\..\OPCODE\Ice\IcePoint.cpp"> | ||
695 | </File> | ||
696 | <File | ||
697 | RelativePath="..\..\OPCODE\Ice\IceRandom.cpp"> | ||
698 | </File> | ||
699 | <File | ||
700 | RelativePath="..\..\OPCODE\Ice\IceRay.cpp"> | ||
701 | </File> | ||
702 | <File | ||
703 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.cpp"> | ||
704 | </File> | ||
705 | <File | ||
706 | RelativePath="..\..\OPCODE\Ice\IceSegment.cpp"> | ||
707 | </File> | ||
708 | <File | ||
709 | RelativePath="..\..\OPCODE\Ice\IceTriangle.cpp"> | ||
710 | </File> | ||
711 | <File | ||
712 | RelativePath="..\..\OPCODE\Ice\IceUtils.cpp"> | ||
713 | </File> | ||
714 | </Filter> | ||
715 | <File | ||
716 | RelativePath="..\..\OPCODE\Opcode.h"> | ||
717 | </File> | ||
718 | <File | ||
719 | RelativePath="..\..\OPCODE\OPC_AABBCollider.h"> | ||
720 | </File> | ||
721 | <File | ||
722 | RelativePath="..\..\OPCODE\OPC_AABBTree.h"> | ||
723 | </File> | ||
724 | <File | ||
725 | RelativePath="..\..\OPCODE\OPC_BaseModel.h"> | ||
726 | </File> | ||
727 | <File | ||
728 | RelativePath="..\..\OPCODE\OPC_BoxBoxOverlap.h"> | ||
729 | </File> | ||
730 | <File | ||
731 | RelativePath="..\..\OPCODE\OPC_BoxPruning.h"> | ||
732 | </File> | ||
733 | <File | ||
734 | RelativePath="..\..\OPCODE\OPC_Collider.h"> | ||
735 | </File> | ||
736 | <File | ||
737 | RelativePath="..\..\OPCODE\OPC_Common.h"> | ||
738 | </File> | ||
739 | <File | ||
740 | RelativePath="..\..\OPCODE\OPC_HybridModel.h"> | ||
741 | </File> | ||
742 | <File | ||
743 | RelativePath="..\..\OPCODE\OPC_IceHook.h"> | ||
744 | </File> | ||
745 | <File | ||
746 | RelativePath="..\..\OPCODE\OPC_LSSAABBOverlap.h"> | ||
747 | </File> | ||
748 | <File | ||
749 | RelativePath="..\..\OPCODE\OPC_LSSCollider.h"> | ||
750 | </File> | ||
751 | <File | ||
752 | RelativePath="..\..\OPCODE\OPC_LSSTriOverlap.h"> | ||
753 | </File> | ||
754 | <File | ||
755 | RelativePath="..\..\OPCODE\OPC_MeshInterface.h"> | ||
756 | </File> | ||
757 | <File | ||
758 | RelativePath="..\..\OPCODE\OPC_Model.h"> | ||
759 | </File> | ||
760 | <File | ||
761 | RelativePath="..\..\OPCODE\OPC_OBBCollider.h"> | ||
762 | </File> | ||
763 | <File | ||
764 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.h"> | ||
765 | </File> | ||
766 | <File | ||
767 | RelativePath="..\..\OPCODE\OPC_Picking.h"> | ||
768 | </File> | ||
769 | <File | ||
770 | RelativePath="..\..\OPCODE\OPC_PlanesAABBOverlap.h"> | ||
771 | </File> | ||
772 | <File | ||
773 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.h"> | ||
774 | </File> | ||
775 | <File | ||
776 | RelativePath="..\..\OPCODE\OPC_PlanesTriOverlap.h"> | ||
777 | </File> | ||
778 | <File | ||
779 | RelativePath="..\..\OPCODE\OPC_RayAABBOverlap.h"> | ||
780 | </File> | ||
781 | <File | ||
782 | RelativePath="..\..\OPCODE\OPC_RayCollider.h"> | ||
783 | </File> | ||
784 | <File | ||
785 | RelativePath="..\..\OPCODE\OPC_RayTriOverlap.h"> | ||
786 | </File> | ||
787 | <File | ||
788 | RelativePath="..\..\OPCODE\OPC_Settings.h"> | ||
789 | </File> | ||
790 | <File | ||
791 | RelativePath="..\..\OPCODE\OPC_SphereAABBOverlap.h"> | ||
792 | </File> | ||
793 | <File | ||
794 | RelativePath="..\..\OPCODE\OPC_SphereCollider.h"> | ||
795 | </File> | ||
796 | <File | ||
797 | RelativePath="..\..\OPCODE\OPC_SphereTriOverlap.h"> | ||
798 | </File> | ||
799 | <File | ||
800 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.h"> | ||
801 | </File> | ||
802 | <File | ||
803 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.h"> | ||
804 | </File> | ||
805 | <File | ||
806 | RelativePath="..\..\OPCODE\OPC_TreeCollider.h"> | ||
807 | </File> | ||
808 | <File | ||
809 | RelativePath="..\..\OPCODE\OPC_TriBoxOverlap.h"> | ||
810 | </File> | ||
811 | <File | ||
812 | RelativePath="..\..\OPCODE\OPC_TriTriOverlap.h"> | ||
813 | </File> | ||
814 | <File | ||
815 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.h"> | ||
816 | </File> | ||
817 | <File | ||
818 | RelativePath="..\..\OPCODE\Stdafx.h"> | ||
819 | </File> | ||
820 | <File | ||
821 | RelativePath="..\..\OPCODE\Opcode.cpp"> | ||
822 | </File> | ||
823 | <File | ||
824 | RelativePath="..\..\OPCODE\OPC_AABBCollider.cpp"> | ||
825 | </File> | ||
826 | <File | ||
827 | RelativePath="..\..\OPCODE\OPC_AABBTree.cpp"> | ||
828 | </File> | ||
829 | <File | ||
830 | RelativePath="..\..\OPCODE\OPC_BaseModel.cpp"> | ||
831 | </File> | ||
832 | <File | ||
833 | RelativePath="..\..\OPCODE\OPC_BoxPruning.cpp"> | ||
834 | </File> | ||
835 | <File | ||
836 | RelativePath="..\..\OPCODE\OPC_Collider.cpp"> | ||
837 | </File> | ||
838 | <File | ||
839 | RelativePath="..\..\OPCODE\OPC_Common.cpp"> | ||
840 | </File> | ||
841 | <File | ||
842 | RelativePath="..\..\OPCODE\OPC_HybridModel.cpp"> | ||
843 | </File> | ||
844 | <File | ||
845 | RelativePath="..\..\OPCODE\OPC_LSSCollider.cpp"> | ||
846 | </File> | ||
847 | <File | ||
848 | RelativePath="..\..\OPCODE\OPC_MeshInterface.cpp"> | ||
849 | </File> | ||
850 | <File | ||
851 | RelativePath="..\..\OPCODE\OPC_Model.cpp"> | ||
852 | </File> | ||
853 | <File | ||
854 | RelativePath="..\..\OPCODE\OPC_OBBCollider.cpp"> | ||
855 | </File> | ||
856 | <File | ||
857 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.cpp"> | ||
858 | </File> | ||
859 | <File | ||
860 | RelativePath="..\..\OPCODE\OPC_Picking.cpp"> | ||
861 | </File> | ||
862 | <File | ||
863 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.cpp"> | ||
864 | </File> | ||
865 | <File | ||
866 | RelativePath="..\..\OPCODE\OPC_RayCollider.cpp"> | ||
867 | </File> | ||
868 | <File | ||
869 | RelativePath="..\..\OPCODE\OPC_SphereCollider.cpp"> | ||
870 | </File> | ||
871 | <File | ||
872 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.cpp"> | ||
873 | </File> | ||
874 | <File | ||
875 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.cpp"> | ||
876 | </File> | ||
877 | <File | ||
878 | RelativePath="..\..\OPCODE\OPC_TreeCollider.cpp"> | ||
879 | </File> | ||
880 | <File | ||
881 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.cpp"> | ||
882 | </File> | ||
883 | <File | ||
884 | RelativePath="..\..\OPCODE\StdAfx.cpp"> | ||
885 | </File> | ||
886 | </Filter> | ||
887 | </Files> | ||
888 | <Globals> | ||
889 | </Globals> | ||
890 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/tests.vcproj b/libraries/ode-0.9/build/vs2003/tests.vcproj deleted file mode 100644 index 1010093..0000000 --- a/libraries/ode-0.9/build/vs2003/tests.vcproj +++ /dev/null | |||
@@ -1,322 +0,0 @@ | |||
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> | ||