diff options
author | dan miller | 2007-10-19 05:20:48 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 05:20:48 +0000 |
commit | d48ea5bb797037069d641da41da0f195f0124491 (patch) | |
tree | 40ff433d94859d629aac933d5ec73b382f62ba1a /libraries/ode-0.9/build/vs2002 | |
parent | dont ask (diff) | |
download | opensim-SC_OLD-d48ea5bb797037069d641da41da0f195f0124491.zip opensim-SC_OLD-d48ea5bb797037069d641da41da0f195f0124491.tar.gz opensim-SC_OLD-d48ea5bb797037069d641da41da0f195f0124491.tar.bz2 opensim-SC_OLD-d48ea5bb797037069d641da41da0f195f0124491.tar.xz |
one more for the gipper
Diffstat (limited to 'libraries/ode-0.9/build/vs2002')
28 files changed, 7496 insertions, 0 deletions
diff --git a/libraries/ode-0.9/build/vs2002/demo_I.vcproj b/libraries/ode-0.9/build/vs2002/demo_I.vcproj new file mode 100644 index 0000000..83eec4b --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_I.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_I" | ||
6 | ProjectGUID="{A382F22A-4053-3445-9E14-02B3447E5F1E}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/I/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_I.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/I/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_I.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/I/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_I.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_I.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_basket.vcproj b/libraries/ode-0.9/build/vs2002/demo_basket.vcproj new file mode 100644 index 0000000..5ed08ef --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_basket.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_basket" | ||
6 | ProjectGUID="{4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/basket/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_basket.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/basket/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_basket.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/basket/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_basket.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_basket.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_boxstack.vcproj b/libraries/ode-0.9/build/vs2002/demo_boxstack.vcproj new file mode 100644 index 0000000..ccc1e12 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_boxstack.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_boxstack" | ||
6 | ProjectGUID="{B9222926-060B-3248-830A-7C83791F4C61}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/boxstack/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/boxstack/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/boxstack/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_boxstack.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_buggy.vcproj b/libraries/ode-0.9/build/vs2002/demo_buggy.vcproj new file mode 100644 index 0000000..b5f413e --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_buggy.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_buggy" | ||
6 | ProjectGUID="{8C0F98C4-A95C-6B42-A522-8BC78284EB24}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/buggy/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/buggy/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/buggy/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_buggy.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_chain1.vcproj b/libraries/ode-0.9/build/vs2002/demo_chain1.vcproj new file mode 100644 index 0000000..d7894f6 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_chain1.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_chain1" | ||
6 | ProjectGUID="{AD6DDB03-D653-0A48-929F-EB8523978EF2}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/chain1/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/chain1/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/chain1/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_chain1.c"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_chain2.vcproj b/libraries/ode-0.9/build/vs2002/demo_chain2.vcproj new file mode 100644 index 0000000..d4b82bb --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_chain2.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_chain2" | ||
6 | ProjectGUID="{341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/chain2/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/chain2/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/chain2/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_chain2.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_collision.vcproj b/libraries/ode-0.9/build/vs2002/demo_collision.vcproj new file mode 100644 index 0000000..321c479 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_collision.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_collision" | ||
6 | ProjectGUID="{31540B38-E155-6443-B2CD-BA527144D859}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/collision/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_collision.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/collision/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_collision.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/collision/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_collision.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_collision.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_crash.vcproj b/libraries/ode-0.9/build/vs2002/demo_crash.vcproj new file mode 100644 index 0000000..4d38fa8 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_crash.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_crash" | ||
6 | ProjectGUID="{7021A282-47AE-294A-9482-DB85E9820FBA}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/crash/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_crash.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/crash/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_crash.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/crash/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_crash.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_crash.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_cyl.vcproj b/libraries/ode-0.9/build/vs2002/demo_cyl.vcproj new file mode 100644 index 0000000..e9f854b --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_cyl.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_cyl" | ||
6 | ProjectGUID="{35B7AA42-1B0A-D644-9728-2D9E83806F40}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/cyl/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/cyl/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/cyl/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_cyl.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_cylvssphere.vcproj b/libraries/ode-0.9/build/vs2002/demo_cylvssphere.vcproj new file mode 100644 index 0000000..411d008 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_cylvssphere.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_cylvssphere" | ||
6 | ProjectGUID="{81101776-8512-C64E-875D-4FE66D465AB1}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/cylvssphere/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/cylvssphere/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/cylvssphere/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_cylvssphere.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_feedback.vcproj b/libraries/ode-0.9/build/vs2002/demo_feedback.vcproj new file mode 100644 index 0000000..0d2d3c3 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_feedback.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_feedback" | ||
6 | ProjectGUID="{9749BFD4-C4AE-164E-80B4-909F77D77869}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/feedback/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/feedback/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/feedback/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_feedback.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_friction.vcproj b/libraries/ode-0.9/build/vs2002/demo_friction.vcproj new file mode 100644 index 0000000..20adbb3 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_friction.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_friction" | ||
6 | ProjectGUID="{1C345B16-ACE5-6549-8E84-C91B8392FD0C}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/friction/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_friction.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/friction/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_friction.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/friction/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_friction.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_friction.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_heightfield.vcproj b/libraries/ode-0.9/build/vs2002/demo_heightfield.vcproj new file mode 100644 index 0000000..fd6cafd --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_heightfield.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_heightfield" | ||
6 | ProjectGUID="{B8CB1716-5EFF-F442-B261-4056E3F8B8D1}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/heightfield/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/heightfield/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/heightfield/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_heightfield.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_hinge.vcproj b/libraries/ode-0.9/build/vs2002/demo_hinge.vcproj new file mode 100644 index 0000000..fb46da4 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_hinge.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_hinge" | ||
6 | ProjectGUID="{FB9A21A7-A63E-D744-A1D0-F393E7730DC2}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/hinge/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/hinge/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/hinge/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_hinge.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_joints.vcproj b/libraries/ode-0.9/build/vs2002/demo_joints.vcproj new file mode 100644 index 0000000..d8491a4 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_joints.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_joints" | ||
6 | ProjectGUID="{9C43F96A-1793-5743-A767-2519C9FA48F8}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/joints/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_joints.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/joints/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_joints.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/joints/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_joints.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_joints.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_motor.vcproj b/libraries/ode-0.9/build/vs2002/demo_motor.vcproj new file mode 100644 index 0000000..5f797fd --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_motor.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_motor" | ||
6 | ProjectGUID="{C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/motor/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_motor.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/motor/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_motor.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/motor/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_motor.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_motor.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_moving_trimesh.vcproj b/libraries/ode-0.9/build/vs2002/demo_moving_trimesh.vcproj new file mode 100644 index 0000000..829b78c --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_moving_trimesh.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_moving_trimesh" | ||
6 | ProjectGUID="{F98194BC-7D59-0742-A5A1-7CA698E65FE2}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/moving_trimesh/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/moving_trimesh/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/moving_trimesh/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_moving_trimesh.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_ode.vcproj b/libraries/ode-0.9/build/vs2002/demo_ode.vcproj new file mode 100644 index 0000000..6285736 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_ode.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_ode" | ||
6 | ProjectGUID="{439C6FAA-CF31-3E42-AD89-CCC07CBE3727}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/ode/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_ode.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/ode/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_ode.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_ode.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_ode.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_plane2d.vcproj b/libraries/ode-0.9/build/vs2002/demo_plane2d.vcproj new file mode 100644 index 0000000..e0d7c84 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_plane2d.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_plane2d" | ||
6 | ProjectGUID="{17389BAF-67B5-0747-9126-D01B69F4A0C5}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/plane2d/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/plane2d/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/plane2d/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_plane2d.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_slider.vcproj b/libraries/ode-0.9/build/vs2002/demo_slider.vcproj new file mode 100644 index 0000000..c3132f9 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_slider.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_slider" | ||
6 | ProjectGUID="{B0D00D10-D115-5849-976C-2A03A5E0B7D5}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/slider/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_slider.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/slider/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_slider.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/slider/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_slider.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_slider.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_space.vcproj b/libraries/ode-0.9/build/vs2002/demo_space.vcproj new file mode 100644 index 0000000..546c045 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_space.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_space" | ||
6 | ProjectGUID="{15F48142-ACD9-0347-B18C-3C26152AEADE}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/space/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_space.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/space/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_space.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/space/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_space.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_space.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_space_stress.vcproj b/libraries/ode-0.9/build/vs2002/demo_space_stress.vcproj new file mode 100644 index 0000000..ff27b34 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_space_stress.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_space_stress" | ||
6 | ProjectGUID="{86143476-EE08-104B-9C2B-FADE62C8DC23}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/space_stress/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/space_stress/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/space_stress/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_space_stress.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_step.vcproj b/libraries/ode-0.9/build/vs2002/demo_step.vcproj new file mode 100644 index 0000000..a5d29e8 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_step.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_step" | ||
6 | ProjectGUID="{B818CB9B-879B-2B44-82E2-2F96FA8D61E8}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/step/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_step.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/step/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_step.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/step/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_step.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_step.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/demo_trimesh.vcproj b/libraries/ode-0.9/build/vs2002/demo_trimesh.vcproj new file mode 100644 index 0000000..19fb4fd --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_trimesh.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_trimesh" | ||
6 | ProjectGUID="{EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/trimesh/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/trimesh/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/trimesh/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_trimesh.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/drawstuff.vcproj b/libraries/ode-0.9/build/vs2002/drawstuff.vcproj new file mode 100644 index 0000000..d6aac06 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/drawstuff.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="drawstuff" | ||
6 | ProjectGUID="{4E655490-1B05-844D-871C-BA0F04084AF7}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/drawstuff/ReleaseDLL" | ||
67 | ConfigurationType="2" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="2" | ||
72 | OmitFramePointers="TRUE" | ||
73 | AdditionalIncludeDirectories="../../include" | ||
74 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
75 | StringPooling="TRUE" | ||
76 | RuntimeLibrary="2" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="0"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib" | ||
88 | OutputFile="$(OutDir)/drawstuff.dll" | ||
89 | LinkIncremental="1" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="FALSE" | ||
92 | SubSystem="2" | ||
93 | OptimizeReferences="2" | ||
94 | EnableCOMDATFolding="2" | ||
95 | ImportLibrary="../../lib/ReleaseDLL/drawstuff.lib" | ||
96 | TargetMachine="1"/> | ||
97 | <Tool | ||
98 | Name="VCMIDLTool"/> | ||
99 | <Tool | ||
100 | Name="VCPostBuildEventTool"/> | ||
101 | <Tool | ||
102 | Name="VCPreBuildEventTool"/> | ||
103 | <Tool | ||
104 | Name="VCPreLinkEventTool"/> | ||
105 | <Tool | ||
106 | Name="VCResourceCompilerTool" | ||
107 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
108 | AdditionalIncludeDirectories="../../include"/> | ||
109 | <Tool | ||
110 | Name="VCWebServiceProxyGeneratorTool"/> | ||
111 | <Tool | ||
112 | Name="VCWebDeploymentTool"/> | ||
113 | </Configuration> | ||
114 | <Configuration | ||
115 | Name="DebugLib|Win32" | ||
116 | OutputDirectory="../../lib/DebugLib" | ||
117 | IntermediateDirectory="obj/drawstuff/DebugLib" | ||
118 | ConfigurationType="4" | ||
119 | CharacterSet="2"> | ||
120 | <Tool | ||
121 | Name="VCCLCompilerTool" | ||
122 | Optimization="0" | ||
123 | AdditionalIncludeDirectories="../../include" | ||
124 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
125 | MinimalRebuild="TRUE" | ||
126 | BasicRuntimeChecks="3" | ||
127 | RuntimeLibrary="1" | ||
128 | EnableFunctionLevelLinking="TRUE" | ||
129 | RuntimeTypeInfo="TRUE" | ||
130 | UsePrecompiledHeader="2" | ||
131 | WarningLevel="3" | ||
132 | Detect64BitPortabilityProblems="TRUE" | ||
133 | DebugInformationFormat="4"/> | ||
134 | <Tool | ||
135 | Name="VCCustomBuildTool"/> | ||
136 | <Tool | ||
137 | Name="VCLibrarianTool" | ||
138 | OutputFile="$(OutDir)/drawstuff.lib"/> | ||
139 | <Tool | ||
140 | Name="VCMIDLTool"/> | ||
141 | <Tool | ||
142 | Name="VCPostBuildEventTool"/> | ||
143 | <Tool | ||
144 | Name="VCPreBuildEventTool"/> | ||
145 | <Tool | ||
146 | Name="VCPreLinkEventTool"/> | ||
147 | <Tool | ||
148 | Name="VCResourceCompilerTool" | ||
149 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
150 | AdditionalIncludeDirectories="../../include"/> | ||
151 | <Tool | ||
152 | Name="VCWebServiceProxyGeneratorTool"/> | ||
153 | <Tool | ||
154 | Name="VCWebDeploymentTool"/> | ||
155 | </Configuration> | ||
156 | <Configuration | ||
157 | Name="ReleaseLib|Win32" | ||
158 | OutputDirectory="../../lib/ReleaseLib" | ||
159 | IntermediateDirectory="obj/drawstuff/ReleaseLib" | ||
160 | ConfigurationType="4" | ||
161 | CharacterSet="2"> | ||
162 | <Tool | ||
163 | Name="VCCLCompilerTool" | ||
164 | Optimization="2" | ||
165 | OmitFramePointers="TRUE" | ||
166 | AdditionalIncludeDirectories="../../include" | ||
167 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
168 | StringPooling="TRUE" | ||
169 | RuntimeLibrary="0" | ||
170 | EnableFunctionLevelLinking="TRUE" | ||
171 | RuntimeTypeInfo="TRUE" | ||
172 | UsePrecompiledHeader="2" | ||
173 | WarningLevel="3" | ||
174 | Detect64BitPortabilityProblems="TRUE" | ||
175 | DebugInformationFormat="0"/> | ||
176 | <Tool | ||
177 | Name="VCCustomBuildTool"/> | ||
178 | <Tool | ||
179 | Name="VCLibrarianTool" | ||
180 | OutputFile="$(OutDir)/drawstuff.lib"/> | ||
181 | <Tool | ||
182 | Name="VCMIDLTool"/> | ||
183 | <Tool | ||
184 | Name="VCPostBuildEventTool"/> | ||
185 | <Tool | ||
186 | Name="VCPreBuildEventTool"/> | ||
187 | <Tool | ||
188 | Name="VCPreLinkEventTool"/> | ||
189 | <Tool | ||
190 | Name="VCResourceCompilerTool" | ||
191 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
192 | AdditionalIncludeDirectories="../../include"/> | ||
193 | <Tool | ||
194 | Name="VCWebServiceProxyGeneratorTool"/> | ||
195 | <Tool | ||
196 | Name="VCWebDeploymentTool"/> | ||
197 | </Configuration> | ||
198 | </Configurations> | ||
199 | <Files> | ||
200 | <Filter | ||
201 | Name="include" | ||
202 | Filter=""> | ||
203 | <Filter | ||
204 | Name="drawstuff" | ||
205 | Filter=""> | ||
206 | <File | ||
207 | RelativePath="..\..\include\drawstuff\drawstuff.h"> | ||
208 | </File> | ||
209 | <File | ||
210 | RelativePath="..\..\include\drawstuff\version.h"> | ||
211 | </File> | ||
212 | </Filter> | ||
213 | </Filter> | ||
214 | <Filter | ||
215 | Name="drawstuff" | ||
216 | Filter=""> | ||
217 | <Filter | ||
218 | Name="src" | ||
219 | Filter=""> | ||
220 | <File | ||
221 | RelativePath="..\..\drawstuff\src\internal.h"> | ||
222 | </File> | ||
223 | <File | ||
224 | RelativePath="..\..\drawstuff\src\drawstuff.cpp"> | ||
225 | </File> | ||
226 | <File | ||
227 | RelativePath="..\..\drawstuff\src\resource.h"> | ||
228 | </File> | ||
229 | <File | ||
230 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
231 | </File> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\windows.cpp"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/ode.sln b/libraries/ode-0.9/build/vs2002/ode.sln new file mode 100644 index 0000000..70dcd50 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/ode.sln | |||
@@ -0,0 +1,336 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 7.00 | ||
2 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ode", "./ode.vcproj", "{7530658D-B5A8-6046-ACD2-C155B5A252A8}" | ||
3 | EndProject | ||
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "drawstuff", "./drawstuff.vcproj", "{4E655490-1B05-844D-871C-BA0F04084AF7}" | ||
5 | EndProject | ||
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_boxstack", "./demo_boxstack.vcproj", "{B9222926-060B-3248-830A-7C83791F4C61}" | ||
7 | EndProject | ||
8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_buggy", "./demo_buggy.vcproj", "{8C0F98C4-A95C-6B42-A522-8BC78284EB24}" | ||
9 | EndProject | ||
10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain1", "./demo_chain1.vcproj", "{AD6DDB03-D653-0A48-929F-EB8523978EF2}" | ||
11 | EndProject | ||
12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain2", "./demo_chain2.vcproj", "{341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}" | ||
13 | EndProject | ||
14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_collision", "./demo_collision.vcproj", "{31540B38-E155-6443-B2CD-BA527144D859}" | ||
15 | EndProject | ||
16 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_crash", "./demo_crash.vcproj", "{7021A282-47AE-294A-9482-DB85E9820FBA}" | ||
17 | EndProject | ||
18 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_feedback", "./demo_feedback.vcproj", "{9749BFD4-C4AE-164E-80B4-909F77D77869}" | ||
19 | EndProject | ||
20 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_friction", "./demo_friction.vcproj", "{1C345B16-ACE5-6549-8E84-C91B8392FD0C}" | ||
21 | EndProject | ||
22 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_heightfield", "./demo_heightfield.vcproj", "{B8CB1716-5EFF-F442-B261-4056E3F8B8D1}" | ||
23 | EndProject | ||
24 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_hinge", "./demo_hinge.vcproj", "{FB9A21A7-A63E-D744-A1D0-F393E7730DC2}" | ||
25 | EndProject | ||
26 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_I", "./demo_I.vcproj", "{A382F22A-4053-3445-9E14-02B3447E5F1E}" | ||
27 | EndProject | ||
28 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_joints", "./demo_joints.vcproj", "{9C43F96A-1793-5743-A767-2519C9FA48F8}" | ||
29 | EndProject | ||
30 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_motor", "./demo_motor.vcproj", "{C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}" | ||
31 | EndProject | ||
32 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_ode", "./demo_ode.vcproj", "{439C6FAA-CF31-3E42-AD89-CCC07CBE3727}" | ||
33 | EndProject | ||
34 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_plane2d", "./demo_plane2d.vcproj", "{17389BAF-67B5-0747-9126-D01B69F4A0C5}" | ||
35 | EndProject | ||
36 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_slider", "./demo_slider.vcproj", "{B0D00D10-D115-5849-976C-2A03A5E0B7D5}" | ||
37 | EndProject | ||
38 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space", "./demo_space.vcproj", "{15F48142-ACD9-0347-B18C-3C26152AEADE}" | ||
39 | EndProject | ||
40 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space_stress", "./demo_space_stress.vcproj", "{86143476-EE08-104B-9C2B-FADE62C8DC23}" | ||
41 | EndProject | ||
42 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_step", "./demo_step.vcproj", "{B818CB9B-879B-2B44-82E2-2F96FA8D61E8}" | ||
43 | EndProject | ||
44 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_basket", "./demo_basket.vcproj", "{4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}" | ||
45 | EndProject | ||
46 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cyl", "./demo_cyl.vcproj", "{35B7AA42-1B0A-D644-9728-2D9E83806F40}" | ||
47 | EndProject | ||
48 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_moving_trimesh", "./demo_moving_trimesh.vcproj", "{F98194BC-7D59-0742-A5A1-7CA698E65FE2}" | ||
49 | EndProject | ||
50 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_trimesh", "./demo_trimesh.vcproj", "{EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}" | ||
51 | EndProject | ||
52 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cylvssphere", "./demo_cylvssphere.vcproj", "{81101776-8512-C64E-875D-4FE66D465AB1}" | ||
53 | EndProject | ||
54 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "./tests.vcproj", "{E10C083A-2A98-6D4F-A1D3-EF613C0C7141}" | ||
55 | EndProject | ||
56 | Global | ||
57 | GlobalSection(SolutionConfiguration) = preSolution | ||
58 | ConfigName.0 = DebugDLL | ||
59 | ConfigName.1 = ReleaseDLL | ||
60 | ConfigName.2 = DebugLib | ||
61 | ConfigName.3 = ReleaseLib | ||
62 | EndGlobalSection | ||
63 | GlobalSection(ProjectDependencies) = postSolution | ||
64 | {B9222926-060B-3248-830A-7C83791F4C61}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
65 | {B9222926-060B-3248-830A-7C83791F4C61}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
66 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
67 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
68 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
69 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
70 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
71 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
72 | {31540B38-E155-6443-B2CD-BA527144D859}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
73 | {31540B38-E155-6443-B2CD-BA527144D859}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
74 | {7021A282-47AE-294A-9482-DB85E9820FBA}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
75 | {7021A282-47AE-294A-9482-DB85E9820FBA}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
76 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
77 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
78 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
79 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
80 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
81 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
82 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
83 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
84 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
85 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
86 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
87 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
88 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
89 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
90 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
91 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
92 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
93 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
94 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
95 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
96 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
97 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
98 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
99 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
100 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
101 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
102 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
103 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
104 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
105 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
106 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
107 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
108 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
109 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
110 | {81101776-8512-C64E-875D-4FE66D465AB1}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
111 | {81101776-8512-C64E-875D-4FE66D465AB1}.1 = {4E655490-1B05-844D-871C-BA0F04084AF7} | ||
112 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.0 = {7530658D-B5A8-6046-ACD2-C155B5A252A8} | ||
113 | EndGlobalSection | ||
114 | GlobalSection(ProjectConfiguration) = postSolution | ||
115 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
116 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
117 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
118 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
119 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
120 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.DebugLib.Build.0 = DebugLib|Win32 | ||
121 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
122 | {7530658D-B5A8-6046-ACD2-C155B5A252A8}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
123 | {4E655490-1B05-844D-871C-BA0F04084AF7}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
124 | {4E655490-1B05-844D-871C-BA0F04084AF7}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
125 | {4E655490-1B05-844D-871C-BA0F04084AF7}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
126 | {4E655490-1B05-844D-871C-BA0F04084AF7}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
127 | {4E655490-1B05-844D-871C-BA0F04084AF7}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
128 | {4E655490-1B05-844D-871C-BA0F04084AF7}.DebugLib.Build.0 = DebugLib|Win32 | ||
129 | {4E655490-1B05-844D-871C-BA0F04084AF7}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
130 | {4E655490-1B05-844D-871C-BA0F04084AF7}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
131 | {B9222926-060B-3248-830A-7C83791F4C61}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
132 | {B9222926-060B-3248-830A-7C83791F4C61}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
133 | {B9222926-060B-3248-830A-7C83791F4C61}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
134 | {B9222926-060B-3248-830A-7C83791F4C61}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
135 | {B9222926-060B-3248-830A-7C83791F4C61}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
136 | {B9222926-060B-3248-830A-7C83791F4C61}.DebugLib.Build.0 = DebugLib|Win32 | ||
137 | {B9222926-060B-3248-830A-7C83791F4C61}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
138 | {B9222926-060B-3248-830A-7C83791F4C61}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
139 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
140 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
141 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
142 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
143 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
144 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.DebugLib.Build.0 = DebugLib|Win32 | ||
145 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
146 | {8C0F98C4-A95C-6B42-A522-8BC78284EB24}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
147 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
148 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
149 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
150 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
151 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
152 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.DebugLib.Build.0 = DebugLib|Win32 | ||
153 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
154 | {AD6DDB03-D653-0A48-929F-EB8523978EF2}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
155 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
156 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
157 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
158 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
159 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
160 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.DebugLib.Build.0 = DebugLib|Win32 | ||
161 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
162 | {341B4B78-CA98-5244-8CB0-5F4BCA52B8AB}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
163 | {31540B38-E155-6443-B2CD-BA527144D859}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
164 | {31540B38-E155-6443-B2CD-BA527144D859}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
165 | {31540B38-E155-6443-B2CD-BA527144D859}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
166 | {31540B38-E155-6443-B2CD-BA527144D859}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
167 | {31540B38-E155-6443-B2CD-BA527144D859}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
168 | {31540B38-E155-6443-B2CD-BA527144D859}.DebugLib.Build.0 = DebugLib|Win32 | ||
169 | {31540B38-E155-6443-B2CD-BA527144D859}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
170 | {31540B38-E155-6443-B2CD-BA527144D859}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
171 | {7021A282-47AE-294A-9482-DB85E9820FBA}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
172 | {7021A282-47AE-294A-9482-DB85E9820FBA}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
173 | {7021A282-47AE-294A-9482-DB85E9820FBA}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
174 | {7021A282-47AE-294A-9482-DB85E9820FBA}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
175 | {7021A282-47AE-294A-9482-DB85E9820FBA}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
176 | {7021A282-47AE-294A-9482-DB85E9820FBA}.DebugLib.Build.0 = DebugLib|Win32 | ||
177 | {7021A282-47AE-294A-9482-DB85E9820FBA}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
178 | {7021A282-47AE-294A-9482-DB85E9820FBA}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
179 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
180 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
181 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
182 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
183 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
184 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.DebugLib.Build.0 = DebugLib|Win32 | ||
185 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
186 | {9749BFD4-C4AE-164E-80B4-909F77D77869}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
187 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
188 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
189 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
190 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
191 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
192 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.DebugLib.Build.0 = DebugLib|Win32 | ||
193 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
194 | {1C345B16-ACE5-6549-8E84-C91B8392FD0C}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
195 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
196 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
197 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
198 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
199 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
200 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.DebugLib.Build.0 = DebugLib|Win32 | ||
201 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
202 | {B8CB1716-5EFF-F442-B261-4056E3F8B8D1}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
203 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
204 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
205 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
206 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
207 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
208 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.DebugLib.Build.0 = DebugLib|Win32 | ||
209 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
210 | {FB9A21A7-A63E-D744-A1D0-F393E7730DC2}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
211 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
212 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
213 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
214 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
215 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
216 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.DebugLib.Build.0 = DebugLib|Win32 | ||
217 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
218 | {A382F22A-4053-3445-9E14-02B3447E5F1E}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
219 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
220 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
221 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
222 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
223 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
224 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.DebugLib.Build.0 = DebugLib|Win32 | ||
225 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
226 | {9C43F96A-1793-5743-A767-2519C9FA48F8}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
227 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
228 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
229 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
230 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
231 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
232 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.DebugLib.Build.0 = DebugLib|Win32 | ||
233 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
234 | {C0CBBFAD-5F99-9B43-969E-13B3B46EBED5}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
235 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
236 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
237 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
238 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
239 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
240 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.DebugLib.Build.0 = DebugLib|Win32 | ||
241 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
242 | {439C6FAA-CF31-3E42-AD89-CCC07CBE3727}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
243 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
244 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
245 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
246 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
247 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
248 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.DebugLib.Build.0 = DebugLib|Win32 | ||
249 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
250 | {17389BAF-67B5-0747-9126-D01B69F4A0C5}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
251 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
252 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
253 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
254 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
255 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
256 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.DebugLib.Build.0 = DebugLib|Win32 | ||
257 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
258 | {B0D00D10-D115-5849-976C-2A03A5E0B7D5}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
259 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
260 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
261 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
262 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
263 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
264 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.DebugLib.Build.0 = DebugLib|Win32 | ||
265 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
266 | {15F48142-ACD9-0347-B18C-3C26152AEADE}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
267 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
268 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
269 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
270 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
271 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
272 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.DebugLib.Build.0 = DebugLib|Win32 | ||
273 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
274 | {86143476-EE08-104B-9C2B-FADE62C8DC23}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
275 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
276 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
277 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
278 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
279 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
280 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.DebugLib.Build.0 = DebugLib|Win32 | ||
281 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
282 | {B818CB9B-879B-2B44-82E2-2F96FA8D61E8}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
283 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
284 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
285 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
286 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
287 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
288 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.DebugLib.Build.0 = DebugLib|Win32 | ||
289 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
290 | {4D85F0AA-E59F-3B43-918F-B5033A5E3BD4}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
291 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
292 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
293 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
294 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
295 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
296 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.DebugLib.Build.0 = DebugLib|Win32 | ||
297 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
298 | {35B7AA42-1B0A-D644-9728-2D9E83806F40}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
299 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
300 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
301 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
302 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
303 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
304 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.DebugLib.Build.0 = DebugLib|Win32 | ||
305 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
306 | {F98194BC-7D59-0742-A5A1-7CA698E65FE2}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
307 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
308 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
309 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
310 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
311 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
312 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.DebugLib.Build.0 = DebugLib|Win32 | ||
313 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
314 | {EE803EF6-9285-BA47-AD4A-C5AE76BF7FDC}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
315 | {81101776-8512-C64E-875D-4FE66D465AB1}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
316 | {81101776-8512-C64E-875D-4FE66D465AB1}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
317 | {81101776-8512-C64E-875D-4FE66D465AB1}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
318 | {81101776-8512-C64E-875D-4FE66D465AB1}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
319 | {81101776-8512-C64E-875D-4FE66D465AB1}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
320 | {81101776-8512-C64E-875D-4FE66D465AB1}.DebugLib.Build.0 = DebugLib|Win32 | ||
321 | {81101776-8512-C64E-875D-4FE66D465AB1}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
322 | {81101776-8512-C64E-875D-4FE66D465AB1}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
323 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
324 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
325 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
326 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
327 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
328 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.DebugLib.Build.0 = DebugLib|Win32 | ||
329 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
330 | {E10C083A-2A98-6D4F-A1D3-EF613C0C7141}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
331 | EndGlobalSection | ||
332 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
333 | EndGlobalSection | ||
334 | GlobalSection(ExtensibilityAddIns) = postSolution | ||
335 | EndGlobalSection | ||
336 | EndGlobal | ||
diff --git a/libraries/ode-0.9/build/vs2002/ode.vcproj b/libraries/ode-0.9/build/vs2002/ode.vcproj new file mode 100644 index 0000000..ddaf370 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/ode.vcproj | |||
@@ -0,0 +1,864 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="ode" | ||
6 | ProjectGUID="{7530658D-B5A8-6046-ACD2-C155B5A252A8}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/ode/ReleaseDLL" | ||
67 | ConfigurationType="2" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="2" | ||
72 | OmitFramePointers="TRUE" | ||
73 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
74 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
75 | StringPooling="TRUE" | ||
76 | RuntimeLibrary="2" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="0"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="user32.lib" | ||
88 | OutputFile="$(OutDir)/ode.dll" | ||
89 | LinkIncremental="1" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="FALSE" | ||
92 | SubSystem="2" | ||
93 | OptimizeReferences="2" | ||
94 | EnableCOMDATFolding="2" | ||
95 | ImportLibrary="../../lib/ReleaseDLL/ode.lib" | ||
96 | TargetMachine="1"/> | ||
97 | <Tool | ||
98 | Name="VCMIDLTool"/> | ||
99 | <Tool | ||
100 | Name="VCPostBuildEventTool"/> | ||
101 | <Tool | ||
102 | Name="VCPreBuildEventTool"/> | ||
103 | <Tool | ||
104 | Name="VCPreLinkEventTool"/> | ||
105 | <Tool | ||
106 | Name="VCResourceCompilerTool" | ||
107 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
108 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
109 | <Tool | ||
110 | Name="VCWebServiceProxyGeneratorTool"/> | ||
111 | <Tool | ||
112 | Name="VCWebDeploymentTool"/> | ||
113 | </Configuration> | ||
114 | <Configuration | ||
115 | Name="DebugLib|Win32" | ||
116 | OutputDirectory="../../lib/DebugLib" | ||
117 | IntermediateDirectory="obj/ode/DebugLib" | ||
118 | ConfigurationType="4" | ||
119 | CharacterSet="2"> | ||
120 | <Tool | ||
121 | Name="VCCLCompilerTool" | ||
122 | Optimization="0" | ||
123 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
124 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
125 | MinimalRebuild="TRUE" | ||
126 | BasicRuntimeChecks="3" | ||
127 | RuntimeLibrary="1" | ||
128 | EnableFunctionLevelLinking="TRUE" | ||
129 | RuntimeTypeInfo="TRUE" | ||
130 | UsePrecompiledHeader="2" | ||
131 | WarningLevel="3" | ||
132 | Detect64BitPortabilityProblems="TRUE" | ||
133 | DebugInformationFormat="4"/> | ||
134 | <Tool | ||
135 | Name="VCCustomBuildTool"/> | ||
136 | <Tool | ||
137 | Name="VCLibrarianTool" | ||
138 | OutputFile="$(OutDir)/ode.lib"/> | ||
139 | <Tool | ||
140 | Name="VCMIDLTool"/> | ||
141 | <Tool | ||
142 | Name="VCPostBuildEventTool"/> | ||
143 | <Tool | ||
144 | Name="VCPreBuildEventTool"/> | ||
145 | <Tool | ||
146 | Name="VCPreLinkEventTool"/> | ||
147 | <Tool | ||
148 | Name="VCResourceCompilerTool" | ||
149 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
150 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
151 | <Tool | ||
152 | Name="VCWebServiceProxyGeneratorTool"/> | ||
153 | <Tool | ||
154 | Name="VCWebDeploymentTool"/> | ||
155 | </Configuration> | ||
156 | <Configuration | ||
157 | Name="ReleaseLib|Win32" | ||
158 | OutputDirectory="../../lib/ReleaseLib" | ||
159 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
160 | ConfigurationType="4" | ||
161 | CharacterSet="2"> | ||
162 | <Tool | ||
163 | Name="VCCLCompilerTool" | ||
164 | Optimization="2" | ||
165 | OmitFramePointers="TRUE" | ||
166 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
167 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
168 | StringPooling="TRUE" | ||
169 | RuntimeLibrary="0" | ||
170 | EnableFunctionLevelLinking="TRUE" | ||
171 | RuntimeTypeInfo="TRUE" | ||
172 | UsePrecompiledHeader="2" | ||
173 | WarningLevel="3" | ||
174 | Detect64BitPortabilityProblems="TRUE" | ||
175 | DebugInformationFormat="0"/> | ||
176 | <Tool | ||
177 | Name="VCCustomBuildTool"/> | ||
178 | <Tool | ||
179 | Name="VCLibrarianTool" | ||
180 | OutputFile="$(OutDir)/ode.lib"/> | ||
181 | <Tool | ||
182 | Name="VCMIDLTool"/> | ||
183 | <Tool | ||
184 | Name="VCPostBuildEventTool"/> | ||
185 | <Tool | ||
186 | Name="VCPreBuildEventTool"/> | ||
187 | <Tool | ||
188 | Name="VCPreLinkEventTool"/> | ||
189 | <Tool | ||
190 | Name="VCResourceCompilerTool" | ||
191 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
192 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
193 | <Tool | ||
194 | Name="VCWebServiceProxyGeneratorTool"/> | ||
195 | <Tool | ||
196 | Name="VCWebDeploymentTool"/> | ||
197 | </Configuration> | ||
198 | </Configurations> | ||
199 | <Files> | ||
200 | <Filter | ||
201 | Name="include" | ||
202 | Filter=""> | ||
203 | <Filter | ||
204 | Name="ode" | ||
205 | Filter=""> | ||
206 | <File | ||
207 | RelativePath="..\..\include\ode\collision.h"> | ||
208 | </File> | ||
209 | <File | ||
210 | RelativePath="..\..\include\ode\collision_space.h"> | ||
211 | </File> | ||
212 | <File | ||
213 | RelativePath="..\..\include\ode\collision_trimesh.h"> | ||
214 | </File> | ||
215 | <File | ||
216 | RelativePath="..\..\include\ode\common.h"> | ||
217 | </File> | ||
218 | <File | ||
219 | RelativePath="..\..\include\ode\compatibility.h"> | ||
220 | </File> | ||
221 | <File | ||
222 | RelativePath="..\..\include\ode\config.h"> | ||
223 | </File> | ||
224 | <File | ||
225 | RelativePath="..\..\include\ode\contact.h"> | ||
226 | </File> | ||
227 | <File | ||
228 | RelativePath="..\..\include\ode\error.h"> | ||
229 | </File> | ||
230 | <File | ||
231 | RelativePath="..\..\include\ode\export-dif.h"> | ||
232 | </File> | ||
233 | <File | ||
234 | RelativePath="..\..\include\ode\mass.h"> | ||
235 | </File> | ||
236 | <File | ||
237 | RelativePath="..\..\include\ode\matrix.h"> | ||
238 | </File> | ||
239 | <File | ||
240 | RelativePath="..\..\include\ode\memory.h"> | ||
241 | </File> | ||
242 | <File | ||
243 | RelativePath="..\..\include\ode\misc.h"> | ||
244 | </File> | ||
245 | <File | ||
246 | RelativePath="..\..\include\ode\objects.h"> | ||
247 | </File> | ||
248 | <File | ||
249 | RelativePath="..\..\include\ode\ode.h"> | ||
250 | </File> | ||
251 | <File | ||
252 | RelativePath="..\..\include\ode\odecpp.h"> | ||
253 | </File> | ||
254 | <File | ||
255 | RelativePath="..\..\include\ode\odecpp_collision.h"> | ||
256 | </File> | ||
257 | <File | ||
258 | RelativePath="..\..\include\ode\odemath.h"> | ||
259 | </File> | ||
260 | <File | ||
261 | RelativePath="..\..\include\ode\rotation.h"> | ||
262 | </File> | ||
263 | <File | ||
264 | RelativePath="..\..\include\ode\timer.h"> | ||
265 | </File> | ||
266 | </Filter> | ||
267 | </Filter> | ||
268 | <Filter | ||
269 | Name="ode" | ||
270 | Filter=""> | ||
271 | <Filter | ||
272 | Name="src" | ||
273 | Filter=""> | ||
274 | <File | ||
275 | RelativePath="..\..\ode\src\array.h"> | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath="..\..\ode\src\collision_kernel.h"> | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath="..\..\ode\src\collision_space_internal.h"> | ||
282 | </File> | ||
283 | <File | ||
284 | RelativePath="..\..\ode\src\collision_std.h"> | ||
285 | </File> | ||
286 | <File | ||
287 | RelativePath="..\..\ode\src\collision_transform.h"> | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath="..\..\ode\src\collision_trimesh_internal.h"> | ||
291 | </File> | ||
292 | <File | ||
293 | RelativePath="..\..\ode\src\collision_util.h"> | ||
294 | </File> | ||
295 | <File | ||
296 | RelativePath="..\..\ode\src\heightfield.h"> | ||
297 | </File> | ||
298 | <File | ||
299 | RelativePath="..\..\ode\src\joint.h"> | ||
300 | </File> | ||
301 | <File | ||
302 | RelativePath="..\..\ode\src\lcp.h"> | ||
303 | </File> | ||
304 | <File | ||
305 | RelativePath="..\..\ode\src\mat.h"> | ||
306 | </File> | ||
307 | <File | ||
308 | RelativePath="..\..\ode\src\objects.h"> | ||
309 | </File> | ||
310 | <File | ||
311 | RelativePath="..\..\ode\src\obstack.h"> | ||
312 | </File> | ||
313 | <File | ||
314 | RelativePath="..\..\ode\src\quickstep.h"> | ||
315 | </File> | ||
316 | <File | ||
317 | RelativePath="..\..\ode\src\stack.h"> | ||
318 | </File> | ||
319 | <File | ||
320 | RelativePath="..\..\ode\src\step.h"> | ||
321 | </File> | ||
322 | <File | ||
323 | RelativePath="..\..\ode\src\testing.h"> | ||
324 | </File> | ||
325 | <File | ||
326 | RelativePath="..\..\ode\src\util.h"> | ||
327 | </File> | ||
328 | <File | ||
329 | RelativePath="..\..\ode\src\fastdot.c"> | ||
330 | </File> | ||
331 | <File | ||
332 | RelativePath="..\..\ode\src\fastldlt.c"> | ||
333 | </File> | ||
334 | <File | ||
335 | RelativePath="..\..\ode\src\fastlsolve.c"> | ||
336 | </File> | ||
337 | <File | ||
338 | RelativePath="..\..\ode\src\fastltsolve.c"> | ||
339 | </File> | ||
340 | <File | ||
341 | RelativePath="..\..\ode\src\array.cpp"> | ||
342 | </File> | ||
343 | <File | ||
344 | RelativePath="..\..\ode\src\box.cpp"> | ||
345 | </File> | ||
346 | <File | ||
347 | RelativePath="..\..\ode\src\capsule.cpp"> | ||
348 | </File> | ||
349 | <File | ||
350 | RelativePath="..\..\ode\src\collision_cylinder_box.cpp"> | ||
351 | </File> | ||
352 | <File | ||
353 | RelativePath="..\..\ode\src\collision_cylinder_plane.cpp"> | ||
354 | </File> | ||
355 | <File | ||
356 | RelativePath="..\..\ode\src\collision_cylinder_sphere.cpp"> | ||
357 | </File> | ||
358 | <File | ||
359 | RelativePath="..\..\ode\src\collision_cylinder_trimesh.cpp"> | ||
360 | </File> | ||
361 | <File | ||
362 | RelativePath="..\..\ode\src\collision_kernel.cpp"> | ||
363 | </File> | ||
364 | <File | ||
365 | RelativePath="..\..\ode\src\collision_quadtreespace.cpp"> | ||
366 | </File> | ||
367 | <File | ||
368 | RelativePath="..\..\ode\src\collision_space.cpp"> | ||
369 | </File> | ||
370 | <File | ||
371 | RelativePath="..\..\ode\src\collision_transform.cpp"> | ||
372 | </File> | ||
373 | <File | ||
374 | RelativePath="..\..\ode\src\collision_trimesh_box.cpp"> | ||
375 | </File> | ||
376 | <File | ||
377 | RelativePath="..\..\ode\src\collision_trimesh_ccylinder.cpp"> | ||
378 | </File> | ||
379 | <File | ||
380 | RelativePath="..\..\ode\src\collision_trimesh_distance.cpp"> | ||
381 | </File> | ||
382 | <File | ||
383 | RelativePath="..\..\ode\src\collision_trimesh_gimpact.cpp"> | ||
384 | </File> | ||
385 | <File | ||
386 | RelativePath="..\..\ode\src\collision_trimesh_opcode.cpp"> | ||
387 | </File> | ||
388 | <File | ||
389 | RelativePath="..\..\ode\src\collision_trimesh_plane.cpp"> | ||
390 | </File> | ||
391 | <File | ||
392 | RelativePath="..\..\ode\src\collision_trimesh_ray.cpp"> | ||
393 | </File> | ||
394 | <File | ||
395 | RelativePath="..\..\ode\src\collision_trimesh_sphere.cpp"> | ||
396 | </File> | ||
397 | <File | ||
398 | RelativePath="..\..\ode\src\collision_trimesh_trimesh.cpp"> | ||
399 | </File> | ||
400 | <File | ||
401 | RelativePath="..\..\ode\src\collision_trimesh_trimesh_new.cpp"> | ||
402 | </File> | ||
403 | <File | ||
404 | RelativePath="..\..\ode\src\collision_util.cpp"> | ||
405 | </File> | ||
406 | <File | ||
407 | RelativePath="..\..\ode\src\convex.cpp"> | ||
408 | </File> | ||
409 | <File | ||
410 | RelativePath="..\..\ode\src\cylinder.cpp"> | ||
411 | </File> | ||
412 | <File | ||
413 | RelativePath="..\..\ode\src\error.cpp"> | ||
414 | </File> | ||
415 | <File | ||
416 | RelativePath="..\..\ode\src\export-dif.cpp"> | ||
417 | </File> | ||
418 | <File | ||
419 | RelativePath="..\..\ode\src\heightfield.cpp"> | ||
420 | </File> | ||
421 | <File | ||
422 | RelativePath="..\..\ode\src\joint.cpp"> | ||
423 | </File> | ||
424 | <File | ||
425 | RelativePath="..\..\ode\src\lcp.cpp"> | ||
426 | </File> | ||
427 | <File | ||
428 | RelativePath="..\..\ode\src\mass.cpp"> | ||
429 | </File> | ||
430 | <File | ||
431 | RelativePath="..\..\ode\src\mat.cpp"> | ||
432 | </File> | ||
433 | <File | ||
434 | RelativePath="..\..\ode\src\matrix.cpp"> | ||
435 | </File> | ||
436 | <File | ||
437 | RelativePath="..\..\ode\src\memory.cpp"> | ||
438 | </File> | ||
439 | <File | ||
440 | RelativePath="..\..\ode\src\misc.cpp"> | ||
441 | </File> | ||
442 | <File | ||
443 | RelativePath="..\..\ode\src\obstack.cpp"> | ||
444 | </File> | ||
445 | <File | ||
446 | RelativePath="..\..\ode\src\ode.cpp"> | ||
447 | </File> | ||
448 | <File | ||
449 | RelativePath="..\..\ode\src\odemath.cpp"> | ||
450 | </File> | ||
451 | <File | ||
452 | RelativePath="..\..\ode\src\plane.cpp"> | ||
453 | </File> | ||
454 | <File | ||
455 | RelativePath="..\..\ode\src\quickstep.cpp"> | ||
456 | </File> | ||
457 | <File | ||
458 | RelativePath="..\..\ode\src\ray.cpp"> | ||
459 | </File> | ||
460 | <File | ||
461 | RelativePath="..\..\ode\src\rotation.cpp"> | ||
462 | </File> | ||
463 | <File | ||
464 | RelativePath="..\..\ode\src\sphere.cpp"> | ||
465 | </File> | ||
466 | <File | ||
467 | RelativePath="..\..\ode\src\step.cpp"> | ||
468 | </File> | ||
469 | <File | ||
470 | RelativePath="..\..\ode\src\stepfast.cpp"> | ||
471 | </File> | ||
472 | <File | ||
473 | RelativePath="..\..\ode\src\testing.cpp"> | ||
474 | </File> | ||
475 | <File | ||
476 | RelativePath="..\..\ode\src\timer.cpp"> | ||
477 | </File> | ||
478 | <File | ||
479 | RelativePath="..\..\ode\src\util.cpp"> | ||
480 | </File> | ||
481 | </Filter> | ||
482 | </Filter> | ||
483 | <Filter | ||
484 | Name="GIMPACT" | ||
485 | Filter=""> | ||
486 | <Filter | ||
487 | Name="include" | ||
488 | Filter=""> | ||
489 | <Filter | ||
490 | Name="GIMPACT" | ||
491 | Filter=""> | ||
492 | <File | ||
493 | RelativePath="..\..\GIMPACT\include\GIMPACT\gimpact.h"> | ||
494 | </File> | ||
495 | <File | ||
496 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_boxpruning.h"> | ||
497 | </File> | ||
498 | <File | ||
499 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_contact.h"> | ||
500 | </File> | ||
501 | <File | ||
502 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_geometry.h"> | ||
503 | </File> | ||
504 | <File | ||
505 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_math.h"> | ||
506 | </File> | ||
507 | <File | ||
508 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_memory.h"> | ||
509 | </File> | ||
510 | <File | ||
511 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_radixsort.h"> | ||
512 | </File> | ||
513 | <File | ||
514 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_trimesh.h"> | ||
515 | </File> | ||
516 | <File | ||
517 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_capsule_collision.h"> | ||
518 | </File> | ||
519 | <File | ||
520 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_collision.h"> | ||
521 | </File> | ||
522 | <File | ||
523 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_sphere_collision.h"> | ||
524 | </File> | ||
525 | </Filter> | ||
526 | </Filter> | ||
527 | <Filter | ||
528 | Name="src" | ||
529 | Filter=""> | ||
530 | <File | ||
531 | RelativePath="..\..\GIMPACT\src\gimpact.cpp"> | ||
532 | </File> | ||
533 | <File | ||
534 | RelativePath="..\..\GIMPACT\src\gim_boxpruning.cpp"> | ||
535 | </File> | ||
536 | <File | ||
537 | RelativePath="..\..\GIMPACT\src\gim_contact.cpp"> | ||
538 | </File> | ||
539 | <File | ||
540 | RelativePath="..\..\GIMPACT\src\gim_math.cpp"> | ||
541 | </File> | ||
542 | <File | ||
543 | RelativePath="..\..\GIMPACT\src\gim_memory.cpp"> | ||
544 | </File> | ||
545 | <File | ||
546 | RelativePath="..\..\GIMPACT\src\gim_trimesh.cpp"> | ||
547 | </File> | ||
548 | <File | ||
549 | RelativePath="..\..\GIMPACT\src\gim_trimesh_capsule_collision.cpp"> | ||
550 | </File> | ||
551 | <File | ||
552 | RelativePath="..\..\GIMPACT\src\gim_trimesh_ray_collision.cpp"> | ||
553 | </File> | ||
554 | <File | ||
555 | RelativePath="..\..\GIMPACT\src\gim_trimesh_sphere_collision.cpp"> | ||
556 | </File> | ||
557 | <File | ||
558 | RelativePath="..\..\GIMPACT\src\gim_trimesh_trimesh_collision.cpp"> | ||
559 | </File> | ||
560 | <File | ||
561 | RelativePath="..\..\GIMPACT\src\gim_tri_tri_overlap.cpp"> | ||
562 | </File> | ||
563 | </Filter> | ||
564 | </Filter> | ||
565 | <Filter | ||
566 | Name="OPCODE" | ||
567 | Filter=""> | ||
568 | <Filter | ||
569 | Name="Ice" | ||
570 | Filter=""> | ||
571 | <File | ||
572 | RelativePath="..\..\OPCODE\Ice\IceAABB.h"> | ||
573 | </File> | ||
574 | <File | ||
575 | RelativePath="..\..\OPCODE\Ice\IceAxes.h"> | ||
576 | </File> | ||
577 | <File | ||
578 | RelativePath="..\..\OPCODE\Ice\IceBoundingSphere.h"> | ||
579 | </File> | ||
580 | <File | ||
581 | RelativePath="..\..\OPCODE\Ice\IceContainer.h"> | ||
582 | </File> | ||
583 | <File | ||
584 | RelativePath="..\..\OPCODE\Ice\IceFPU.h"> | ||
585 | </File> | ||
586 | <File | ||
587 | RelativePath="..\..\OPCODE\Ice\IceHPoint.h"> | ||
588 | </File> | ||
589 | <File | ||
590 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.h"> | ||
591 | </File> | ||
592 | <File | ||
593 | RelativePath="..\..\OPCODE\Ice\IceLSS.h"> | ||
594 | </File> | ||
595 | <File | ||
596 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.h"> | ||
597 | </File> | ||
598 | <File | ||
599 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.h"> | ||
600 | </File> | ||
601 | <File | ||
602 | RelativePath="..\..\OPCODE\Ice\IceMemoryMacros.h"> | ||
603 | </File> | ||
604 | <File | ||
605 | RelativePath="..\..\OPCODE\Ice\IceOBB.h"> | ||
606 | </File> | ||
607 | <File | ||
608 | RelativePath="..\..\OPCODE\Ice\IcePairs.h"> | ||
609 | </File> | ||
610 | <File | ||
611 | RelativePath="..\..\OPCODE\Ice\IcePlane.h"> | ||
612 | </File> | ||
613 | <File | ||
614 | RelativePath="..\..\OPCODE\Ice\IcePoint.h"> | ||
615 | </File> | ||
616 | <File | ||
617 | RelativePath="..\..\OPCODE\Ice\IcePreprocessor.h"> | ||
618 | </File> | ||
619 | <File | ||
620 | RelativePath="..\..\OPCODE\Ice\IceRandom.h"> | ||
621 | </File> | ||
622 | <File | ||
623 | RelativePath="..\..\OPCODE\Ice\IceRay.h"> | ||
624 | </File> | ||
625 | <File | ||
626 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.h"> | ||
627 | </File> | ||
628 | <File | ||
629 | RelativePath="..\..\OPCODE\Ice\IceSegment.h"> | ||
630 | </File> | ||
631 | <File | ||
632 | RelativePath="..\..\OPCODE\Ice\IceTriangle.h"> | ||
633 | </File> | ||
634 | <File | ||
635 | RelativePath="..\..\OPCODE\Ice\IceTriList.h"> | ||
636 | </File> | ||
637 | <File | ||
638 | RelativePath="..\..\OPCODE\Ice\IceTypes.h"> | ||
639 | </File> | ||
640 | <File | ||
641 | RelativePath="..\..\OPCODE\Ice\IceUtils.h"> | ||
642 | </File> | ||
643 | <File | ||
644 | RelativePath="..\..\OPCODE\Ice\IceAABB.cpp"> | ||
645 | </File> | ||
646 | <File | ||
647 | RelativePath="..\..\OPCODE\Ice\IceContainer.cpp"> | ||
648 | </File> | ||
649 | <File | ||
650 | RelativePath="..\..\OPCODE\Ice\IceHPoint.cpp"> | ||
651 | </File> | ||
652 | <File | ||
653 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.cpp"> | ||
654 | </File> | ||
655 | <File | ||
656 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.cpp"> | ||
657 | </File> | ||
658 | <File | ||
659 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.cpp"> | ||
660 | </File> | ||
661 | <File | ||
662 | RelativePath="..\..\OPCODE\Ice\IceOBB.cpp"> | ||
663 | </File> | ||
664 | <File | ||
665 | RelativePath="..\..\OPCODE\Ice\IcePlane.cpp"> | ||
666 | </File> | ||
667 | <File | ||
668 | RelativePath="..\..\OPCODE\Ice\IcePoint.cpp"> | ||
669 | </File> | ||
670 | <File | ||
671 | RelativePath="..\..\OPCODE\Ice\IceRandom.cpp"> | ||
672 | </File> | ||
673 | <File | ||
674 | RelativePath="..\..\OPCODE\Ice\IceRay.cpp"> | ||
675 | </File> | ||
676 | <File | ||
677 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.cpp"> | ||
678 | </File> | ||
679 | <File | ||
680 | RelativePath="..\..\OPCODE\Ice\IceSegment.cpp"> | ||
681 | </File> | ||
682 | <File | ||
683 | RelativePath="..\..\OPCODE\Ice\IceTriangle.cpp"> | ||
684 | </File> | ||
685 | <File | ||
686 | RelativePath="..\..\OPCODE\Ice\IceUtils.cpp"> | ||
687 | </File> | ||
688 | </Filter> | ||
689 | <File | ||
690 | RelativePath="..\..\OPCODE\Opcode.h"> | ||
691 | </File> | ||
692 | <File | ||
693 | RelativePath="..\..\OPCODE\OPC_AABBCollider.h"> | ||
694 | </File> | ||
695 | <File | ||
696 | RelativePath="..\..\OPCODE\OPC_AABBTree.h"> | ||
697 | </File> | ||
698 | <File | ||
699 | RelativePath="..\..\OPCODE\OPC_BaseModel.h"> | ||
700 | </File> | ||
701 | <File | ||
702 | RelativePath="..\..\OPCODE\OPC_BoxBoxOverlap.h"> | ||
703 | </File> | ||
704 | <File | ||
705 | RelativePath="..\..\OPCODE\OPC_BoxPruning.h"> | ||
706 | </File> | ||
707 | <File | ||
708 | RelativePath="..\..\OPCODE\OPC_Collider.h"> | ||
709 | </File> | ||
710 | <File | ||
711 | RelativePath="..\..\OPCODE\OPC_Common.h"> | ||
712 | </File> | ||
713 | <File | ||
714 | RelativePath="..\..\OPCODE\OPC_HybridModel.h"> | ||
715 | </File> | ||
716 | <File | ||
717 | RelativePath="..\..\OPCODE\OPC_IceHook.h"> | ||
718 | </File> | ||
719 | <File | ||
720 | RelativePath="..\..\OPCODE\OPC_LSSAABBOverlap.h"> | ||
721 | </File> | ||
722 | <File | ||
723 | RelativePath="..\..\OPCODE\OPC_LSSCollider.h"> | ||
724 | </File> | ||
725 | <File | ||
726 | RelativePath="..\..\OPCODE\OPC_LSSTriOverlap.h"> | ||
727 | </File> | ||
728 | <File | ||
729 | RelativePath="..\..\OPCODE\OPC_MeshInterface.h"> | ||
730 | </File> | ||
731 | <File | ||
732 | RelativePath="..\..\OPCODE\OPC_Model.h"> | ||
733 | </File> | ||
734 | <File | ||
735 | RelativePath="..\..\OPCODE\OPC_OBBCollider.h"> | ||
736 | </File> | ||
737 | <File | ||
738 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.h"> | ||
739 | </File> | ||
740 | <File | ||
741 | RelativePath="..\..\OPCODE\OPC_Picking.h"> | ||
742 | </File> | ||
743 | <File | ||
744 | RelativePath="..\..\OPCODE\OPC_PlanesAABBOverlap.h"> | ||
745 | </File> | ||
746 | <File | ||
747 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.h"> | ||
748 | </File> | ||
749 | <File | ||
750 | RelativePath="..\..\OPCODE\OPC_PlanesTriOverlap.h"> | ||
751 | </File> | ||
752 | <File | ||
753 | RelativePath="..\..\OPCODE\OPC_RayAABBOverlap.h"> | ||
754 | </File> | ||
755 | <File | ||
756 | RelativePath="..\..\OPCODE\OPC_RayCollider.h"> | ||
757 | </File> | ||
758 | <File | ||
759 | RelativePath="..\..\OPCODE\OPC_RayTriOverlap.h"> | ||
760 | </File> | ||
761 | <File | ||
762 | RelativePath="..\..\OPCODE\OPC_Settings.h"> | ||
763 | </File> | ||
764 | <File | ||
765 | RelativePath="..\..\OPCODE\OPC_SphereAABBOverlap.h"> | ||
766 | </File> | ||
767 | <File | ||
768 | RelativePath="..\..\OPCODE\OPC_SphereCollider.h"> | ||
769 | </File> | ||
770 | <File | ||
771 | RelativePath="..\..\OPCODE\OPC_SphereTriOverlap.h"> | ||
772 | </File> | ||
773 | <File | ||
774 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.h"> | ||
775 | </File> | ||
776 | <File | ||
777 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.h"> | ||
778 | </File> | ||
779 | <File | ||
780 | RelativePath="..\..\OPCODE\OPC_TreeCollider.h"> | ||
781 | </File> | ||
782 | <File | ||
783 | RelativePath="..\..\OPCODE\OPC_TriBoxOverlap.h"> | ||
784 | </File> | ||
785 | <File | ||
786 | RelativePath="..\..\OPCODE\OPC_TriTriOverlap.h"> | ||
787 | </File> | ||
788 | <File | ||
789 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.h"> | ||
790 | </File> | ||
791 | <File | ||
792 | RelativePath="..\..\OPCODE\Stdafx.h"> | ||
793 | </File> | ||
794 | <File | ||
795 | RelativePath="..\..\OPCODE\Opcode.cpp"> | ||
796 | </File> | ||
797 | <File | ||
798 | RelativePath="..\..\OPCODE\OPC_AABBCollider.cpp"> | ||
799 | </File> | ||
800 | <File | ||
801 | RelativePath="..\..\OPCODE\OPC_AABBTree.cpp"> | ||
802 | </File> | ||
803 | <File | ||
804 | RelativePath="..\..\OPCODE\OPC_BaseModel.cpp"> | ||
805 | </File> | ||
806 | <File | ||
807 | RelativePath="..\..\OPCODE\OPC_BoxPruning.cpp"> | ||
808 | </File> | ||
809 | <File | ||
810 | RelativePath="..\..\OPCODE\OPC_Collider.cpp"> | ||
811 | </File> | ||
812 | <File | ||
813 | RelativePath="..\..\OPCODE\OPC_Common.cpp"> | ||
814 | </File> | ||
815 | <File | ||
816 | RelativePath="..\..\OPCODE\OPC_HybridModel.cpp"> | ||
817 | </File> | ||
818 | <File | ||
819 | RelativePath="..\..\OPCODE\OPC_LSSCollider.cpp"> | ||
820 | </File> | ||
821 | <File | ||
822 | RelativePath="..\..\OPCODE\OPC_MeshInterface.cpp"> | ||
823 | </File> | ||
824 | <File | ||
825 | RelativePath="..\..\OPCODE\OPC_Model.cpp"> | ||
826 | </File> | ||
827 | <File | ||
828 | RelativePath="..\..\OPCODE\OPC_OBBCollider.cpp"> | ||
829 | </File> | ||
830 | <File | ||
831 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.cpp"> | ||
832 | </File> | ||
833 | <File | ||
834 | RelativePath="..\..\OPCODE\OPC_Picking.cpp"> | ||
835 | </File> | ||
836 | <File | ||
837 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.cpp"> | ||
838 | </File> | ||
839 | <File | ||
840 | RelativePath="..\..\OPCODE\OPC_RayCollider.cpp"> | ||
841 | </File> | ||
842 | <File | ||
843 | RelativePath="..\..\OPCODE\OPC_SphereCollider.cpp"> | ||
844 | </File> | ||
845 | <File | ||
846 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.cpp"> | ||
847 | </File> | ||
848 | <File | ||
849 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.cpp"> | ||
850 | </File> | ||
851 | <File | ||
852 | RelativePath="..\..\OPCODE\OPC_TreeCollider.cpp"> | ||
853 | </File> | ||
854 | <File | ||
855 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.cpp"> | ||
856 | </File> | ||
857 | <File | ||
858 | RelativePath="..\..\OPCODE\StdAfx.cpp"> | ||
859 | </File> | ||
860 | </Filter> | ||
861 | </Files> | ||
862 | <Globals> | ||
863 | </Globals> | ||
864 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2002/tests.vcproj b/libraries/ode-0.9/build/vs2002/tests.vcproj new file mode 100644 index 0000000..26bcef9 --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/tests.vcproj | |||
@@ -0,0 +1,296 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="tests" | ||
6 | ProjectGUID="{E10C083A-2A98-6D4F-A1D3-EF613C0C7141}" | ||
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="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/tests/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib" | ||
88 | OutputFile="$(OutDir)/tests.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
107 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/tests/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="3" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib" | ||
138 | OutputFile="$(OutDir)/tests.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
157 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/tests/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="3" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib" | ||
188 | OutputFile="$(OutDir)/tests.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
207 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="tests" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="CppTestHarness" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\tests\CppTestHarness\CheckMacros.h"> | ||
223 | </File> | ||
224 | <File | ||
225 | RelativePath="..\..\tests\CppTestHarness\Checks.h"> | ||
226 | </File> | ||
227 | <File | ||
228 | RelativePath="..\..\tests\CppTestHarness\CppTestHarness.h"> | ||
229 | </File> | ||
230 | <File | ||
231 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.h"> | ||
232 | </File> | ||
233 | <File | ||
234 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.h"> | ||
235 | </File> | ||
236 | <File | ||
237 | RelativePath="..\..\tests\CppTestHarness\SignalTranslator.h"> | ||
238 | </File> | ||
239 | <File | ||
240 | RelativePath="..\..\tests\CppTestHarness\Test.h"> | ||
241 | </File> | ||
242 | <File | ||
243 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.h"> | ||
244 | </File> | ||
245 | <File | ||
246 | RelativePath="..\..\tests\CppTestHarness\TestMacros.h"> | ||
247 | </File> | ||
248 | <File | ||
249 | RelativePath="..\..\tests\CppTestHarness\TestReporter.h"> | ||
250 | </File> | ||
251 | <File | ||
252 | RelativePath="..\..\tests\CppTestHarness\TestResults.h"> | ||
253 | </File> | ||
254 | <File | ||
255 | RelativePath="..\..\tests\CppTestHarness\TestRunner.h"> | ||
256 | </File> | ||
257 | <File | ||
258 | RelativePath="..\..\tests\CppTestHarness\TypedTestLauncher.h"> | ||
259 | </File> | ||
260 | <File | ||
261 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.cpp"> | ||
262 | </File> | ||
263 | <File | ||
264 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.cpp"> | ||
265 | </File> | ||
266 | <File | ||
267 | RelativePath="..\..\tests\CppTestHarness\Test.cpp"> | ||
268 | </File> | ||
269 | <File | ||
270 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.cpp"> | ||
271 | </File> | ||
272 | <File | ||
273 | RelativePath="..\..\tests\CppTestHarness\TestReporter.cpp"> | ||
274 | </File> | ||
275 | <File | ||
276 | RelativePath="..\..\tests\CppTestHarness\TestResults.cpp"> | ||
277 | </File> | ||
278 | <File | ||
279 | RelativePath="..\..\tests\CppTestHarness\TestRunner.cpp"> | ||
280 | </File> | ||
281 | </Filter> | ||
282 | <Filter | ||
283 | Name="colliders" | ||
284 | Filter=""> | ||
285 | <File | ||
286 | RelativePath="..\..\tests\colliders\box_sphere.cpp"> | ||
287 | </File> | ||
288 | </Filter> | ||
289 | <File | ||
290 | RelativePath="..\..\tests\main.cpp"> | ||
291 | </File> | ||
292 | </Filter> | ||
293 | </Files> | ||
294 | <Globals> | ||
295 | </Globals> | ||
296 | </VisualStudioProject> | ||