diff options
author | dan miller | 2007-10-19 05:24:38 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 05:24:38 +0000 |
commit | f205de7847da7ae1c10212d82e7042d0100b4ce0 (patch) | |
tree | 9acc9608a6880502aaeda43af52c33e278e95b9c /libraries/ode-0.9/build | |
parent | trying to fix my screwup part deux (diff) | |
download | opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.zip opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.gz opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.bz2 opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.xz |
from the start... checking in ode-0.9
Diffstat (limited to 'libraries/ode-0.9/build')
119 files changed, 32111 insertions, 0 deletions
diff --git a/libraries/ode-0.9/build/README.txt b/libraries/ode-0.9/build/README.txt new file mode 100644 index 0000000..853cc0d --- /dev/null +++ b/libraries/ode-0.9/build/README.txt | |||
@@ -0,0 +1,44 @@ | |||
1 | Premake-based Windows Build System | ||
2 | Contributed by Jason Perkins (jason379@users.sourceforge.net) | ||
3 | ------------------------------------------------------------------- | ||
4 | |||
5 | SVN USERS: Before using these project files you must copy | ||
6 | config-default.h to ode/include/ode/config.h (or run Premake to | ||
7 | generate a new set of project files, see below). | ||
8 | |||
9 | |||
10 | ABOUT THESE FILES | ||
11 | |||
12 | These project files are automatically generated using a tool called | ||
13 | Premake, available from http://premake.sourceforge.net/. The scripts | ||
14 | used to build them have the ".lua" file extension. To regenerate the | ||
15 | stock project files for inclusion in a new release, type: | ||
16 | |||
17 | premake --makeall | ||
18 | |||
19 | |||
20 | CREATING CUSTOM PROJECT FILES | ||
21 | |||
22 | To create a set of custom project files, first type `premake --help` | ||
23 | to see the options that you have available. Then generate the new | ||
24 | project files using the form: | ||
25 | |||
26 | premake [options] --target [toolset] | ||
27 | |||
28 | For instance: | ||
29 | |||
30 | premake --no-trimesh --target vs2005 | ||
31 | |||
32 | To build the test applications and Drawstuff library, use the form: | ||
33 | |||
34 | premake --with-tests --target [toolset] | ||
35 | |||
36 | If you ever decide that you want to remove your custom project, you | ||
37 | can just type: | ||
38 | |||
39 | premake --with-tests --clean | ||
40 | |||
41 | Feel free to direct any questions or comments to myself or the ODE | ||
42 | mailing list. | ||
43 | |||
44 | |||
diff --git a/libraries/ode-0.9/build/config-default.h b/libraries/ode-0.9/build/config-default.h new file mode 100644 index 0000000..7d64006 --- /dev/null +++ b/libraries/ode-0.9/build/config-default.h | |||
@@ -0,0 +1,176 @@ | |||
1 | /* This file was autogenerated by Premake */ | ||
2 | #ifndef _ODE_CONFIG_H_ | ||
3 | #define _ODE_CONFIG_H_ | ||
4 | |||
5 | |||
6 | /****************************************************************** | ||
7 | * CONFIGURATON SETTINGS - you can change these, and then rebuild | ||
8 | * ODE to modify the behavior of the library. | ||
9 | * | ||
10 | * dSINGLE/dDOUBLE - force ODE to use single-precision (float) | ||
11 | * or double-precision (double) for numbers. | ||
12 | * Only one should be defined. | ||
13 | * | ||
14 | * dTRIMESH_ENABLED - enable/disable trimesh support | ||
15 | * dTRIMESH_OPCODE - use the OPCODE trimesh engine | ||
16 | * dTRIMESH_GIMPACT - use the GIMPACT trimesh engine | ||
17 | * Only one trimesh engine should be enabled. | ||
18 | * | ||
19 | * dUSE_MALLOC_FOR_ALLOCA (experimental)- | ||
20 | * Use malloc() instead of alloca(). Slower, | ||
21 | * but allows for larger systems and more | ||
22 | * graceful out-of-memory handling. | ||
23 | * | ||
24 | * dTRIMESH_OPCODE_USE_NEW_TRIMESH_TRIMESH_COLLIDER (experimental)- | ||
25 | * Use an alternative trimesh-trimesh collider | ||
26 | * which should yield better results. | ||
27 | * | ||
28 | ******************************************************************/ | ||
29 | |||
30 | #define dSINGLE | ||
31 | /* #define dDOUBLE */ | ||
32 | |||
33 | #define dTRIMESH_ENABLED 1 | ||
34 | #define dTRIMESH_OPCODE 1 | ||
35 | |||
36 | #define dTRIMESH_OPCODE_USE_NEW_TRIMESH_TRIMESH_COLLIDER 0 | ||
37 | |||
38 | /* #define dUSE_MALLOC_FOR_ALLOCA */ | ||
39 | |||
40 | |||
41 | /****************************************************************** | ||
42 | * SYSTEM SETTINGS - you shouldn't need to change these. If you | ||
43 | * run into an issue with these settings, please report it to | ||
44 | * the ODE bug tracker at: | ||
45 | * http://sf.net/tracker/?group_id=24884&atid=382799 | ||
46 | ******************************************************************/ | ||
47 | |||
48 | /* Try to identify the platform */ | ||
49 | #if defined(_XENON) | ||
50 | #define ODE_PLATFORM_XBOX360 | ||
51 | #elif defined(SN_TARGET_PSP_HW) | ||
52 | #define ODE_PLATFORM_PSP | ||
53 | #elif defined(SN_TARGET_PS3) | ||
54 | #define ODE_PLATFORM_PS3 | ||
55 | #elif defined(_MSC_VER) || defined(__CYGWIN32__) || defined(__MINGW32__) | ||
56 | #define ODE_PLATFORM_WINDOWS | ||
57 | #elif defined(__linux__) | ||
58 | #define ODE_PLATFORM_LINUX | ||
59 | #elif defined(__APPLE__) && defined(__MACH__) | ||
60 | #define ODE_PLATFORM_OSX | ||
61 | #else | ||
62 | #error "Need some help identifying the platform!" | ||
63 | #endif | ||
64 | |||
65 | /* Additional platform defines used in the code */ | ||
66 | #if defined(ODE_PLATFORM_WINDOWS) && !defined(WIN32) | ||
67 | #define WIN32 | ||
68 | #endif | ||
69 | |||
70 | #if defined(__CYGWIN32__) || defined(__MINGW32__) | ||
71 | #define CYGWIN | ||
72 | #endif | ||
73 | |||
74 | #if defined(ODE_PLATFORM_OSX) | ||
75 | #define macintosh | ||
76 | #endif | ||
77 | |||
78 | |||
79 | /* Define a DLL export symbol for those platforms that need it */ | ||
80 | #if defined(ODE_PLATFORM_WINDOWS) | ||
81 | #if defined(ODE_DLL) | ||
82 | #define ODE_API __declspec(dllexport) | ||
83 | #elif !defined(ODE_LIB) | ||
84 | #define ODE_DLL_API __declspec(dllimport) | ||
85 | #endif | ||
86 | #endif | ||
87 | |||
88 | #if !defined(ODE_API) | ||
89 | #define ODE_API | ||
90 | #endif | ||
91 | |||
92 | |||
93 | /* Pull in the standard headers */ | ||
94 | #include <stdio.h> | ||
95 | #include <stdlib.h> | ||
96 | #include <stdarg.h> | ||
97 | #include <math.h> | ||
98 | #include <string.h> | ||
99 | #include <float.h> | ||
100 | |||
101 | #if !defined(ODE_PLATFORM_PS3) | ||
102 | #include <malloc.h> | ||
103 | #endif | ||
104 | |||
105 | #if !defined(ODE_PLATFORM_WINDOWS) | ||
106 | #include <alloca.h> | ||
107 | #endif | ||
108 | |||
109 | |||
110 | /* Visual C does not define these functions */ | ||
111 | #if defined(_MSC_VER) | ||
112 | #define copysignf _copysign | ||
113 | #define copysign _copysign | ||
114 | #endif | ||
115 | |||
116 | |||
117 | /* Define a value for infinity */ | ||
118 | #if defined(HUGE_VALF) | ||
119 | #define ODE_INFINITY4 HUGE_VALF | ||
120 | #define ODE_INFINITY8 HUGE_VAL | ||
121 | #elif defined(FLT_MAX) | ||
122 | #define ODE_INFINITY4 FLT_MAX | ||
123 | #define ODE_INFINITY8 DBL_MAX | ||
124 | #else | ||
125 | static union { unsigned char __c[4]; float __f; } __ode_huge_valf = {{0,0,0x80,0x7f}}; | ||
126 | static union { unsigned char __c[8]; double __d; } __ode_huge_val = {{0,0,0,0,0,0,0xf0,0x7f}}; | ||
127 | #define ODE_INFINITY4 (__ode_huge_valf.__f) | ||
128 | #define ODE_INFINITY8 (__ode_huge_val.__d) | ||
129 | #endif | ||
130 | |||
131 | #ifdef dSINGLE | ||
132 | #define dInfinity ODE_INFINITY4 | ||
133 | #define dEpsilon FLT_EPSILON | ||
134 | #else | ||
135 | #define dInfinity ODE_INFINITY8 | ||
136 | #define dEpsilon DBL_EPSILON | ||
137 | #endif | ||
138 | |||
139 | |||
140 | /* Well-defined common data types...need to define for 64 bit systems */ | ||
141 | #if defined(_M_IA64) || defined(__ia64__) || defined(_M_AMD64) || defined(__x86_64__) | ||
142 | #define X86_64_SYSTEM 1 | ||
143 | typedef int int32; | ||
144 | typedef unsigned int uint32; | ||
145 | typedef short int16; | ||
146 | typedef unsigned short uint16; | ||
147 | typedef char int8; | ||
148 | typedef unsigned char uint8; | ||
149 | #else | ||
150 | typedef int int32; | ||
151 | typedef unsigned int uint32; | ||
152 | typedef short int16; | ||
153 | typedef unsigned short uint16; | ||
154 | typedef char int8; | ||
155 | typedef unsigned char uint8; | ||
156 | #endif | ||
157 | |||
158 | /* An integer type that can be safely cast to a pointer. This definition | ||
159 | * should be safe even on 64-bit systems */ | ||
160 | typedef size_t intP; | ||
161 | |||
162 | |||
163 | /* The efficient alignment. most platforms align data structures to some | ||
164 | * number of bytes, but this is not always the most efficient alignment. | ||
165 | * for example, many x86 compilers align to 4 bytes, but on a pentium it is | ||
166 | * important to align doubles to 8 byte boundaries (for speed), and the 4 | ||
167 | * floats in a SIMD register to 16 byte boundaries. many other platforms have | ||
168 | * similar behavior. setting a larger alignment can waste a (very) small | ||
169 | * amount of memory. NOTE: this number must be a power of two. */ | ||
170 | #define EFFICIENT_ALIGNMENT 16 | ||
171 | |||
172 | |||
173 | /* Define this if your system supports anonymous memory maps (linux does) */ | ||
174 | #define MMAP_ANONYMOUS | ||
175 | |||
176 | #endif | ||
diff --git a/libraries/ode-0.9/build/demos.lua b/libraries/ode-0.9/build/demos.lua new file mode 100644 index 0000000..4752ba6 --- /dev/null +++ b/libraries/ode-0.9/build/demos.lua | |||
@@ -0,0 +1,88 @@ | |||
1 | -- Here are the lists of demos to build. Add/remove new | ||
2 | -- demos here and everything else should just work | ||
3 | |||
4 | local demos = | ||
5 | { | ||
6 | "boxstack", | ||
7 | "buggy", | ||
8 | "chain1", | ||
9 | "chain2", | ||
10 | "collision", | ||
11 | "crash", | ||
12 | "feedback", | ||
13 | "friction", | ||
14 | "heightfield", | ||
15 | "hinge", | ||
16 | "I", | ||
17 | "jointsPR", | ||
18 | "joints", | ||
19 | "motor", | ||
20 | "ode", | ||
21 | "plane2d", | ||
22 | "slider", | ||
23 | "space", | ||
24 | "space_stress", | ||
25 | "step" | ||
26 | } | ||
27 | |||
28 | if (not options["no-trimesh"]) then | ||
29 | table.insert(demos, "basket") | ||
30 | if (not options["no-cylinder"]) then | ||
31 | table.insert(demos, "cyl") | ||
32 | end | ||
33 | table.insert(demos, "moving_trimesh") | ||
34 | table.insert(demos, "trimesh") | ||
35 | end | ||
36 | |||
37 | if (not options["no-cylinder"]) then | ||
38 | table.insert(demos, "cylvssphere") | ||
39 | end | ||
40 | |||
41 | |||
42 | -- Separate distribution files into toolset subdirectories | ||
43 | |||
44 | if (options["usetargetpath"]) then | ||
45 | packagepath = options["target"] | ||
46 | else | ||
47 | packagepath = "custom" | ||
48 | end | ||
49 | |||
50 | |||
51 | -- Factory function for demo packages | ||
52 | |||
53 | function makedemo(index, name) | ||
54 | package = newpackage() | ||
55 | package.name = "demo_" .. name | ||
56 | package.kind = "exe" | ||
57 | package.language = "c++" | ||
58 | package.path = packagepath | ||
59 | package.objdir = "obj/"..name | ||
60 | |||
61 | package.includepaths = { "../../include" } | ||
62 | package.defines = { "_CRT_SECURE_NO_DEPRECATE" } | ||
63 | |||
64 | if (options.target == "vs6" or options.target == "vs2002" or options.target == "vs2003") then | ||
65 | package.config.DebugLib.buildflags = { "static-runtime" } | ||
66 | package.config.ReleaseLib.buildflags = { "static-runtime" } | ||
67 | end | ||
68 | |||
69 | package.links = { "ode", "drawstuff" } | ||
70 | if (windows) then | ||
71 | table.insert(package.links, { "user32", "winmm", "gdi32", "opengl32", "glu32" }) | ||
72 | else | ||
73 | table.insert(package.links, { "GL", "GLU" }) | ||
74 | end | ||
75 | |||
76 | if (name == "chain1") then | ||
77 | package.files = { "../../ode/demo/demo_" .. name .. ".c" } | ||
78 | else | ||
79 | package.files = { "../../ode/demo/demo_" .. name .. ".cpp" } | ||
80 | end | ||
81 | |||
82 | if (windows) then | ||
83 | table.insert(package.defines, "WIN32") | ||
84 | table.insert(package.files, "../../drawstuff/src/resources.rc") | ||
85 | end | ||
86 | end | ||
87 | |||
88 | table.foreach(demos, makedemo) | ||
diff --git a/libraries/ode-0.9/build/drawstuff.lua b/libraries/ode-0.9/build/drawstuff.lua new file mode 100644 index 0000000..c36b350 --- /dev/null +++ b/libraries/ode-0.9/build/drawstuff.lua | |||
@@ -0,0 +1,112 @@ | |||
1 | package.name = "drawstuff" | ||
2 | package.language = "c++" | ||
3 | package.objdir = "obj/drawstuff" | ||
4 | |||
5 | |||
6 | -- Separate distribution files into toolset subdirectories | ||
7 | |||
8 | if (options["usetargetpath"]) then | ||
9 | package.path = options["target"] | ||
10 | else | ||
11 | package.path = "custom" | ||
12 | end | ||
13 | |||
14 | |||
15 | -- Package Build Settings | ||
16 | |||
17 | local dll_defines = | ||
18 | { | ||
19 | "DS_DLL", | ||
20 | "USRDLL" | ||
21 | } | ||
22 | |||
23 | local lib_defines = | ||
24 | { | ||
25 | "DS_LIB" | ||
26 | } | ||
27 | |||
28 | if (options["enable-shared-only"]) then | ||
29 | package.kind = "dll" | ||
30 | table.insert(package.defines, dll_defines) | ||
31 | elseif (options["enable-static-only"]) then | ||
32 | package.kind = "lib" | ||
33 | table.insert(package.defines, lib_defines) | ||
34 | else | ||
35 | package.config["DebugDLL"].kind = "dll" | ||
36 | package.config["DebugLib"].kind = "lib" | ||
37 | package.config["ReleaseDLL"].kind = "dll" | ||
38 | package.config["ReleaseLib"].kind = "lib" | ||
39 | |||
40 | table.insert(package.config["DebugDLL"].defines, dll_defines) | ||
41 | table.insert(package.config["ReleaseDLL"].defines, dll_defines) | ||
42 | table.insert(package.config["DebugLib"].defines, lib_defines) | ||
43 | table.insert(package.config["ReleaseLib"].defines, lib_defines) | ||
44 | end | ||
45 | |||
46 | package.includepaths = | ||
47 | { | ||
48 | "../../include" | ||
49 | } | ||
50 | |||
51 | -- disable VS2005 CRT security warnings | ||
52 | if (options["target"] == "vs2005") then | ||
53 | table.insert(package.defines, "_CRT_SECURE_NO_DEPRECATE") | ||
54 | end | ||
55 | |||
56 | |||
57 | -- Build Flags | ||
58 | |||
59 | package.config["DebugLib"].buildflags = { } | ||
60 | package.config["DebugDLL"].buildflags = { } | ||
61 | |||
62 | package.config["ReleaseDLL"].buildflags = { "optimize-speed", "no-symbols", "no-frame-pointer" } | ||
63 | package.config["ReleaseLib"].buildflags = { "optimize-speed", "no-symbols", "no-frame-pointer" } | ||
64 | |||
65 | if (options.target == "vs6" or options.target == "vs2002" or options.target == "vs2003") then | ||
66 | table.insert(package.config.DebugLib.buildflags, "static-runtime") | ||
67 | table.insert(package.config.ReleaseLib.buildflags, "static-runtime") | ||
68 | end | ||
69 | |||
70 | |||
71 | -- Libraries | ||
72 | |||
73 | local windows_libs = | ||
74 | { | ||
75 | "user32", | ||
76 | "opengl32", | ||
77 | "glu32", | ||
78 | "winmm", | ||
79 | "gdi32" | ||
80 | } | ||
81 | |||
82 | local x11_libs = | ||
83 | { | ||
84 | "X11", | ||
85 | "GL", | ||
86 | "GLU" | ||
87 | } | ||
88 | |||
89 | if (windows) then | ||
90 | table.insert(package.links, windows_libs) | ||
91 | else | ||
92 | table.insert(package.links, x11_libs) | ||
93 | end | ||
94 | |||
95 | |||
96 | -- Files | ||
97 | |||
98 | package.files = | ||
99 | { | ||
100 | matchfiles("../../include/drawstuff/*.h"), | ||
101 | "../../drawstuff/src/internal.h", | ||
102 | "../../drawstuff/src/drawstuff.cpp" | ||
103 | } | ||
104 | |||
105 | if (windows) then | ||
106 | table.insert(package.defines, "WIN32") | ||
107 | table.insert(package.files, "../../drawstuff/src/resource.h") | ||
108 | table.insert(package.files, "../../drawstuff/src/resources.rc") | ||
109 | table.insert(package.files, "../../drawstuff/src/windows.cpp") | ||
110 | else | ||
111 | table.insert(package.files, "../../drawstuff/src/x11.cpp") | ||
112 | end | ||
diff --git a/libraries/ode-0.9/build/gnu/Makefile b/libraries/ode-0.9/build/gnu/Makefile new file mode 100644 index 0000000..e392a26 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/Makefile | |||
@@ -0,0 +1,155 @@ | |||
1 | # Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | # Options: | ||
4 | # CONFIG=[DebugDLL|ReleaseDLL|DebugLib|ReleaseLib] | ||
5 | |||
6 | ifndef CONFIG | ||
7 | CONFIG=DebugDLL | ||
8 | endif | ||
9 | |||
10 | export CONFIG | ||
11 | |||
12 | .PHONY: all clean ode drawstuff demo_boxstack demo_buggy demo_chain1 demo_chain2 demo_collision demo_crash demo_feedback demo_friction demo_heightfield demo_hinge demo_I demo_joints demo_motor demo_ode demo_plane2d demo_slider demo_space demo_space_stress demo_step demo_basket demo_cyl demo_moving_trimesh demo_trimesh demo_cylvssphere tests | ||
13 | |||
14 | all: ode drawstuff demo_boxstack demo_buggy demo_chain1 demo_chain2 demo_collision demo_crash demo_feedback demo_friction demo_heightfield demo_hinge demo_I demo_joints demo_motor demo_ode demo_plane2d demo_slider demo_space demo_space_stress demo_step demo_basket demo_cyl demo_moving_trimesh demo_trimesh demo_cylvssphere tests | ||
15 | |||
16 | Makefile: ../premake.lua ../ode.lua ../drawstuff.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../demos.lua ../tests.lua | ||
17 | @echo ==== Regenerating Makefiles ==== | ||
18 | @premake --file $^ --usetargetpath --with-demos --with-tests --clean --target gnu | ||
19 | |||
20 | ode: | ||
21 | @echo ==== Building ode ==== | ||
22 | @$(MAKE) --no-print-directory -C . -f ode.make | ||
23 | |||
24 | drawstuff: | ||
25 | @echo ==== Building drawstuff ==== | ||
26 | @$(MAKE) --no-print-directory -C . -f drawstuff.make | ||
27 | |||
28 | demo_boxstack: ode drawstuff | ||
29 | @echo ==== Building demo_boxstack ==== | ||
30 | @$(MAKE) --no-print-directory -C . -f demo_boxstack.make | ||
31 | |||
32 | demo_buggy: ode drawstuff | ||
33 | @echo ==== Building demo_buggy ==== | ||
34 | @$(MAKE) --no-print-directory -C . -f demo_buggy.make | ||
35 | |||
36 | demo_chain1: ode drawstuff | ||
37 | @echo ==== Building demo_chain1 ==== | ||
38 | @$(MAKE) --no-print-directory -C . -f demo_chain1.make | ||
39 | |||
40 | demo_chain2: ode drawstuff | ||
41 | @echo ==== Building demo_chain2 ==== | ||
42 | @$(MAKE) --no-print-directory -C . -f demo_chain2.make | ||
43 | |||
44 | demo_collision: ode drawstuff | ||
45 | @echo ==== Building demo_collision ==== | ||
46 | @$(MAKE) --no-print-directory -C . -f demo_collision.make | ||
47 | |||
48 | demo_crash: ode drawstuff | ||
49 | @echo ==== Building demo_crash ==== | ||
50 | @$(MAKE) --no-print-directory -C . -f demo_crash.make | ||
51 | |||
52 | demo_feedback: ode drawstuff | ||
53 | @echo ==== Building demo_feedback ==== | ||
54 | @$(MAKE) --no-print-directory -C . -f demo_feedback.make | ||
55 | |||
56 | demo_friction: ode drawstuff | ||
57 | @echo ==== Building demo_friction ==== | ||
58 | @$(MAKE) --no-print-directory -C . -f demo_friction.make | ||
59 | |||
60 | demo_heightfield: ode drawstuff | ||
61 | @echo ==== Building demo_heightfield ==== | ||
62 | @$(MAKE) --no-print-directory -C . -f demo_heightfield.make | ||
63 | |||
64 | demo_hinge: ode drawstuff | ||
65 | @echo ==== Building demo_hinge ==== | ||
66 | @$(MAKE) --no-print-directory -C . -f demo_hinge.make | ||
67 | |||
68 | demo_I: ode drawstuff | ||
69 | @echo ==== Building demo_I ==== | ||
70 | @$(MAKE) --no-print-directory -C . -f demo_I.make | ||
71 | |||
72 | demo_joints: ode drawstuff | ||
73 | @echo ==== Building demo_joints ==== | ||
74 | @$(MAKE) --no-print-directory -C . -f demo_joints.make | ||
75 | |||
76 | demo_motor: ode drawstuff | ||
77 | @echo ==== Building demo_motor ==== | ||
78 | @$(MAKE) --no-print-directory -C . -f demo_motor.make | ||
79 | |||
80 | demo_ode: ode drawstuff | ||
81 | @echo ==== Building demo_ode ==== | ||
82 | @$(MAKE) --no-print-directory -C . -f demo_ode.make | ||
83 | |||
84 | demo_plane2d: ode drawstuff | ||
85 | @echo ==== Building demo_plane2d ==== | ||
86 | @$(MAKE) --no-print-directory -C . -f demo_plane2d.make | ||
87 | |||
88 | demo_slider: ode drawstuff | ||
89 | @echo ==== Building demo_slider ==== | ||
90 | @$(MAKE) --no-print-directory -C . -f demo_slider.make | ||
91 | |||
92 | demo_space: ode drawstuff | ||
93 | @echo ==== Building demo_space ==== | ||
94 | @$(MAKE) --no-print-directory -C . -f demo_space.make | ||
95 | |||
96 | demo_space_stress: ode drawstuff | ||
97 | @echo ==== Building demo_space_stress ==== | ||
98 | @$(MAKE) --no-print-directory -C . -f demo_space_stress.make | ||
99 | |||
100 | demo_step: ode drawstuff | ||
101 | @echo ==== Building demo_step ==== | ||
102 | @$(MAKE) --no-print-directory -C . -f demo_step.make | ||
103 | |||
104 | demo_basket: ode drawstuff | ||
105 | @echo ==== Building demo_basket ==== | ||
106 | @$(MAKE) --no-print-directory -C . -f demo_basket.make | ||
107 | |||
108 | demo_cyl: ode drawstuff | ||
109 | @echo ==== Building demo_cyl ==== | ||
110 | @$(MAKE) --no-print-directory -C . -f demo_cyl.make | ||
111 | |||
112 | demo_moving_trimesh: ode drawstuff | ||
113 | @echo ==== Building demo_moving_trimesh ==== | ||
114 | @$(MAKE) --no-print-directory -C . -f demo_moving_trimesh.make | ||
115 | |||
116 | demo_trimesh: ode drawstuff | ||
117 | @echo ==== Building demo_trimesh ==== | ||
118 | @$(MAKE) --no-print-directory -C . -f demo_trimesh.make | ||
119 | |||
120 | demo_cylvssphere: ode drawstuff | ||
121 | @echo ==== Building demo_cylvssphere ==== | ||
122 | @$(MAKE) --no-print-directory -C . -f demo_cylvssphere.make | ||
123 | |||
124 | tests: ode | ||
125 | @echo ==== Building tests ==== | ||
126 | @$(MAKE) --no-print-directory -C . -f tests.make | ||
127 | |||
128 | clean: | ||
129 | @$(MAKE) --no-print-directory -C . -f ode.make clean | ||
130 | @$(MAKE) --no-print-directory -C . -f drawstuff.make clean | ||
131 | @$(MAKE) --no-print-directory -C . -f demo_boxstack.make clean | ||
132 | @$(MAKE) --no-print-directory -C . -f demo_buggy.make clean | ||
133 | @$(MAKE) --no-print-directory -C . -f demo_chain1.make clean | ||
134 | @$(MAKE) --no-print-directory -C . -f demo_chain2.make clean | ||
135 | @$(MAKE) --no-print-directory -C . -f demo_collision.make clean | ||
136 | @$(MAKE) --no-print-directory -C . -f demo_crash.make clean | ||
137 | @$(MAKE) --no-print-directory -C . -f demo_feedback.make clean | ||
138 | @$(MAKE) --no-print-directory -C . -f demo_friction.make clean | ||
139 | @$(MAKE) --no-print-directory -C . -f demo_heightfield.make clean | ||
140 | @$(MAKE) --no-print-directory -C . -f demo_hinge.make clean | ||
141 | @$(MAKE) --no-print-directory -C . -f demo_I.make clean | ||
142 | @$(MAKE) --no-print-directory -C . -f demo_joints.make clean | ||
143 | @$(MAKE) --no-print-directory -C . -f demo_motor.make clean | ||
144 | @$(MAKE) --no-print-directory -C . -f demo_ode.make clean | ||
145 | @$(MAKE) --no-print-directory -C . -f demo_plane2d.make clean | ||
146 | @$(MAKE) --no-print-directory -C . -f demo_slider.make clean | ||
147 | @$(MAKE) --no-print-directory -C . -f demo_space.make clean | ||
148 | @$(MAKE) --no-print-directory -C . -f demo_space_stress.make clean | ||
149 | @$(MAKE) --no-print-directory -C . -f demo_step.make clean | ||
150 | @$(MAKE) --no-print-directory -C . -f demo_basket.make clean | ||
151 | @$(MAKE) --no-print-directory -C . -f demo_cyl.make clean | ||
152 | @$(MAKE) --no-print-directory -C . -f demo_moving_trimesh.make clean | ||
153 | @$(MAKE) --no-print-directory -C . -f demo_trimesh.make clean | ||
154 | @$(MAKE) --no-print-directory -C . -f demo_cylvssphere.make clean | ||
155 | @$(MAKE) --no-print-directory -C . -f tests.make clean | ||
diff --git a/libraries/ode-0.9/build/gnu/demo_I.make b/libraries/ode-0.9/build/gnu/demo_I.make new file mode 100644 index 0000000..4e661c2 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_I.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/I/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_I.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/I/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_I.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/I/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_I.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/I/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_I.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_I.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_I | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_I | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_I.o: ../../ode/demo/demo_I.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_basket.make b/libraries/ode-0.9/build/gnu/demo_basket.make new file mode 100644 index 0000000..ba7605a --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_basket.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/basket/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_basket.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/basket/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_basket.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/basket/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_basket.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/basket/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_basket.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_basket.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_basket | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_basket | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_basket.o: ../../ode/demo/demo_basket.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_boxstack.make b/libraries/ode-0.9/build/gnu/demo_boxstack.make new file mode 100644 index 0000000..9e3f3d7 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_boxstack.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Static Library Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/boxstack/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_boxstack.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/boxstack/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_boxstack.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/boxstack/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_boxstack.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/boxstack/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_boxstack.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_boxstack.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_boxstack | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_boxstack | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_boxstack.o: ../../ode/demo/demo_boxstack.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_buggy.make b/libraries/ode-0.9/build/gnu/demo_buggy.make new file mode 100644 index 0000000..1fe86ee --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_buggy.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/buggy/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_buggy.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/buggy/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_buggy.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/buggy/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_buggy.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/buggy/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_buggy.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_buggy.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_buggy | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_buggy | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_buggy.o: ../../ode/demo/demo_buggy.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_chain1.make b/libraries/ode-0.9/build/gnu/demo_chain1.make new file mode 100644 index 0000000..5aeaa9b --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_chain1.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/chain1/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_chain1.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/chain1/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_chain1.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/chain1/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_chain1.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/chain1/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_chain1.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_chain1.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_chain1 | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_chain1 | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_chain1.o: ../../ode/demo/demo_chain1.c | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CC) $(CFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_chain2.make b/libraries/ode-0.9/build/gnu/demo_chain2.make new file mode 100644 index 0000000..c5ebf07 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_chain2.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/chain2/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_chain2.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/chain2/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_chain2.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/chain2/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_chain2.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/chain2/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_chain2.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_chain2.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_chain2 | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_chain2 | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_chain2.o: ../../ode/demo/demo_chain2.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_collision.make b/libraries/ode-0.9/build/gnu/demo_collision.make new file mode 100644 index 0000000..1ce042a --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_collision.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/collision/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_collision.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/collision/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_collision.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/collision/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_collision.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/collision/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_collision.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_collision.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_collision | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_collision | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_collision.o: ../../ode/demo/demo_collision.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_crash.make b/libraries/ode-0.9/build/gnu/demo_crash.make new file mode 100644 index 0000000..8e22ec5 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_crash.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/crash/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_crash.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/crash/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_crash.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/crash/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_crash.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/crash/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_crash.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_crash.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_crash | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_crash | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_crash.o: ../../ode/demo/demo_crash.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_cyl.make b/libraries/ode-0.9/build/gnu/demo_cyl.make new file mode 100644 index 0000000..9258ae8 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_cyl.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/cyl/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_cyl.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/cyl/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_cyl.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/cyl/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_cyl.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/cyl/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_cyl.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_cyl.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_cyl | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_cyl | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_cyl.o: ../../ode/demo/demo_cyl.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_cylvssphere.make b/libraries/ode-0.9/build/gnu/demo_cylvssphere.make new file mode 100644 index 0000000..a153c24 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_cylvssphere.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/cylvssphere/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_cylvssphere.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/cylvssphere/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_cylvssphere.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/cylvssphere/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_cylvssphere.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/cylvssphere/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_cylvssphere.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_cylvssphere.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_cylvssphere | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_cylvssphere | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_cylvssphere.o: ../../ode/demo/demo_cylvssphere.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_feedback.make b/libraries/ode-0.9/build/gnu/demo_feedback.make new file mode 100644 index 0000000..e3e53ab --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_feedback.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/feedback/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_feedback.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/feedback/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_feedback.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/feedback/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_feedback.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/feedback/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_feedback.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_feedback.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_feedback | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_feedback | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_feedback.o: ../../ode/demo/demo_feedback.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_friction.make b/libraries/ode-0.9/build/gnu/demo_friction.make new file mode 100644 index 0000000..2d58919 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_friction.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/friction/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_friction.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/friction/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_friction.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/friction/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_friction.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/friction/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_friction.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_friction.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_friction | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_friction | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_friction.o: ../../ode/demo/demo_friction.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_heightfield.make b/libraries/ode-0.9/build/gnu/demo_heightfield.make new file mode 100644 index 0000000..f60cb0c --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_heightfield.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/heightfield/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_heightfield.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/heightfield/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_heightfield.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/heightfield/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_heightfield.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/heightfield/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_heightfield.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_heightfield.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_heightfield | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_heightfield | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_heightfield.o: ../../ode/demo/demo_heightfield.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_hinge.make b/libraries/ode-0.9/build/gnu/demo_hinge.make new file mode 100644 index 0000000..17e17b2 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_hinge.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/hinge/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_hinge.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/hinge/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_hinge.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/hinge/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_hinge.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/hinge/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_hinge.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_hinge.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_hinge | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_hinge | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_hinge.o: ../../ode/demo/demo_hinge.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_joints.make b/libraries/ode-0.9/build/gnu/demo_joints.make new file mode 100644 index 0000000..d1581ab --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_joints.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/joints/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_joints.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/joints/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_joints.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/joints/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_joints.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/joints/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_joints.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_joints.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_joints | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_joints | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_joints.o: ../../ode/demo/demo_joints.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_motor.make b/libraries/ode-0.9/build/gnu/demo_motor.make new file mode 100644 index 0000000..b49b00d --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_motor.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/motor/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_motor.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/motor/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_motor.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/motor/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_motor.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/motor/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_motor.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_motor.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_motor | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_motor | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_motor.o: ../../ode/demo/demo_motor.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_moving_trimesh.make b/libraries/ode-0.9/build/gnu/demo_moving_trimesh.make new file mode 100644 index 0000000..381c7bf --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_moving_trimesh.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/moving_trimesh/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_moving_trimesh.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/moving_trimesh/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_moving_trimesh.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/moving_trimesh/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_moving_trimesh.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/moving_trimesh/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_moving_trimesh.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_moving_trimesh.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_moving_trimesh | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_moving_trimesh | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_moving_trimesh.o: ../../ode/demo/demo_moving_trimesh.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_ode.make b/libraries/ode-0.9/build/gnu/demo_ode.make new file mode 100644 index 0000000..3c5b3a5 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_ode.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/ode/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_ode.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/ode/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_ode.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/ode/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_ode.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/ode/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_ode.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_ode.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_ode | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_ode | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_ode.o: ../../ode/demo/demo_ode.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_plane2d.make b/libraries/ode-0.9/build/gnu/demo_plane2d.make new file mode 100644 index 0000000..aa07b22 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_plane2d.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/plane2d/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_plane2d.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/plane2d/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_plane2d.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/plane2d/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_plane2d.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/plane2d/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_plane2d.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_plane2d.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_plane2d | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_plane2d | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_plane2d.o: ../../ode/demo/demo_plane2d.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_slider.make b/libraries/ode-0.9/build/gnu/demo_slider.make new file mode 100644 index 0000000..ed3dc42 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_slider.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/slider/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_slider.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/slider/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_slider.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/slider/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_slider.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/slider/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_slider.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_slider.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_slider | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_slider | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_slider.o: ../../ode/demo/demo_slider.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_space.make b/libraries/ode-0.9/build/gnu/demo_space.make new file mode 100644 index 0000000..352b3ac --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_space.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/space/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_space.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/space/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_space.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/space/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_space.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/space/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_space.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_space.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_space | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_space | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_space.o: ../../ode/demo/demo_space.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_space_stress.make b/libraries/ode-0.9/build/gnu/demo_space_stress.make new file mode 100644 index 0000000..e55f9b8 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_space_stress.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/space_stress/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_space_stress.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/space_stress/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_space_stress.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/space_stress/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_space_stress.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/space_stress/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_space_stress.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_space_stress.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_space_stress | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_space_stress | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_space_stress.o: ../../ode/demo/demo_space_stress.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_step.make b/libraries/ode-0.9/build/gnu/demo_step.make new file mode 100644 index 0000000..9d33c53 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_step.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/step/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_step.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/step/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_step.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/step/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_step.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/step/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_step.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_step.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_step | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_step | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_step.o: ../../ode/demo/demo_step.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/demo_trimesh.make b/libraries/ode-0.9/build/gnu/demo_trimesh.make new file mode 100644 index 0000000..15973d3 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/demo_trimesh.make | |||
@@ -0,0 +1,124 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/trimesh/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll ../../lib/DebugDLL/drawstuff.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
19 | TARGET := demo_trimesh.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/trimesh/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll ../../lib/ReleaseDLL/drawstuff.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
34 | TARGET := demo_trimesh.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/trimesh/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a ../../lib/DebugLib/libdrawstuff.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
49 | TARGET := demo_trimesh.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/trimesh/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a -luser32 -lwinmm -lgdi32 -lopengl32 -lglu32 | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a ../../lib/ReleaseLib/libdrawstuff.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -D "WIN32" -I "../../include" | ||
64 | TARGET := demo_trimesh.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/demo_trimesh.o \ | ||
70 | |||
71 | RESOURCES := \ | ||
72 | $(OBJDIR)/resources.res \ | ||
73 | |||
74 | MKDIR_TYPE := msdos | ||
75 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
76 | ifeq (,$(CMD)) | ||
77 | MKDIR_TYPE := posix | ||
78 | endif | ||
79 | ifeq (/bin/sh.exe,$(SHELL)) | ||
80 | MKDIR_TYPE := posix | ||
81 | endif | ||
82 | ifeq ($(MKDIR_TYPE),posix) | ||
83 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
84 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
85 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
86 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
87 | else | ||
88 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
89 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
90 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
91 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
92 | endif | ||
93 | |||
94 | .PHONY: clean | ||
95 | |||
96 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
97 | @echo Linking demo_trimesh | ||
98 | -@$(CMD_MKBINDIR) | ||
99 | -@$(CMD_MKLIBDIR) | ||
100 | -@$(CMD_MKOUTDIR) | ||
101 | @$(BLDCMD) | ||
102 | |||
103 | clean: | ||
104 | @echo Cleaning demo_trimesh | ||
105 | ifeq ($(MKDIR_TYPE),posix) | ||
106 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
107 | else | ||
108 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
109 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
111 | endif | ||
112 | |||
113 | $(OBJDIR)/demo_trimesh.o: ../../ode/demo/demo_trimesh.cpp | ||
114 | -@$(CMD_MKOBJDIR) | ||
115 | @echo $(notdir $<) | ||
116 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
117 | |||
118 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
119 | -@$(CMD_MKOBJDIR) | ||
120 | @echo $(notdir $<) | ||
121 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
122 | |||
123 | -include $(OBJECTS:%.o=%.d) | ||
124 | |||
diff --git a/libraries/ode-0.9/build/gnu/drawstuff.make b/libraries/ode-0.9/build/gnu/drawstuff.make new file mode 100644 index 0000000..5d55c53 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/drawstuff.make | |||
@@ -0,0 +1,130 @@ | |||
1 | # C++ Static Library Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/drawstuff/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "WIN32" -D "DS_DLL" -D "USRDLL" -I "../../include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -shared -luser32 -lopengl32 -lglu32 -lwinmm -lgdi32 | ||
17 | LDDEPS := | ||
18 | RESFLAGS := -D "WIN32" -D "DS_DLL" -D "USRDLL" -I "../../include" | ||
19 | TARGET := drawstuff.dll | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/drawstuff/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "WIN32" -D "DS_DLL" -D "USRDLL" -I "../../include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -O3 -fomit-frame-pointer | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -shared -s -luser32 -lopengl32 -lglu32 -lwinmm -lgdi32 | ||
32 | LDDEPS := | ||
33 | RESFLAGS := -D "WIN32" -D "DS_DLL" -D "USRDLL" -I "../../include" | ||
34 | TARGET := drawstuff.dll | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/drawstuff/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "WIN32" -D "DS_LIB" -I "../../include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -luser32 -lopengl32 -lglu32 -lwinmm -lgdi32 | ||
47 | LDDEPS := | ||
48 | RESFLAGS := -D "WIN32" -D "DS_LIB" -I "../../include" | ||
49 | TARGET := libdrawstuff.a | ||
50 | BLDCMD = ar -rcs $(OUTDIR)/$(TARGET) $(OBJECTS) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/drawstuff/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "WIN32" -D "DS_LIB" -I "../../include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -O3 -fomit-frame-pointer | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -s -luser32 -lopengl32 -lglu32 -lwinmm -lgdi32 | ||
62 | LDDEPS := | ||
63 | RESFLAGS := -D "WIN32" -D "DS_LIB" -I "../../include" | ||
64 | TARGET := libdrawstuff.a | ||
65 | BLDCMD = ar -rcs $(OUTDIR)/$(TARGET) $(OBJECTS) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/drawstuff.o \ | ||
70 | $(OBJDIR)/windows.o \ | ||
71 | |||
72 | RESOURCES := \ | ||
73 | $(OBJDIR)/resources.res \ | ||
74 | |||
75 | MKDIR_TYPE := msdos | ||
76 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
77 | ifeq (,$(CMD)) | ||
78 | MKDIR_TYPE := posix | ||
79 | endif | ||
80 | ifeq (/bin/sh.exe,$(SHELL)) | ||
81 | MKDIR_TYPE := posix | ||
82 | endif | ||
83 | ifeq ($(MKDIR_TYPE),posix) | ||
84 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
85 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
86 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
87 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
88 | else | ||
89 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
90 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
91 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
92 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
93 | endif | ||
94 | |||
95 | .PHONY: clean | ||
96 | |||
97 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
98 | @echo Linking drawstuff | ||
99 | -@$(CMD_MKBINDIR) | ||
100 | -@$(CMD_MKLIBDIR) | ||
101 | -@$(CMD_MKOUTDIR) | ||
102 | @$(BLDCMD) | ||
103 | |||
104 | clean: | ||
105 | @echo Cleaning drawstuff | ||
106 | ifeq ($(MKDIR_TYPE),posix) | ||
107 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
108 | else | ||
109 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
110 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
111 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
112 | endif | ||
113 | |||
114 | $(OBJDIR)/drawstuff.o: ../../drawstuff/src/drawstuff.cpp | ||
115 | -@$(CMD_MKOBJDIR) | ||
116 | @echo $(notdir $<) | ||
117 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
118 | |||
119 | $(OBJDIR)/windows.o: ../../drawstuff/src/windows.cpp | ||
120 | -@$(CMD_MKOBJDIR) | ||
121 | @echo $(notdir $<) | ||
122 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
123 | |||
124 | $(OBJDIR)/resources.res: ../../drawstuff/src/resources.rc | ||
125 | -@$(CMD_MKOBJDIR) | ||
126 | @echo $(notdir $<) | ||
127 | @windres $< -O coff -o $@ $(RESFLAGS) | ||
128 | |||
129 | -include $(OBJECTS:%.o=%.d) | ||
130 | |||
diff --git a/libraries/ode-0.9/build/gnu/ode.make b/libraries/ode-0.9/build/gnu/ode.make new file mode 100644 index 0000000..413a5aa --- /dev/null +++ b/libraries/ode-0.9/build/gnu/ode.make | |||
@@ -0,0 +1,706 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/ode/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "WIN32" -D "ODE_DLL" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -shared -luser32 | ||
17 | LDDEPS := | ||
18 | RESFLAGS := -D "WIN32" -D "ODE_DLL" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
19 | TARGET := ode.dll | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/ode/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "WIN32" -D "ODE_DLL" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -O3 -fomit-frame-pointer | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -shared -s -luser32 | ||
32 | LDDEPS := | ||
33 | RESFLAGS := -D "WIN32" -D "ODE_DLL" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
34 | TARGET := ode.dll | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/ode/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "WIN32" -D "ODE_LIB" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -luser32 | ||
47 | LDDEPS := | ||
48 | RESFLAGS := -D "WIN32" -D "ODE_LIB" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
49 | TARGET := libode.a | ||
50 | BLDCMD = ar -rcs $(OUTDIR)/$(TARGET) $(OBJECTS) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/ode/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "WIN32" -D "ODE_LIB" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -O3 -fomit-frame-pointer | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -s -luser32 | ||
62 | LDDEPS := | ||
63 | RESFLAGS := -D "WIN32" -D "ODE_LIB" -I "../../include" -I "../../OPCODE" -I "../../GIMPACT/include" | ||
64 | TARGET := libode.a | ||
65 | BLDCMD = ar -rcs $(OUTDIR)/$(TARGET) $(OBJECTS) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/fastdot.o \ | ||
70 | $(OBJDIR)/fastldlt.o \ | ||
71 | $(OBJDIR)/fastlsolve.o \ | ||
72 | $(OBJDIR)/fastltsolve.o \ | ||
73 | $(OBJDIR)/array.o \ | ||
74 | $(OBJDIR)/box.o \ | ||
75 | $(OBJDIR)/capsule.o \ | ||
76 | $(OBJDIR)/collision_cylinder_box.o \ | ||
77 | $(OBJDIR)/collision_cylinder_plane.o \ | ||
78 | $(OBJDIR)/collision_cylinder_sphere.o \ | ||
79 | $(OBJDIR)/collision_cylinder_trimesh.o \ | ||
80 | $(OBJDIR)/collision_kernel.o \ | ||
81 | $(OBJDIR)/collision_quadtreespace.o \ | ||
82 | $(OBJDIR)/collision_space.o \ | ||
83 | $(OBJDIR)/collision_transform.o \ | ||
84 | $(OBJDIR)/collision_trimesh_box.o \ | ||
85 | $(OBJDIR)/collision_trimesh_ccylinder.o \ | ||
86 | $(OBJDIR)/collision_trimesh_distance.o \ | ||
87 | $(OBJDIR)/collision_trimesh_gimpact.o \ | ||
88 | $(OBJDIR)/collision_trimesh_opcode.o \ | ||
89 | $(OBJDIR)/collision_trimesh_plane.o \ | ||
90 | $(OBJDIR)/collision_trimesh_ray.o \ | ||
91 | $(OBJDIR)/collision_trimesh_sphere.o \ | ||
92 | $(OBJDIR)/collision_trimesh_trimesh.o \ | ||
93 | $(OBJDIR)/collision_trimesh_trimesh_new.o \ | ||
94 | $(OBJDIR)/collision_util.o \ | ||
95 | $(OBJDIR)/convex.o \ | ||
96 | $(OBJDIR)/cylinder.o \ | ||
97 | $(OBJDIR)/error.o \ | ||
98 | $(OBJDIR)/export-dif.o \ | ||
99 | $(OBJDIR)/heightfield.o \ | ||
100 | $(OBJDIR)/joint.o \ | ||
101 | $(OBJDIR)/lcp.o \ | ||
102 | $(OBJDIR)/mass.o \ | ||
103 | $(OBJDIR)/mat.o \ | ||
104 | $(OBJDIR)/matrix.o \ | ||
105 | $(OBJDIR)/memory.o \ | ||
106 | $(OBJDIR)/misc.o \ | ||
107 | $(OBJDIR)/obstack.o \ | ||
108 | $(OBJDIR)/ode.o \ | ||
109 | $(OBJDIR)/odemath.o \ | ||
110 | $(OBJDIR)/plane.o \ | ||
111 | $(OBJDIR)/quickstep.o \ | ||
112 | $(OBJDIR)/ray.o \ | ||
113 | $(OBJDIR)/rotation.o \ | ||
114 | $(OBJDIR)/sphere.o \ | ||
115 | $(OBJDIR)/step.o \ | ||
116 | $(OBJDIR)/stepfast.o \ | ||
117 | $(OBJDIR)/testing.o \ | ||
118 | $(OBJDIR)/timer.o \ | ||
119 | $(OBJDIR)/util.o \ | ||
120 | $(OBJDIR)/gimpact.o \ | ||
121 | $(OBJDIR)/gim_boxpruning.o \ | ||
122 | $(OBJDIR)/gim_contact.o \ | ||
123 | $(OBJDIR)/gim_math.o \ | ||
124 | $(OBJDIR)/gim_memory.o \ | ||
125 | $(OBJDIR)/gim_trimesh.o \ | ||
126 | $(OBJDIR)/gim_trimesh_capsule_collision.o \ | ||
127 | $(OBJDIR)/gim_trimesh_ray_collision.o \ | ||
128 | $(OBJDIR)/gim_trimesh_sphere_collision.o \ | ||
129 | $(OBJDIR)/gim_trimesh_trimesh_collision.o \ | ||
130 | $(OBJDIR)/gim_tri_tri_overlap.o \ | ||
131 | $(OBJDIR)/Opcode.o \ | ||
132 | $(OBJDIR)/OPC_AABBCollider.o \ | ||
133 | $(OBJDIR)/OPC_AABBTree.o \ | ||
134 | $(OBJDIR)/OPC_BaseModel.o \ | ||
135 | $(OBJDIR)/OPC_BoxPruning.o \ | ||
136 | $(OBJDIR)/OPC_Collider.o \ | ||
137 | $(OBJDIR)/OPC_Common.o \ | ||
138 | $(OBJDIR)/OPC_HybridModel.o \ | ||
139 | $(OBJDIR)/OPC_LSSCollider.o \ | ||
140 | $(OBJDIR)/OPC_MeshInterface.o \ | ||
141 | $(OBJDIR)/OPC_Model.o \ | ||
142 | $(OBJDIR)/OPC_OBBCollider.o \ | ||
143 | $(OBJDIR)/OPC_OptimizedTree.o \ | ||
144 | $(OBJDIR)/OPC_Picking.o \ | ||
145 | $(OBJDIR)/OPC_PlanesCollider.o \ | ||
146 | $(OBJDIR)/OPC_RayCollider.o \ | ||
147 | $(OBJDIR)/OPC_SphereCollider.o \ | ||
148 | $(OBJDIR)/OPC_SweepAndPrune.o \ | ||
149 | $(OBJDIR)/OPC_TreeBuilders.o \ | ||
150 | $(OBJDIR)/OPC_TreeCollider.o \ | ||
151 | $(OBJDIR)/OPC_VolumeCollider.o \ | ||
152 | $(OBJDIR)/StdAfx.o \ | ||
153 | $(OBJDIR)/IceAABB.o \ | ||
154 | $(OBJDIR)/IceContainer.o \ | ||
155 | $(OBJDIR)/IceHPoint.o \ | ||
156 | $(OBJDIR)/IceIndexedTriangle.o \ | ||
157 | $(OBJDIR)/IceMatrix3x3.o \ | ||
158 | $(OBJDIR)/IceMatrix4x4.o \ | ||
159 | $(OBJDIR)/IceOBB.o \ | ||
160 | $(OBJDIR)/IcePlane.o \ | ||
161 | $(OBJDIR)/IcePoint.o \ | ||
162 | $(OBJDIR)/IceRandom.o \ | ||
163 | $(OBJDIR)/IceRay.o \ | ||
164 | $(OBJDIR)/IceRevisitedRadix.o \ | ||
165 | $(OBJDIR)/IceSegment.o \ | ||
166 | $(OBJDIR)/IceTriangle.o \ | ||
167 | $(OBJDIR)/IceUtils.o \ | ||
168 | |||
169 | RESOURCES := \ | ||
170 | |||
171 | MKDIR_TYPE := msdos | ||
172 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
173 | ifeq (,$(CMD)) | ||
174 | MKDIR_TYPE := posix | ||
175 | endif | ||
176 | ifeq (/bin/sh.exe,$(SHELL)) | ||
177 | MKDIR_TYPE := posix | ||
178 | endif | ||
179 | ifeq ($(MKDIR_TYPE),posix) | ||
180 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
181 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
182 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
183 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
184 | else | ||
185 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
186 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
187 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
188 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
189 | endif | ||
190 | |||
191 | .PHONY: clean | ||
192 | |||
193 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
194 | @echo Linking ode | ||
195 | -@$(CMD_MKBINDIR) | ||
196 | -@$(CMD_MKLIBDIR) | ||
197 | -@$(CMD_MKOUTDIR) | ||
198 | @$(BLDCMD) | ||
199 | |||
200 | clean: | ||
201 | @echo Cleaning ode | ||
202 | ifeq ($(MKDIR_TYPE),posix) | ||
203 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
204 | else | ||
205 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
206 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
207 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
208 | endif | ||
209 | |||
210 | $(OBJDIR)/fastdot.o: ../../ode/src/fastdot.c | ||
211 | -@$(CMD_MKOBJDIR) | ||
212 | @echo $(notdir $<) | ||
213 | @$(CC) $(CFLAGS) -o $@ -c $< | ||
214 | |||
215 | $(OBJDIR)/fastldlt.o: ../../ode/src/fastldlt.c | ||
216 | -@$(CMD_MKOBJDIR) | ||
217 | @echo $(notdir $<) | ||
218 | @$(CC) $(CFLAGS) -o $@ -c $< | ||
219 | |||
220 | $(OBJDIR)/fastlsolve.o: ../../ode/src/fastlsolve.c | ||
221 | -@$(CMD_MKOBJDIR) | ||
222 | @echo $(notdir $<) | ||
223 | @$(CC) $(CFLAGS) -o $@ -c $< | ||
224 | |||
225 | $(OBJDIR)/fastltsolve.o: ../../ode/src/fastltsolve.c | ||
226 | -@$(CMD_MKOBJDIR) | ||
227 | @echo $(notdir $<) | ||
228 | @$(CC) $(CFLAGS) -o $@ -c $< | ||
229 | |||
230 | $(OBJDIR)/array.o: ../../ode/src/array.cpp | ||
231 | -@$(CMD_MKOBJDIR) | ||
232 | @echo $(notdir $<) | ||
233 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
234 | |||
235 | $(OBJDIR)/box.o: ../../ode/src/box.cpp | ||
236 | -@$(CMD_MKOBJDIR) | ||
237 | @echo $(notdir $<) | ||
238 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
239 | |||
240 | $(OBJDIR)/capsule.o: ../../ode/src/capsule.cpp | ||
241 | -@$(CMD_MKOBJDIR) | ||
242 | @echo $(notdir $<) | ||
243 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
244 | |||
245 | $(OBJDIR)/collision_cylinder_box.o: ../../ode/src/collision_cylinder_box.cpp | ||
246 | -@$(CMD_MKOBJDIR) | ||
247 | @echo $(notdir $<) | ||
248 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
249 | |||
250 | $(OBJDIR)/collision_cylinder_plane.o: ../../ode/src/collision_cylinder_plane.cpp | ||
251 | -@$(CMD_MKOBJDIR) | ||
252 | @echo $(notdir $<) | ||
253 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
254 | |||
255 | $(OBJDIR)/collision_cylinder_sphere.o: ../../ode/src/collision_cylinder_sphere.cpp | ||
256 | -@$(CMD_MKOBJDIR) | ||
257 | @echo $(notdir $<) | ||
258 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
259 | |||
260 | $(OBJDIR)/collision_cylinder_trimesh.o: ../../ode/src/collision_cylinder_trimesh.cpp | ||
261 | -@$(CMD_MKOBJDIR) | ||
262 | @echo $(notdir $<) | ||
263 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
264 | |||
265 | $(OBJDIR)/collision_kernel.o: ../../ode/src/collision_kernel.cpp | ||
266 | -@$(CMD_MKOBJDIR) | ||
267 | @echo $(notdir $<) | ||
268 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
269 | |||
270 | $(OBJDIR)/collision_quadtreespace.o: ../../ode/src/collision_quadtreespace.cpp | ||
271 | -@$(CMD_MKOBJDIR) | ||
272 | @echo $(notdir $<) | ||
273 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
274 | |||
275 | $(OBJDIR)/collision_space.o: ../../ode/src/collision_space.cpp | ||
276 | -@$(CMD_MKOBJDIR) | ||
277 | @echo $(notdir $<) | ||
278 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
279 | |||
280 | $(OBJDIR)/collision_transform.o: ../../ode/src/collision_transform.cpp | ||
281 | -@$(CMD_MKOBJDIR) | ||
282 | @echo $(notdir $<) | ||
283 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
284 | |||
285 | $(OBJDIR)/collision_trimesh_box.o: ../../ode/src/collision_trimesh_box.cpp | ||
286 | -@$(CMD_MKOBJDIR) | ||
287 | @echo $(notdir $<) | ||
288 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
289 | |||
290 | $(OBJDIR)/collision_trimesh_ccylinder.o: ../../ode/src/collision_trimesh_ccylinder.cpp | ||
291 | -@$(CMD_MKOBJDIR) | ||
292 | @echo $(notdir $<) | ||
293 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
294 | |||
295 | $(OBJDIR)/collision_trimesh_distance.o: ../../ode/src/collision_trimesh_distance.cpp | ||
296 | -@$(CMD_MKOBJDIR) | ||
297 | @echo $(notdir $<) | ||
298 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
299 | |||
300 | $(OBJDIR)/collision_trimesh_gimpact.o: ../../ode/src/collision_trimesh_gimpact.cpp | ||
301 | -@$(CMD_MKOBJDIR) | ||
302 | @echo $(notdir $<) | ||
303 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
304 | |||
305 | $(OBJDIR)/collision_trimesh_opcode.o: ../../ode/src/collision_trimesh_opcode.cpp | ||
306 | -@$(CMD_MKOBJDIR) | ||
307 | @echo $(notdir $<) | ||
308 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
309 | |||
310 | $(OBJDIR)/collision_trimesh_plane.o: ../../ode/src/collision_trimesh_plane.cpp | ||
311 | -@$(CMD_MKOBJDIR) | ||
312 | @echo $(notdir $<) | ||
313 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
314 | |||
315 | $(OBJDIR)/collision_trimesh_ray.o: ../../ode/src/collision_trimesh_ray.cpp | ||
316 | -@$(CMD_MKOBJDIR) | ||
317 | @echo $(notdir $<) | ||
318 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
319 | |||
320 | $(OBJDIR)/collision_trimesh_sphere.o: ../../ode/src/collision_trimesh_sphere.cpp | ||
321 | -@$(CMD_MKOBJDIR) | ||
322 | @echo $(notdir $<) | ||
323 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
324 | |||
325 | $(OBJDIR)/collision_trimesh_trimesh.o: ../../ode/src/collision_trimesh_trimesh.cpp | ||
326 | -@$(CMD_MKOBJDIR) | ||
327 | @echo $(notdir $<) | ||
328 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
329 | |||
330 | $(OBJDIR)/collision_trimesh_trimesh_new.o: ../../ode/src/collision_trimesh_trimesh_new.cpp | ||
331 | -@$(CMD_MKOBJDIR) | ||
332 | @echo $(notdir $<) | ||
333 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
334 | |||
335 | $(OBJDIR)/collision_util.o: ../../ode/src/collision_util.cpp | ||
336 | -@$(CMD_MKOBJDIR) | ||
337 | @echo $(notdir $<) | ||
338 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
339 | |||
340 | $(OBJDIR)/convex.o: ../../ode/src/convex.cpp | ||
341 | -@$(CMD_MKOBJDIR) | ||
342 | @echo $(notdir $<) | ||
343 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
344 | |||
345 | $(OBJDIR)/cylinder.o: ../../ode/src/cylinder.cpp | ||
346 | -@$(CMD_MKOBJDIR) | ||
347 | @echo $(notdir $<) | ||
348 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
349 | |||
350 | $(OBJDIR)/error.o: ../../ode/src/error.cpp | ||
351 | -@$(CMD_MKOBJDIR) | ||
352 | @echo $(notdir $<) | ||
353 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
354 | |||
355 | $(OBJDIR)/export-dif.o: ../../ode/src/export-dif.cpp | ||
356 | -@$(CMD_MKOBJDIR) | ||
357 | @echo $(notdir $<) | ||
358 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
359 | |||
360 | $(OBJDIR)/heightfield.o: ../../ode/src/heightfield.cpp | ||
361 | -@$(CMD_MKOBJDIR) | ||
362 | @echo $(notdir $<) | ||
363 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
364 | |||
365 | $(OBJDIR)/joint.o: ../../ode/src/joint.cpp | ||
366 | -@$(CMD_MKOBJDIR) | ||
367 | @echo $(notdir $<) | ||
368 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
369 | |||
370 | $(OBJDIR)/lcp.o: ../../ode/src/lcp.cpp | ||
371 | -@$(CMD_MKOBJDIR) | ||
372 | @echo $(notdir $<) | ||
373 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
374 | |||
375 | $(OBJDIR)/mass.o: ../../ode/src/mass.cpp | ||
376 | -@$(CMD_MKOBJDIR) | ||
377 | @echo $(notdir $<) | ||
378 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
379 | |||
380 | $(OBJDIR)/mat.o: ../../ode/src/mat.cpp | ||
381 | -@$(CMD_MKOBJDIR) | ||
382 | @echo $(notdir $<) | ||
383 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
384 | |||
385 | $(OBJDIR)/matrix.o: ../../ode/src/matrix.cpp | ||
386 | -@$(CMD_MKOBJDIR) | ||
387 | @echo $(notdir $<) | ||
388 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
389 | |||
390 | $(OBJDIR)/memory.o: ../../ode/src/memory.cpp | ||
391 | -@$(CMD_MKOBJDIR) | ||
392 | @echo $(notdir $<) | ||
393 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
394 | |||
395 | $(OBJDIR)/misc.o: ../../ode/src/misc.cpp | ||
396 | -@$(CMD_MKOBJDIR) | ||
397 | @echo $(notdir $<) | ||
398 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
399 | |||
400 | $(OBJDIR)/obstack.o: ../../ode/src/obstack.cpp | ||
401 | -@$(CMD_MKOBJDIR) | ||
402 | @echo $(notdir $<) | ||
403 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
404 | |||
405 | $(OBJDIR)/ode.o: ../../ode/src/ode.cpp | ||
406 | -@$(CMD_MKOBJDIR) | ||
407 | @echo $(notdir $<) | ||
408 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
409 | |||
410 | $(OBJDIR)/odemath.o: ../../ode/src/odemath.cpp | ||
411 | -@$(CMD_MKOBJDIR) | ||
412 | @echo $(notdir $<) | ||
413 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
414 | |||
415 | $(OBJDIR)/plane.o: ../../ode/src/plane.cpp | ||
416 | -@$(CMD_MKOBJDIR) | ||
417 | @echo $(notdir $<) | ||
418 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
419 | |||
420 | $(OBJDIR)/quickstep.o: ../../ode/src/quickstep.cpp | ||
421 | -@$(CMD_MKOBJDIR) | ||
422 | @echo $(notdir $<) | ||
423 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
424 | |||
425 | $(OBJDIR)/ray.o: ../../ode/src/ray.cpp | ||
426 | -@$(CMD_MKOBJDIR) | ||
427 | @echo $(notdir $<) | ||
428 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
429 | |||
430 | $(OBJDIR)/rotation.o: ../../ode/src/rotation.cpp | ||
431 | -@$(CMD_MKOBJDIR) | ||
432 | @echo $(notdir $<) | ||
433 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
434 | |||
435 | $(OBJDIR)/sphere.o: ../../ode/src/sphere.cpp | ||
436 | -@$(CMD_MKOBJDIR) | ||
437 | @echo $(notdir $<) | ||
438 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
439 | |||
440 | $(OBJDIR)/step.o: ../../ode/src/step.cpp | ||
441 | -@$(CMD_MKOBJDIR) | ||
442 | @echo $(notdir $<) | ||
443 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
444 | |||
445 | $(OBJDIR)/stepfast.o: ../../ode/src/stepfast.cpp | ||
446 | -@$(CMD_MKOBJDIR) | ||
447 | @echo $(notdir $<) | ||
448 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
449 | |||
450 | $(OBJDIR)/testing.o: ../../ode/src/testing.cpp | ||
451 | -@$(CMD_MKOBJDIR) | ||
452 | @echo $(notdir $<) | ||
453 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
454 | |||
455 | $(OBJDIR)/timer.o: ../../ode/src/timer.cpp | ||
456 | -@$(CMD_MKOBJDIR) | ||
457 | @echo $(notdir $<) | ||
458 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
459 | |||
460 | $(OBJDIR)/util.o: ../../ode/src/util.cpp | ||
461 | -@$(CMD_MKOBJDIR) | ||
462 | @echo $(notdir $<) | ||
463 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
464 | |||
465 | $(OBJDIR)/gimpact.o: ../../GIMPACT/src/gimpact.cpp | ||
466 | -@$(CMD_MKOBJDIR) | ||
467 | @echo $(notdir $<) | ||
468 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
469 | |||
470 | $(OBJDIR)/gim_boxpruning.o: ../../GIMPACT/src/gim_boxpruning.cpp | ||
471 | -@$(CMD_MKOBJDIR) | ||
472 | @echo $(notdir $<) | ||
473 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
474 | |||
475 | $(OBJDIR)/gim_contact.o: ../../GIMPACT/src/gim_contact.cpp | ||
476 | -@$(CMD_MKOBJDIR) | ||
477 | @echo $(notdir $<) | ||
478 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
479 | |||
480 | $(OBJDIR)/gim_math.o: ../../GIMPACT/src/gim_math.cpp | ||
481 | -@$(CMD_MKOBJDIR) | ||
482 | @echo $(notdir $<) | ||
483 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
484 | |||
485 | $(OBJDIR)/gim_memory.o: ../../GIMPACT/src/gim_memory.cpp | ||
486 | -@$(CMD_MKOBJDIR) | ||
487 | @echo $(notdir $<) | ||
488 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
489 | |||
490 | $(OBJDIR)/gim_trimesh.o: ../../GIMPACT/src/gim_trimesh.cpp | ||
491 | -@$(CMD_MKOBJDIR) | ||
492 | @echo $(notdir $<) | ||
493 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
494 | |||
495 | $(OBJDIR)/gim_trimesh_capsule_collision.o: ../../GIMPACT/src/gim_trimesh_capsule_collision.cpp | ||
496 | -@$(CMD_MKOBJDIR) | ||
497 | @echo $(notdir $<) | ||
498 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
499 | |||
500 | $(OBJDIR)/gim_trimesh_ray_collision.o: ../../GIMPACT/src/gim_trimesh_ray_collision.cpp | ||
501 | -@$(CMD_MKOBJDIR) | ||
502 | @echo $(notdir $<) | ||
503 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
504 | |||
505 | $(OBJDIR)/gim_trimesh_sphere_collision.o: ../../GIMPACT/src/gim_trimesh_sphere_collision.cpp | ||
506 | -@$(CMD_MKOBJDIR) | ||
507 | @echo $(notdir $<) | ||
508 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
509 | |||
510 | $(OBJDIR)/gim_trimesh_trimesh_collision.o: ../../GIMPACT/src/gim_trimesh_trimesh_collision.cpp | ||
511 | -@$(CMD_MKOBJDIR) | ||
512 | @echo $(notdir $<) | ||
513 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
514 | |||
515 | $(OBJDIR)/gim_tri_tri_overlap.o: ../../GIMPACT/src/gim_tri_tri_overlap.cpp | ||
516 | -@$(CMD_MKOBJDIR) | ||
517 | @echo $(notdir $<) | ||
518 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
519 | |||
520 | $(OBJDIR)/Opcode.o: ../../OPCODE/Opcode.cpp | ||
521 | -@$(CMD_MKOBJDIR) | ||
522 | @echo $(notdir $<) | ||
523 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
524 | |||
525 | $(OBJDIR)/OPC_AABBCollider.o: ../../OPCODE/OPC_AABBCollider.cpp | ||
526 | -@$(CMD_MKOBJDIR) | ||
527 | @echo $(notdir $<) | ||
528 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
529 | |||
530 | $(OBJDIR)/OPC_AABBTree.o: ../../OPCODE/OPC_AABBTree.cpp | ||
531 | -@$(CMD_MKOBJDIR) | ||
532 | @echo $(notdir $<) | ||
533 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
534 | |||
535 | $(OBJDIR)/OPC_BaseModel.o: ../../OPCODE/OPC_BaseModel.cpp | ||
536 | -@$(CMD_MKOBJDIR) | ||
537 | @echo $(notdir $<) | ||
538 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
539 | |||
540 | $(OBJDIR)/OPC_BoxPruning.o: ../../OPCODE/OPC_BoxPruning.cpp | ||
541 | -@$(CMD_MKOBJDIR) | ||
542 | @echo $(notdir $<) | ||
543 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
544 | |||
545 | $(OBJDIR)/OPC_Collider.o: ../../OPCODE/OPC_Collider.cpp | ||
546 | -@$(CMD_MKOBJDIR) | ||
547 | @echo $(notdir $<) | ||
548 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
549 | |||
550 | $(OBJDIR)/OPC_Common.o: ../../OPCODE/OPC_Common.cpp | ||
551 | -@$(CMD_MKOBJDIR) | ||
552 | @echo $(notdir $<) | ||
553 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
554 | |||
555 | $(OBJDIR)/OPC_HybridModel.o: ../../OPCODE/OPC_HybridModel.cpp | ||
556 | -@$(CMD_MKOBJDIR) | ||
557 | @echo $(notdir $<) | ||
558 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
559 | |||
560 | $(OBJDIR)/OPC_LSSCollider.o: ../../OPCODE/OPC_LSSCollider.cpp | ||
561 | -@$(CMD_MKOBJDIR) | ||
562 | @echo $(notdir $<) | ||
563 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
564 | |||
565 | $(OBJDIR)/OPC_MeshInterface.o: ../../OPCODE/OPC_MeshInterface.cpp | ||
566 | -@$(CMD_MKOBJDIR) | ||
567 | @echo $(notdir $<) | ||
568 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
569 | |||
570 | $(OBJDIR)/OPC_Model.o: ../../OPCODE/OPC_Model.cpp | ||
571 | -@$(CMD_MKOBJDIR) | ||
572 | @echo $(notdir $<) | ||
573 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
574 | |||
575 | $(OBJDIR)/OPC_OBBCollider.o: ../../OPCODE/OPC_OBBCollider.cpp | ||
576 | -@$(CMD_MKOBJDIR) | ||
577 | @echo $(notdir $<) | ||
578 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
579 | |||
580 | $(OBJDIR)/OPC_OptimizedTree.o: ../../OPCODE/OPC_OptimizedTree.cpp | ||
581 | -@$(CMD_MKOBJDIR) | ||
582 | @echo $(notdir $<) | ||
583 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
584 | |||
585 | $(OBJDIR)/OPC_Picking.o: ../../OPCODE/OPC_Picking.cpp | ||
586 | -@$(CMD_MKOBJDIR) | ||
587 | @echo $(notdir $<) | ||
588 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
589 | |||
590 | $(OBJDIR)/OPC_PlanesCollider.o: ../../OPCODE/OPC_PlanesCollider.cpp | ||
591 | -@$(CMD_MKOBJDIR) | ||
592 | @echo $(notdir $<) | ||
593 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
594 | |||
595 | $(OBJDIR)/OPC_RayCollider.o: ../../OPCODE/OPC_RayCollider.cpp | ||
596 | -@$(CMD_MKOBJDIR) | ||
597 | @echo $(notdir $<) | ||
598 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
599 | |||
600 | $(OBJDIR)/OPC_SphereCollider.o: ../../OPCODE/OPC_SphereCollider.cpp | ||
601 | -@$(CMD_MKOBJDIR) | ||
602 | @echo $(notdir $<) | ||
603 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
604 | |||
605 | $(OBJDIR)/OPC_SweepAndPrune.o: ../../OPCODE/OPC_SweepAndPrune.cpp | ||
606 | -@$(CMD_MKOBJDIR) | ||
607 | @echo $(notdir $<) | ||
608 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
609 | |||
610 | $(OBJDIR)/OPC_TreeBuilders.o: ../../OPCODE/OPC_TreeBuilders.cpp | ||
611 | -@$(CMD_MKOBJDIR) | ||
612 | @echo $(notdir $<) | ||
613 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
614 | |||
615 | $(OBJDIR)/OPC_TreeCollider.o: ../../OPCODE/OPC_TreeCollider.cpp | ||
616 | -@$(CMD_MKOBJDIR) | ||
617 | @echo $(notdir $<) | ||
618 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
619 | |||
620 | $(OBJDIR)/OPC_VolumeCollider.o: ../../OPCODE/OPC_VolumeCollider.cpp | ||
621 | -@$(CMD_MKOBJDIR) | ||
622 | @echo $(notdir $<) | ||
623 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
624 | |||
625 | $(OBJDIR)/StdAfx.o: ../../OPCODE/StdAfx.cpp | ||
626 | -@$(CMD_MKOBJDIR) | ||
627 | @echo $(notdir $<) | ||
628 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
629 | |||
630 | $(OBJDIR)/IceAABB.o: ../../OPCODE/Ice/IceAABB.cpp | ||
631 | -@$(CMD_MKOBJDIR) | ||
632 | @echo $(notdir $<) | ||
633 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
634 | |||
635 | $(OBJDIR)/IceContainer.o: ../../OPCODE/Ice/IceContainer.cpp | ||
636 | -@$(CMD_MKOBJDIR) | ||
637 | @echo $(notdir $<) | ||
638 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
639 | |||
640 | $(OBJDIR)/IceHPoint.o: ../../OPCODE/Ice/IceHPoint.cpp | ||
641 | -@$(CMD_MKOBJDIR) | ||
642 | @echo $(notdir $<) | ||
643 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
644 | |||
645 | $(OBJDIR)/IceIndexedTriangle.o: ../../OPCODE/Ice/IceIndexedTriangle.cpp | ||
646 | -@$(CMD_MKOBJDIR) | ||
647 | @echo $(notdir $<) | ||
648 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
649 | |||
650 | $(OBJDIR)/IceMatrix3x3.o: ../../OPCODE/Ice/IceMatrix3x3.cpp | ||
651 | -@$(CMD_MKOBJDIR) | ||
652 | @echo $(notdir $<) | ||
653 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
654 | |||
655 | $(OBJDIR)/IceMatrix4x4.o: ../../OPCODE/Ice/IceMatrix4x4.cpp | ||
656 | -@$(CMD_MKOBJDIR) | ||
657 | @echo $(notdir $<) | ||
658 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
659 | |||
660 | $(OBJDIR)/IceOBB.o: ../../OPCODE/Ice/IceOBB.cpp | ||
661 | -@$(CMD_MKOBJDIR) | ||
662 | @echo $(notdir $<) | ||
663 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
664 | |||
665 | $(OBJDIR)/IcePlane.o: ../../OPCODE/Ice/IcePlane.cpp | ||
666 | -@$(CMD_MKOBJDIR) | ||
667 | @echo $(notdir $<) | ||
668 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
669 | |||
670 | $(OBJDIR)/IcePoint.o: ../../OPCODE/Ice/IcePoint.cpp | ||
671 | -@$(CMD_MKOBJDIR) | ||
672 | @echo $(notdir $<) | ||
673 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
674 | |||
675 | $(OBJDIR)/IceRandom.o: ../../OPCODE/Ice/IceRandom.cpp | ||
676 | -@$(CMD_MKOBJDIR) | ||
677 | @echo $(notdir $<) | ||
678 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
679 | |||
680 | $(OBJDIR)/IceRay.o: ../../OPCODE/Ice/IceRay.cpp | ||
681 | -@$(CMD_MKOBJDIR) | ||
682 | @echo $(notdir $<) | ||
683 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
684 | |||
685 | $(OBJDIR)/IceRevisitedRadix.o: ../../OPCODE/Ice/IceRevisitedRadix.cpp | ||
686 | -@$(CMD_MKOBJDIR) | ||
687 | @echo $(notdir $<) | ||
688 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
689 | |||
690 | $(OBJDIR)/IceSegment.o: ../../OPCODE/Ice/IceSegment.cpp | ||
691 | -@$(CMD_MKOBJDIR) | ||
692 | @echo $(notdir $<) | ||
693 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
694 | |||
695 | $(OBJDIR)/IceTriangle.o: ../../OPCODE/Ice/IceTriangle.cpp | ||
696 | -@$(CMD_MKOBJDIR) | ||
697 | @echo $(notdir $<) | ||
698 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
699 | |||
700 | $(OBJDIR)/IceUtils.o: ../../OPCODE/Ice/IceUtils.cpp | ||
701 | -@$(CMD_MKOBJDIR) | ||
702 | @echo $(notdir $<) | ||
703 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
704 | |||
705 | -include $(OBJECTS:%.o=%.d) | ||
706 | |||
diff --git a/libraries/ode-0.9/build/gnu/tests.make b/libraries/ode-0.9/build/gnu/tests.make new file mode 100644 index 0000000..869e809 --- /dev/null +++ b/libraries/ode-0.9/build/gnu/tests.make | |||
@@ -0,0 +1,166 @@ | |||
1 | # C++ Console Executable Makefile autogenerated by premake | ||
2 | # Don't edit this file! Instead edit `premake.lua` then rerun `make` | ||
3 | |||
4 | ifndef CONFIG | ||
5 | CONFIG=DebugDLL | ||
6 | endif | ||
7 | |||
8 | ifeq ($(CONFIG),DebugDLL) | ||
9 | BINDIR := ../../lib/DebugDLL | ||
10 | LIBDIR := ../../lib/DebugDLL | ||
11 | OBJDIR := obj/tests/DebugDLL | ||
12 | OUTDIR := ../../lib/DebugDLL | ||
13 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
14 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
15 | CXXFLAGS := $(CFLAGS) | ||
16 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugDLL/ode.dll | ||
17 | LDDEPS := ../../lib/DebugDLL/ode.dll | ||
18 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
19 | TARGET := tests.exe | ||
20 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
21 | endif | ||
22 | |||
23 | ifeq ($(CONFIG),ReleaseDLL) | ||
24 | BINDIR := ../../lib/ReleaseDLL | ||
25 | LIBDIR := ../../lib/ReleaseDLL | ||
26 | OBJDIR := obj/tests/ReleaseDLL | ||
27 | OUTDIR := ../../lib/ReleaseDLL | ||
28 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
29 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
30 | CXXFLAGS := $(CFLAGS) | ||
31 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseDLL/ode.dll | ||
32 | LDDEPS := ../../lib/ReleaseDLL/ode.dll | ||
33 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
34 | TARGET := tests.exe | ||
35 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
36 | endif | ||
37 | |||
38 | ifeq ($(CONFIG),DebugLib) | ||
39 | BINDIR := ../../lib/DebugLib | ||
40 | LIBDIR := ../../lib/DebugLib | ||
41 | OBJDIR := obj/tests/DebugLib | ||
42 | OUTDIR := ../../lib/DebugLib | ||
43 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
44 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
45 | CXXFLAGS := $(CFLAGS) | ||
46 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/DebugLib/libode.a | ||
47 | LDDEPS := ../../lib/DebugLib/libode.a | ||
48 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
49 | TARGET := tests.exe | ||
50 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
51 | endif | ||
52 | |||
53 | ifeq ($(CONFIG),ReleaseLib) | ||
54 | BINDIR := ../../lib/ReleaseLib | ||
55 | LIBDIR := ../../lib/ReleaseLib | ||
56 | OBJDIR := obj/tests/ReleaseLib | ||
57 | OUTDIR := ../../lib/ReleaseLib | ||
58 | CPPFLAGS := -MMD -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
59 | CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g | ||
60 | CXXFLAGS := $(CFLAGS) | ||
61 | LDFLAGS += -L$(BINDIR) -L$(LIBDIR) ../../lib/ReleaseLib/libode.a | ||
62 | LDDEPS := ../../lib/ReleaseLib/libode.a | ||
63 | RESFLAGS := -D "_CRT_SECURE_NO_DEPRECATE" -I "../../include" -I "../../tests/CppTestHarness" | ||
64 | TARGET := tests.exe | ||
65 | BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH) | ||
66 | endif | ||
67 | |||
68 | OBJECTS := \ | ||
69 | $(OBJDIR)/main.o \ | ||
70 | $(OBJDIR)/box_sphere.o \ | ||
71 | $(OBJDIR)/HTMLTestReporter.o \ | ||
72 | $(OBJDIR)/PrintfTestReporter.o \ | ||
73 | $(OBJDIR)/Test.o \ | ||
74 | $(OBJDIR)/TestLauncher.o \ | ||
75 | $(OBJDIR)/TestReporter.o \ | ||
76 | $(OBJDIR)/TestResults.o \ | ||
77 | $(OBJDIR)/TestRunner.o \ | ||
78 | |||
79 | RESOURCES := \ | ||
80 | |||
81 | MKDIR_TYPE := msdos | ||
82 | CMD := $(subst \,\\,$(ComSpec)$(COMSPEC)) | ||
83 | ifeq (,$(CMD)) | ||
84 | MKDIR_TYPE := posix | ||
85 | endif | ||
86 | ifeq (/bin/sh.exe,$(SHELL)) | ||
87 | MKDIR_TYPE := posix | ||
88 | endif | ||
89 | ifeq ($(MKDIR_TYPE),posix) | ||
90 | CMD_MKBINDIR := mkdir -p $(BINDIR) | ||
91 | CMD_MKLIBDIR := mkdir -p $(LIBDIR) | ||
92 | CMD_MKOUTDIR := mkdir -p $(OUTDIR) | ||
93 | CMD_MKOBJDIR := mkdir -p $(OBJDIR) | ||
94 | else | ||
95 | CMD_MKBINDIR := $(CMD) /c if not exist $(subst /,\\,$(BINDIR)) mkdir $(subst /,\\,$(BINDIR)) | ||
96 | CMD_MKLIBDIR := $(CMD) /c if not exist $(subst /,\\,$(LIBDIR)) mkdir $(subst /,\\,$(LIBDIR)) | ||
97 | CMD_MKOUTDIR := $(CMD) /c if not exist $(subst /,\\,$(OUTDIR)) mkdir $(subst /,\\,$(OUTDIR)) | ||
98 | CMD_MKOBJDIR := $(CMD) /c if not exist $(subst /,\\,$(OBJDIR)) mkdir $(subst /,\\,$(OBJDIR)) | ||
99 | endif | ||
100 | |||
101 | .PHONY: clean | ||
102 | |||
103 | $(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES) | ||
104 | @echo Linking tests | ||
105 | -@$(CMD_MKBINDIR) | ||
106 | -@$(CMD_MKLIBDIR) | ||
107 | -@$(CMD_MKOUTDIR) | ||
108 | @$(BLDCMD) | ||
109 | |||
110 | clean: | ||
111 | @echo Cleaning tests | ||
112 | ifeq ($(MKDIR_TYPE),posix) | ||
113 | -@rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR) | ||
114 | else | ||
115 | -@if exist $(subst /,\,$(OUTDIR)/$(TARGET)) del /q $(subst /,\,$(OUTDIR)/$(TARGET)) | ||
116 | -@if exist $(subst /,\,$(OBJDIR)) del /q $(subst /,\,$(OBJDIR)) | ||
117 | -@if exist $(subst /,\,$(OBJDIR)) rmdir /s /q $(subst /,\,$(OBJDIR)) | ||
118 | endif | ||
119 | |||
120 | $(OBJDIR)/main.o: ../../tests/main.cpp | ||
121 | -@$(CMD_MKOBJDIR) | ||
122 | @echo $(notdir $<) | ||
123 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
124 | |||
125 | $(OBJDIR)/box_sphere.o: ../../tests/colliders/box_sphere.cpp | ||
126 | -@$(CMD_MKOBJDIR) | ||
127 | @echo $(notdir $<) | ||
128 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
129 | |||
130 | $(OBJDIR)/HTMLTestReporter.o: ../../tests/CppTestHarness/HTMLTestReporter.cpp | ||
131 | -@$(CMD_MKOBJDIR) | ||
132 | @echo $(notdir $<) | ||
133 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
134 | |||
135 | $(OBJDIR)/PrintfTestReporter.o: ../../tests/CppTestHarness/PrintfTestReporter.cpp | ||
136 | -@$(CMD_MKOBJDIR) | ||
137 | @echo $(notdir $<) | ||
138 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
139 | |||
140 | $(OBJDIR)/Test.o: ../../tests/CppTestHarness/Test.cpp | ||
141 | -@$(CMD_MKOBJDIR) | ||
142 | @echo $(notdir $<) | ||
143 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
144 | |||
145 | $(OBJDIR)/TestLauncher.o: ../../tests/CppTestHarness/TestLauncher.cpp | ||
146 | -@$(CMD_MKOBJDIR) | ||
147 | @echo $(notdir $<) | ||
148 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
149 | |||
150 | $(OBJDIR)/TestReporter.o: ../../tests/CppTestHarness/TestReporter.cpp | ||
151 | -@$(CMD_MKOBJDIR) | ||
152 | @echo $(notdir $<) | ||
153 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
154 | |||
155 | $(OBJDIR)/TestResults.o: ../../tests/CppTestHarness/TestResults.cpp | ||
156 | -@$(CMD_MKOBJDIR) | ||
157 | @echo $(notdir $<) | ||
158 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
159 | |||
160 | $(OBJDIR)/TestRunner.o: ../../tests/CppTestHarness/TestRunner.cpp | ||
161 | -@$(CMD_MKOBJDIR) | ||
162 | @echo $(notdir $<) | ||
163 | @$(CXX) $(CXXFLAGS) -o $@ -c $< | ||
164 | |||
165 | -include $(OBJECTS:%.o=%.d) | ||
166 | |||
diff --git a/libraries/ode-0.9/build/ode.lua b/libraries/ode-0.9/build/ode.lua new file mode 100644 index 0000000..568cd26 --- /dev/null +++ b/libraries/ode-0.9/build/ode.lua | |||
@@ -0,0 +1,166 @@ | |||
1 | package.name = "ode" | ||
2 | package.language = "c++" | ||
3 | package.objdir = "obj/ode" | ||
4 | |||
5 | |||
6 | -- Separate distribution files into toolset subdirectories | ||
7 | |||
8 | if (options["usetargetpath"]) then | ||
9 | package.path = options["target"] | ||
10 | else | ||
11 | package.path = "custom" | ||
12 | end | ||
13 | |||
14 | |||
15 | -- Write a custom <config.h> to include/ode, based on the specified flags | ||
16 | |||
17 | io.input("config-default.h") | ||
18 | local text = io.read("*a") | ||
19 | |||
20 | if (options["with-doubles"]) then | ||
21 | text = string.gsub(text, "#define dSINGLE", "/* #define dSINGLE */") | ||
22 | text = string.gsub(text, "/%* #define dDOUBLE %*/", "#define dDOUBLE") | ||
23 | end | ||
24 | |||
25 | if (options["no-trimesh"]) then | ||
26 | |||
27 | text = string.gsub(text, "#define dTRIMESH_ENABLED 1", "/* #define dTRIMESH_ENABLED 1 */") | ||
28 | text = string.gsub(text, "#define dTRIMESH_OPCODE 1", "/* #define dTRIMESH_OPCODE 1 */") | ||
29 | |||
30 | elseif (options["with-gimpact"]) then | ||
31 | |||
32 | text = string.gsub(text, "#define dTRIMESH_OPCODE 1", "#define dTRIMESH_GIMPACT 1") | ||
33 | |||
34 | end | ||
35 | |||
36 | if (options["no-alloca"]) then | ||
37 | text = string.gsub(text, "/%* #define dUSE_MALLOC_FOR_ALLOCA %*/", "#define dUSE_MALLOC_FOR_ALLOCA") | ||
38 | end | ||
39 | |||
40 | io.output("../include/ode/config.h") | ||
41 | io.write(text) | ||
42 | io.close() | ||
43 | |||
44 | |||
45 | -- Package Build Settings | ||
46 | |||
47 | if (options["enable-shared-only"]) then | ||
48 | |||
49 | package.kind = "dll" | ||
50 | table.insert(package.defines, "ODE_DLL") | ||
51 | |||
52 | elseif (options["enable-static-only"]) then | ||
53 | |||
54 | package.kind = "lib" | ||
55 | table.insert(package.defines, "ODE_LIB") | ||
56 | |||
57 | else | ||
58 | |||
59 | package.config["DebugDLL"].kind = "dll" | ||
60 | package.config["DebugLib"].kind = "lib" | ||
61 | package.config["ReleaseDLL"].kind = "dll" | ||
62 | package.config["ReleaseLib"].kind = "lib" | ||
63 | |||
64 | table.insert(package.config["DebugDLL"].defines, "ODE_DLL") | ||
65 | table.insert(package.config["ReleaseDLL"].defines, "ODE_DLL") | ||
66 | table.insert(package.config["DebugLib"].defines, "ODE_LIB") | ||
67 | table.insert(package.config["ReleaseLib"].defines, "ODE_LIB") | ||
68 | |||
69 | end | ||
70 | |||
71 | package.includepaths = | ||
72 | { | ||
73 | "../../include", | ||
74 | "../../OPCODE", | ||
75 | "../../GIMPACT/include" | ||
76 | } | ||
77 | |||
78 | if (windows) then | ||
79 | table.insert(package.defines, "WIN32") | ||
80 | end | ||
81 | |||
82 | -- disable VS2005 CRT security warnings | ||
83 | if (options["target"] == "vs2005") then | ||
84 | table.insert(package.defines, "_CRT_SECURE_NO_DEPRECATE") | ||
85 | end | ||
86 | |||
87 | |||
88 | -- Build Flags | ||
89 | |||
90 | package.config["DebugLib"].buildflags = { } | ||
91 | package.config["DebugDLL"].buildflags = { } | ||
92 | |||
93 | package.config["ReleaseDLL"].buildflags = { "optimize-speed", "no-symbols", "no-frame-pointer" } | ||
94 | package.config["ReleaseLib"].buildflags = { "optimize-speed", "no-symbols", "no-frame-pointer" } | ||
95 | |||
96 | if (options.target == "vs6" or options.target == "vs2002" or options.target == "vs2003") then | ||
97 | table.insert(package.config.DebugLib.buildflags, "static-runtime") | ||
98 | table.insert(package.config.ReleaseLib.buildflags, "static-runtime") | ||
99 | end | ||
100 | |||
101 | |||
102 | -- Libraries | ||
103 | |||
104 | if (windows) then | ||
105 | table.insert(package.links, "user32") | ||
106 | end | ||
107 | |||
108 | |||
109 | -- Files | ||
110 | |||
111 | core_files = | ||
112 | { | ||
113 | matchfiles("../../include/ode/*.h"), | ||
114 | matchfiles ("../../ode/src/*.h", "../../ode/src/*.c", "../../ode/src/*.cpp") | ||
115 | } | ||
116 | |||
117 | excluded_files = | ||
118 | { | ||
119 | "../../ode/src/collision_std.cpp", | ||
120 | "../../ode/src/scrapbook.cpp", | ||
121 | "../../ode/src/stack.cpp" | ||
122 | } | ||
123 | |||
124 | trimesh_files = | ||
125 | { | ||
126 | "../../ode/src/collision_trimesh_internal.h", | ||
127 | "../../ode/src/collision_trimesh_opcode.cpp", | ||
128 | "../../ode/src/collision_trimesh_gimpact.cpp", | ||
129 | "../../ode/src/collision_trimesh_box.cpp", | ||
130 | "../../ode/src/collision_trimesh_ccylinder.cpp", | ||
131 | "../../ode/src/collision_cylinder_trimesh.cpp", | ||
132 | "../../ode/src/collision_trimesh_distance.cpp", | ||
133 | "../../ode/src/collision_trimesh_ray.cpp", | ||
134 | "../../ode/src/collision_trimesh_sphere.cpp", | ||
135 | "../../ode/src/collision_trimesh_trimesh.cpp", | ||
136 | "../../ode/src/collision_trimesh_plane.cpp" | ||
137 | } | ||
138 | |||
139 | opcode_files = | ||
140 | { | ||
141 | matchrecursive("../../OPCODE/*.h", "../../OPCODE/*.cpp") | ||
142 | } | ||
143 | |||
144 | gimpact_files = | ||
145 | { | ||
146 | matchrecursive("../../GIMPACT/*.h", "../../GIMPACT/*.cpp") | ||
147 | } | ||
148 | |||
149 | dif_files = | ||
150 | { | ||
151 | "../../ode/src/export-dif.cpp" | ||
152 | } | ||
153 | |||
154 | package.files = { core_files } | ||
155 | package.excludes = { excluded_files } | ||
156 | |||
157 | if (options["no-dif"]) then | ||
158 | table.insert(package.excludes, dif_files) | ||
159 | end | ||
160 | |||
161 | if (options["no-trimesh"]) then | ||
162 | table.insert(package.excludes, trimesh_files) | ||
163 | else | ||
164 | table.insert(package.files, gimpact_files) | ||
165 | table.insert(package.files, opcode_files) | ||
166 | end | ||
diff --git a/libraries/ode-0.9/build/premake.lua b/libraries/ode-0.9/build/premake.lua new file mode 100644 index 0000000..350365a --- /dev/null +++ b/libraries/ode-0.9/build/premake.lua | |||
@@ -0,0 +1,98 @@ | |||
1 | project.name = "ode" | ||
2 | |||
3 | if (options["target"] == "vs6") then | ||
4 | error("Visual Studio 6 is no longer supported; please upgrade to Visual Studio 2005 C++ Express.") | ||
5 | end | ||
6 | |||
7 | |||
8 | -- Define the build configurations. You can also use the flags | ||
9 | -- `--enable-shared-only` and `--enable-static-only` if you want to | ||
10 | -- call these packages from within your own Premake-enabled project. | ||
11 | |||
12 | if (not options["enable-shared-only"] and not options["enable-static-only"]) then | ||
13 | project.configs = { "DebugDLL", "ReleaseDLL", "DebugLib", "ReleaseLib" } | ||
14 | end | ||
15 | |||
16 | |||
17 | -- Project options | ||
18 | |||
19 | addoption("with-doubles", "Use double instead of float as base numeric type") | ||
20 | addoption("with-demos", "Builds the demo applications and DrawStuff library") | ||
21 | addoption("with-tests", "Builds the unit test application") | ||
22 | addoption("with-gimpact", "Use GIMPACT for trimesh collisions (experimental)") | ||
23 | addoption("no-dif", "Exclude DIF (Dynamics Interchange Format) exports") | ||
24 | addoption("no-trimesh", "Exclude trimesh collision geometry") | ||
25 | addoption("no-alloca", "Use heap memory instead of the stack (experimental)") | ||
26 | |||
27 | |||
28 | -- If the `--usetargetpath` flag is specified, each set of generated files | ||
29 | -- be placed in a directory named for the target toolset. This flag is | ||
30 | -- used by the `--makeall` command (see below). | ||
31 | |||
32 | if (options["usetargetpath"]) then | ||
33 | project.path = options["target"] | ||
34 | end | ||
35 | |||
36 | |||
37 | -- Set the output directories | ||
38 | |||
39 | if (options["enable-shared-only"] or options["enable-static-only"]) then | ||
40 | project.config["Debug"].bindir = "../lib/debug" | ||
41 | project.config["Debug"].libdir = "../lib/debug" | ||
42 | project.config["Release"].bindir = "../lib/release" | ||
43 | project.config["Release"].bindir = "../lib/release" | ||
44 | else | ||
45 | project.config["DebugDLL"].bindir = "../lib/DebugDLL" | ||
46 | project.config["DebugDLL"].libdir = "../lib/DebugDLL" | ||
47 | project.config["ReleaseDLL"].bindir = "../lib/ReleaseDLL" | ||
48 | project.config["ReleaseDLL"].libdir = "../lib/ReleaseDLL" | ||
49 | project.config["DebugLib"].bindir = "../lib/DebugLib" | ||
50 | project.config["DebugLib"].libdir = "../lib/DebugLib" | ||
51 | project.config["ReleaseLib"].bindir = "../lib/ReleaseLib" | ||
52 | project.config["ReleaseLib"].libdir = "../lib/ReleaseLib" | ||
53 | end | ||
54 | |||
55 | |||
56 | -- Build packages | ||
57 | |||
58 | dopackage("ode.lua") | ||
59 | |||
60 | if (options["with-demos"]) then | ||
61 | dopackage("drawstuff.lua") | ||
62 | dopackage("demos.lua") | ||
63 | end | ||
64 | |||
65 | if (options["with-tests"]) then | ||
66 | dopackage("tests.lua") | ||
67 | end | ||
68 | |||
69 | |||
70 | -- Remove all intermediate files | ||
71 | |||
72 | function doclean(cmd, arg) | ||
73 | docommand(cmd, arg) | ||
74 | if (options["target"] == "") then | ||
75 | os.remove("../include/ode/config.h") | ||
76 | end | ||
77 | os.rmdir("custom") | ||
78 | os.rmdir("../lib/debug") | ||
79 | os.rmdir("../lib/release") | ||
80 | os.rmdir("../lib/DebugDLL") | ||
81 | os.rmdir("../lib/DebugLib") | ||
82 | os.rmdir("../lib/ReleaseDLL") | ||
83 | os.rmdir("../lib/ReleaseLib") | ||
84 | os.rmdir("gnu/obj") | ||
85 | os.rmdir("vs2002/obj") | ||
86 | os.rmdir("vs2003/obj") | ||
87 | os.rmdir("vs2005/obj") | ||
88 | end | ||
89 | |||
90 | |||
91 | -- Generate all toolsets in one go | ||
92 | |||
93 | function domakeall(cmd, arg) | ||
94 | os.execute("premake --usetargetpath --with-demos --with-tests --clean --target vs2002") | ||
95 | os.execute("premake --usetargetpath --with-demos --with-tests --clean --target vs2003") | ||
96 | os.execute("premake --usetargetpath --with-demos --with-tests --clean --target vs2005") | ||
97 | os.execute("premake --usetargetpath --with-demos --with-tests --clean --target gnu") | ||
98 | end | ||
diff --git a/libraries/ode-0.9/build/tests.lua b/libraries/ode-0.9/build/tests.lua new file mode 100644 index 0000000..25da24e --- /dev/null +++ b/libraries/ode-0.9/build/tests.lua | |||
@@ -0,0 +1,26 @@ | |||
1 | package.name = "tests" | ||
2 | package.kind = "exe" | ||
3 | package.language = "c++" | ||
4 | package.path = packagepath | ||
5 | package.objdir = "obj/tests" | ||
6 | |||
7 | package.includepaths = | ||
8 | { | ||
9 | "../../include", | ||
10 | "../../tests/CppTestHarness" | ||
11 | } | ||
12 | |||
13 | package.defines = | ||
14 | { | ||
15 | "_CRT_SECURE_NO_DEPRECATE" | ||
16 | } | ||
17 | |||
18 | package.links = | ||
19 | { | ||
20 | "ode" | ||
21 | } | ||
22 | |||
23 | package.files = | ||
24 | { | ||
25 | matchrecursive("../../tests/*.h", "../../tests/*.cpp") | ||
26 | } | ||
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> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_I.vcproj b/libraries/ode-0.9/build/vs2003/demo_I.vcproj new file mode 100644 index 0000000..60b8c1c --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_I.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_I" | ||
6 | ProjectGUID="{F387003D-4CE3-7548-A471-3C2D188AB7D3}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/I/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_I.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/I/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_I.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/I/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_I.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/I/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_I.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_I.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_basket.vcproj b/libraries/ode-0.9/build/vs2003/demo_basket.vcproj new file mode 100644 index 0000000..c8c552d --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_basket.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_basket" | ||
6 | ProjectGUID="{658A5390-4A5E-5A48-9A10-B04A53848994}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/basket/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_basket.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/basket/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_basket.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/basket/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_basket.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/basket/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_basket.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_basket.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_boxstack.vcproj b/libraries/ode-0.9/build/vs2003/demo_boxstack.vcproj new file mode 100644 index 0000000..22c4920 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_boxstack.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_boxstack" | ||
6 | ProjectGUID="{F25F1B18-2103-B147-A5F0-984D0D1EBBDA}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/boxstack/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/boxstack/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/boxstack/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/boxstack/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_boxstack.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_buggy.vcproj b/libraries/ode-0.9/build/vs2003/demo_buggy.vcproj new file mode 100644 index 0000000..dc4c38e --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_buggy.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_buggy" | ||
6 | ProjectGUID="{79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/buggy/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/buggy/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/buggy/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/buggy/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_buggy.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_chain1.vcproj b/libraries/ode-0.9/build/vs2003/demo_chain1.vcproj new file mode 100644 index 0000000..cd20c46 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_chain1.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_chain1" | ||
6 | ProjectGUID="{DC6294E4-6A55-1D41-9846-53EC913D0DC3}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/chain1/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/chain1/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/chain1/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/chain1/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_chain1.c"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_chain2.vcproj b/libraries/ode-0.9/build/vs2003/demo_chain2.vcproj new file mode 100644 index 0000000..d677b26 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_chain2.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_chain2" | ||
6 | ProjectGUID="{D01EDE86-5B74-A24B-B084-FC79608D376D}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/chain2/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/chain2/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/chain2/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/chain2/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_chain2.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_collision.vcproj b/libraries/ode-0.9/build/vs2003/demo_collision.vcproj new file mode 100644 index 0000000..bf0f338 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_collision.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_collision" | ||
6 | ProjectGUID="{238F8FBA-C48F-694E-9D78-6D99DA572645}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/collision/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_collision.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/collision/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_collision.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/collision/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_collision.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/collision/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_collision.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_collision.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_crash.vcproj b/libraries/ode-0.9/build/vs2003/demo_crash.vcproj new file mode 100644 index 0000000..3a5dad0 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_crash.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_crash" | ||
6 | ProjectGUID="{4D828A55-6AAD-B948-8817-38EB3E85F504}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/crash/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_crash.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/crash/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_crash.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/crash/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_crash.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/crash/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_crash.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_crash.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_cyl.vcproj b/libraries/ode-0.9/build/vs2003/demo_cyl.vcproj new file mode 100644 index 0000000..5584ae5 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_cyl.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_cyl" | ||
6 | ProjectGUID="{3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/cyl/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/cyl/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/cyl/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/cyl/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_cyl.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_cylvssphere.vcproj b/libraries/ode-0.9/build/vs2003/demo_cylvssphere.vcproj new file mode 100644 index 0000000..4c2870f --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_cylvssphere.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_cylvssphere" | ||
6 | ProjectGUID="{9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/cylvssphere/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/cylvssphere/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/cylvssphere/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/cylvssphere/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_cylvssphere.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_feedback.vcproj b/libraries/ode-0.9/build/vs2003/demo_feedback.vcproj new file mode 100644 index 0000000..361e72a --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_feedback.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_feedback" | ||
6 | ProjectGUID="{2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/feedback/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/feedback/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/feedback/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/feedback/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_feedback.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_friction.vcproj b/libraries/ode-0.9/build/vs2003/demo_friction.vcproj new file mode 100644 index 0000000..a8a90c0 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_friction.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_friction" | ||
6 | ProjectGUID="{ECE402AB-3062-6745-AC2A-85BB65CA000F}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/friction/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_friction.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/friction/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_friction.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/friction/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_friction.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/friction/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_friction.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_friction.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_heightfield.vcproj b/libraries/ode-0.9/build/vs2003/demo_heightfield.vcproj new file mode 100644 index 0000000..1287bc6 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_heightfield.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_heightfield" | ||
6 | ProjectGUID="{D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/heightfield/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/heightfield/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/heightfield/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/heightfield/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_heightfield.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_hinge.vcproj b/libraries/ode-0.9/build/vs2003/demo_hinge.vcproj new file mode 100644 index 0000000..a7061b7 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_hinge.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_hinge" | ||
6 | ProjectGUID="{1F4FB263-EF66-F247-807C-30DA768C7072}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/hinge/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/hinge/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/hinge/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/hinge/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_hinge.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_joints.vcproj b/libraries/ode-0.9/build/vs2003/demo_joints.vcproj new file mode 100644 index 0000000..b80d31c --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_joints.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_joints" | ||
6 | ProjectGUID="{B05FDE9B-2066-9A49-A286-52FA07638F67}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/joints/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_joints.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/joints/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_joints.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/joints/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_joints.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/joints/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_joints.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_joints.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_motor.vcproj b/libraries/ode-0.9/build/vs2003/demo_motor.vcproj new file mode 100644 index 0000000..8fd9f90 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_motor.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_motor" | ||
6 | ProjectGUID="{94367E2E-BAD6-C04F-9929-77D2FFFD945B}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/motor/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_motor.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/motor/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_motor.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/motor/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_motor.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/motor/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_motor.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_motor.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_moving_trimesh.vcproj b/libraries/ode-0.9/build/vs2003/demo_moving_trimesh.vcproj new file mode 100644 index 0000000..65079c0 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_moving_trimesh.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_moving_trimesh" | ||
6 | ProjectGUID="{94C25B7D-977F-E744-A255-2554C19771A8}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/moving_trimesh/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/moving_trimesh/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/moving_trimesh/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/moving_trimesh/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_moving_trimesh.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_ode.vcproj b/libraries/ode-0.9/build/vs2003/demo_ode.vcproj new file mode 100644 index 0000000..be0ce99 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_ode.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_ode" | ||
6 | ProjectGUID="{26876866-6691-1C48-BB6A-2CF14E2E2B16}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/ode/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_ode.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/ode/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_ode.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/ode/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_ode.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_ode.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_ode.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_plane2d.vcproj b/libraries/ode-0.9/build/vs2003/demo_plane2d.vcproj new file mode 100644 index 0000000..874f182 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_plane2d.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_plane2d" | ||
6 | ProjectGUID="{4C672D5A-F87B-C645-8CA2-A9F4BF94525A}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/plane2d/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/plane2d/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/plane2d/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/plane2d/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_plane2d.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_slider.vcproj b/libraries/ode-0.9/build/vs2003/demo_slider.vcproj new file mode 100644 index 0000000..a9c6bc1 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_slider.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_slider" | ||
6 | ProjectGUID="{5621B59B-14FB-5741-8F14-90A0865161F8}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/slider/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_slider.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/slider/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_slider.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/slider/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_slider.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/slider/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_slider.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_slider.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_space.vcproj b/libraries/ode-0.9/build/vs2003/demo_space.vcproj new file mode 100644 index 0000000..4243a90 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_space.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_space" | ||
6 | ProjectGUID="{8C77C726-B2ED-3745-9433-FF91E9D2556F}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/space/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_space.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/space/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_space.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/space/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_space.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/space/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_space.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_space.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_space_stress.vcproj b/libraries/ode-0.9/build/vs2003/demo_space_stress.vcproj new file mode 100644 index 0000000..988583e --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_space_stress.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_space_stress" | ||
6 | ProjectGUID="{CE00A8A1-848B-9448-9A86-03F518195687}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/space_stress/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/space_stress/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/space_stress/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/space_stress/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_space_stress.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_step.vcproj b/libraries/ode-0.9/build/vs2003/demo_step.vcproj new file mode 100644 index 0000000..353e12f --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_step.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_step" | ||
6 | ProjectGUID="{441E2B42-D9D5-FD48-872E-1F547FEFEC1D}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/step/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_step.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/step/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_step.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/step/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_step.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/step/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_step.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_step.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/demo_trimesh.vcproj b/libraries/ode-0.9/build/vs2003/demo_trimesh.vcproj new file mode 100644 index 0000000..b95ae50 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/demo_trimesh.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="demo_trimesh" | ||
6 | ProjectGUID="{01532891-8699-8846-9409-0DADE3A53422}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/trimesh/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/trimesh/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
94 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
113 | AdditionalIncludeDirectories="../../include"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/trimesh/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="1" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
150 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
169 | AdditionalIncludeDirectories="../../include"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/trimesh/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="1" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
206 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
225 | AdditionalIncludeDirectories="../../include"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="ode" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="demo" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\ode\demo\demo_trimesh.cpp"> | ||
249 | </File> | ||
250 | </Filter> | ||
251 | </Filter> | ||
252 | <Filter | ||
253 | Name="drawstuff" | ||
254 | Filter=""> | ||
255 | <Filter | ||
256 | Name="src" | ||
257 | Filter=""> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/drawstuff.vcproj b/libraries/ode-0.9/build/vs2003/drawstuff.vcproj new file mode 100644 index 0000000..39f0d56 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/drawstuff.vcproj | |||
@@ -0,0 +1,266 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="drawstuff" | ||
6 | ProjectGUID="{029C9CCD-2B3E-BE45-8520-A231CD8C67EC}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/drawstuff/DebugDLL" | ||
17 | ConfigurationType="2" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib" | ||
38 | OutputFile="$(OutDir)/drawstuff.dll" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/drawstuff.pdb" | ||
43 | SubSystem="2" | ||
44 | ImportLibrary="../../lib/DebugDLL/drawstuff.lib" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/drawstuff/ReleaseDLL" | ||
73 | ConfigurationType="2" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="2" | ||
78 | OmitFramePointers="TRUE" | ||
79 | AdditionalIncludeDirectories="../../include" | ||
80 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
81 | StringPooling="TRUE" | ||
82 | RuntimeLibrary="2" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="0"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib" | ||
94 | OutputFile="$(OutDir)/drawstuff.dll" | ||
95 | LinkIncremental="1" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="FALSE" | ||
98 | SubSystem="2" | ||
99 | OptimizeReferences="2" | ||
100 | EnableCOMDATFolding="2" | ||
101 | ImportLibrary="../../lib/ReleaseDLL/drawstuff.lib" | ||
102 | TargetMachine="1"/> | ||
103 | <Tool | ||
104 | Name="VCMIDLTool"/> | ||
105 | <Tool | ||
106 | Name="VCPostBuildEventTool"/> | ||
107 | <Tool | ||
108 | Name="VCPreBuildEventTool"/> | ||
109 | <Tool | ||
110 | Name="VCPreLinkEventTool"/> | ||
111 | <Tool | ||
112 | Name="VCResourceCompilerTool" | ||
113 | PreprocessorDefinitions="WIN32;DS_DLL;USRDLL" | ||
114 | AdditionalIncludeDirectories="../../include"/> | ||
115 | <Tool | ||
116 | Name="VCWebServiceProxyGeneratorTool"/> | ||
117 | <Tool | ||
118 | Name="VCXMLDataGeneratorTool"/> | ||
119 | <Tool | ||
120 | Name="VCWebDeploymentTool"/> | ||
121 | <Tool | ||
122 | Name="VCManagedWrapperGeneratorTool"/> | ||
123 | <Tool | ||
124 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
125 | </Configuration> | ||
126 | <Configuration | ||
127 | Name="DebugLib|Win32" | ||
128 | OutputDirectory="../../lib/DebugLib" | ||
129 | IntermediateDirectory="obj/drawstuff/DebugLib" | ||
130 | ConfigurationType="4" | ||
131 | CharacterSet="2"> | ||
132 | <Tool | ||
133 | Name="VCCLCompilerTool" | ||
134 | Optimization="0" | ||
135 | AdditionalIncludeDirectories="../../include" | ||
136 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
137 | MinimalRebuild="TRUE" | ||
138 | BasicRuntimeChecks="3" | ||
139 | RuntimeLibrary="1" | ||
140 | EnableFunctionLevelLinking="TRUE" | ||
141 | RuntimeTypeInfo="TRUE" | ||
142 | UsePrecompiledHeader="2" | ||
143 | WarningLevel="3" | ||
144 | Detect64BitPortabilityProblems="TRUE" | ||
145 | DebugInformationFormat="4"/> | ||
146 | <Tool | ||
147 | Name="VCCustomBuildTool"/> | ||
148 | <Tool | ||
149 | Name="VCLibrarianTool" | ||
150 | OutputFile="$(OutDir)/drawstuff.lib"/> | ||
151 | <Tool | ||
152 | Name="VCMIDLTool"/> | ||
153 | <Tool | ||
154 | Name="VCPostBuildEventTool"/> | ||
155 | <Tool | ||
156 | Name="VCPreBuildEventTool"/> | ||
157 | <Tool | ||
158 | Name="VCPreLinkEventTool"/> | ||
159 | <Tool | ||
160 | Name="VCResourceCompilerTool" | ||
161 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
162 | AdditionalIncludeDirectories="../../include"/> | ||
163 | <Tool | ||
164 | Name="VCWebServiceProxyGeneratorTool"/> | ||
165 | <Tool | ||
166 | Name="VCXMLDataGeneratorTool"/> | ||
167 | <Tool | ||
168 | Name="VCWebDeploymentTool"/> | ||
169 | <Tool | ||
170 | Name="VCManagedWrapperGeneratorTool"/> | ||
171 | <Tool | ||
172 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
173 | </Configuration> | ||
174 | <Configuration | ||
175 | Name="ReleaseLib|Win32" | ||
176 | OutputDirectory="../../lib/ReleaseLib" | ||
177 | IntermediateDirectory="obj/drawstuff/ReleaseLib" | ||
178 | ConfigurationType="4" | ||
179 | CharacterSet="2"> | ||
180 | <Tool | ||
181 | Name="VCCLCompilerTool" | ||
182 | Optimization="2" | ||
183 | OmitFramePointers="TRUE" | ||
184 | AdditionalIncludeDirectories="../../include" | ||
185 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
186 | StringPooling="TRUE" | ||
187 | RuntimeLibrary="0" | ||
188 | EnableFunctionLevelLinking="TRUE" | ||
189 | RuntimeTypeInfo="TRUE" | ||
190 | UsePrecompiledHeader="2" | ||
191 | WarningLevel="3" | ||
192 | Detect64BitPortabilityProblems="TRUE" | ||
193 | DebugInformationFormat="0"/> | ||
194 | <Tool | ||
195 | Name="VCCustomBuildTool"/> | ||
196 | <Tool | ||
197 | Name="VCLibrarianTool" | ||
198 | OutputFile="$(OutDir)/drawstuff.lib"/> | ||
199 | <Tool | ||
200 | Name="VCMIDLTool"/> | ||
201 | <Tool | ||
202 | Name="VCPostBuildEventTool"/> | ||
203 | <Tool | ||
204 | Name="VCPreBuildEventTool"/> | ||
205 | <Tool | ||
206 | Name="VCPreLinkEventTool"/> | ||
207 | <Tool | ||
208 | Name="VCResourceCompilerTool" | ||
209 | PreprocessorDefinitions="WIN32;DS_LIB" | ||
210 | AdditionalIncludeDirectories="../../include"/> | ||
211 | <Tool | ||
212 | Name="VCWebServiceProxyGeneratorTool"/> | ||
213 | <Tool | ||
214 | Name="VCXMLDataGeneratorTool"/> | ||
215 | <Tool | ||
216 | Name="VCWebDeploymentTool"/> | ||
217 | <Tool | ||
218 | Name="VCManagedWrapperGeneratorTool"/> | ||
219 | <Tool | ||
220 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
221 | </Configuration> | ||
222 | </Configurations> | ||
223 | <References> | ||
224 | </References> | ||
225 | <Files> | ||
226 | <Filter | ||
227 | Name="include" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="drawstuff" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\include\drawstuff\drawstuff.h"> | ||
234 | </File> | ||
235 | <File | ||
236 | RelativePath="..\..\include\drawstuff\version.h"> | ||
237 | </File> | ||
238 | </Filter> | ||
239 | </Filter> | ||
240 | <Filter | ||
241 | Name="drawstuff" | ||
242 | Filter=""> | ||
243 | <Filter | ||
244 | Name="src" | ||
245 | Filter=""> | ||
246 | <File | ||
247 | RelativePath="..\..\drawstuff\src\internal.h"> | ||
248 | </File> | ||
249 | <File | ||
250 | RelativePath="..\..\drawstuff\src\drawstuff.cpp"> | ||
251 | </File> | ||
252 | <File | ||
253 | RelativePath="..\..\drawstuff\src\resource.h"> | ||
254 | </File> | ||
255 | <File | ||
256 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
257 | </File> | ||
258 | <File | ||
259 | RelativePath="..\..\drawstuff\src\windows.cpp"> | ||
260 | </File> | ||
261 | </Filter> | ||
262 | </Filter> | ||
263 | </Files> | ||
264 | <Globals> | ||
265 | </Globals> | ||
266 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/ode.sln b/libraries/ode-0.9/build/vs2003/ode.sln new file mode 100644 index 0000000..e00732b --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/ode.sln | |||
@@ -0,0 +1,388 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 8.00 | ||
2 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ode", "./ode.vcproj", "{5F0953F1-B966-BA4E-A31A-C002A407FD47}" | ||
3 | ProjectSection(ProjectDependencies) = postProject | ||
4 | EndProjectSection | ||
5 | EndProject | ||
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "drawstuff", "./drawstuff.vcproj", "{029C9CCD-2B3E-BE45-8520-A231CD8C67EC}" | ||
7 | ProjectSection(ProjectDependencies) = postProject | ||
8 | EndProjectSection | ||
9 | EndProject | ||
10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_boxstack", "./demo_boxstack.vcproj", "{F25F1B18-2103-B147-A5F0-984D0D1EBBDA}" | ||
11 | ProjectSection(ProjectDependencies) = postProject | ||
12 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
13 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
14 | EndProjectSection | ||
15 | EndProject | ||
16 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_buggy", "./demo_buggy.vcproj", "{79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}" | ||
17 | ProjectSection(ProjectDependencies) = postProject | ||
18 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
19 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
20 | EndProjectSection | ||
21 | EndProject | ||
22 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain1", "./demo_chain1.vcproj", "{DC6294E4-6A55-1D41-9846-53EC913D0DC3}" | ||
23 | ProjectSection(ProjectDependencies) = postProject | ||
24 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
25 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
26 | EndProjectSection | ||
27 | EndProject | ||
28 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain2", "./demo_chain2.vcproj", "{D01EDE86-5B74-A24B-B084-FC79608D376D}" | ||
29 | ProjectSection(ProjectDependencies) = postProject | ||
30 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
31 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
32 | EndProjectSection | ||
33 | EndProject | ||
34 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_collision", "./demo_collision.vcproj", "{238F8FBA-C48F-694E-9D78-6D99DA572645}" | ||
35 | ProjectSection(ProjectDependencies) = postProject | ||
36 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
37 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
38 | EndProjectSection | ||
39 | EndProject | ||
40 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_crash", "./demo_crash.vcproj", "{4D828A55-6AAD-B948-8817-38EB3E85F504}" | ||
41 | ProjectSection(ProjectDependencies) = postProject | ||
42 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
43 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
44 | EndProjectSection | ||
45 | EndProject | ||
46 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_feedback", "./demo_feedback.vcproj", "{2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}" | ||
47 | ProjectSection(ProjectDependencies) = postProject | ||
48 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
49 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
50 | EndProjectSection | ||
51 | EndProject | ||
52 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_friction", "./demo_friction.vcproj", "{ECE402AB-3062-6745-AC2A-85BB65CA000F}" | ||
53 | ProjectSection(ProjectDependencies) = postProject | ||
54 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
55 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
56 | EndProjectSection | ||
57 | EndProject | ||
58 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_heightfield", "./demo_heightfield.vcproj", "{D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}" | ||
59 | ProjectSection(ProjectDependencies) = postProject | ||
60 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
61 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
62 | EndProjectSection | ||
63 | EndProject | ||
64 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_hinge", "./demo_hinge.vcproj", "{1F4FB263-EF66-F247-807C-30DA768C7072}" | ||
65 | ProjectSection(ProjectDependencies) = postProject | ||
66 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
67 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
68 | EndProjectSection | ||
69 | EndProject | ||
70 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_I", "./demo_I.vcproj", "{F387003D-4CE3-7548-A471-3C2D188AB7D3}" | ||
71 | ProjectSection(ProjectDependencies) = postProject | ||
72 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
73 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
74 | EndProjectSection | ||
75 | EndProject | ||
76 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_joints", "./demo_joints.vcproj", "{B05FDE9B-2066-9A49-A286-52FA07638F67}" | ||
77 | ProjectSection(ProjectDependencies) = postProject | ||
78 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
79 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
80 | EndProjectSection | ||
81 | EndProject | ||
82 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_motor", "./demo_motor.vcproj", "{94367E2E-BAD6-C04F-9929-77D2FFFD945B}" | ||
83 | ProjectSection(ProjectDependencies) = postProject | ||
84 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
85 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
86 | EndProjectSection | ||
87 | EndProject | ||
88 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_ode", "./demo_ode.vcproj", "{26876866-6691-1C48-BB6A-2CF14E2E2B16}" | ||
89 | ProjectSection(ProjectDependencies) = postProject | ||
90 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
91 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
92 | EndProjectSection | ||
93 | EndProject | ||
94 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_plane2d", "./demo_plane2d.vcproj", "{4C672D5A-F87B-C645-8CA2-A9F4BF94525A}" | ||
95 | ProjectSection(ProjectDependencies) = postProject | ||
96 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
97 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
98 | EndProjectSection | ||
99 | EndProject | ||
100 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_slider", "./demo_slider.vcproj", "{5621B59B-14FB-5741-8F14-90A0865161F8}" | ||
101 | ProjectSection(ProjectDependencies) = postProject | ||
102 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
103 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
104 | EndProjectSection | ||
105 | EndProject | ||
106 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space", "./demo_space.vcproj", "{8C77C726-B2ED-3745-9433-FF91E9D2556F}" | ||
107 | ProjectSection(ProjectDependencies) = postProject | ||
108 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
109 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
110 | EndProjectSection | ||
111 | EndProject | ||
112 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space_stress", "./demo_space_stress.vcproj", "{CE00A8A1-848B-9448-9A86-03F518195687}" | ||
113 | ProjectSection(ProjectDependencies) = postProject | ||
114 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
115 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
116 | EndProjectSection | ||
117 | EndProject | ||
118 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_step", "./demo_step.vcproj", "{441E2B42-D9D5-FD48-872E-1F547FEFEC1D}" | ||
119 | ProjectSection(ProjectDependencies) = postProject | ||
120 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
121 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
122 | EndProjectSection | ||
123 | EndProject | ||
124 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_basket", "./demo_basket.vcproj", "{658A5390-4A5E-5A48-9A10-B04A53848994}" | ||
125 | ProjectSection(ProjectDependencies) = postProject | ||
126 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
127 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
128 | EndProjectSection | ||
129 | EndProject | ||
130 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cyl", "./demo_cyl.vcproj", "{3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}" | ||
131 | ProjectSection(ProjectDependencies) = postProject | ||
132 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
133 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
134 | EndProjectSection | ||
135 | EndProject | ||
136 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_moving_trimesh", "./demo_moving_trimesh.vcproj", "{94C25B7D-977F-E744-A255-2554C19771A8}" | ||
137 | ProjectSection(ProjectDependencies) = postProject | ||
138 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
139 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
140 | EndProjectSection | ||
141 | EndProject | ||
142 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_trimesh", "./demo_trimesh.vcproj", "{01532891-8699-8846-9409-0DADE3A53422}" | ||
143 | ProjectSection(ProjectDependencies) = postProject | ||
144 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
145 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
146 | EndProjectSection | ||
147 | EndProject | ||
148 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cylvssphere", "./demo_cylvssphere.vcproj", "{9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}" | ||
149 | ProjectSection(ProjectDependencies) = postProject | ||
150 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
151 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} = {029C9CCD-2B3E-BE45-8520-A231CD8C67EC} | ||
152 | EndProjectSection | ||
153 | EndProject | ||
154 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "./tests.vcproj", "{65028345-CDF4-B74C-B94F-8F4A0493D8C4}" | ||
155 | ProjectSection(ProjectDependencies) = postProject | ||
156 | {5F0953F1-B966-BA4E-A31A-C002A407FD47} = {5F0953F1-B966-BA4E-A31A-C002A407FD47} | ||
157 | EndProjectSection | ||
158 | EndProject | ||
159 | Global | ||
160 | GlobalSection(SolutionConfiguration) = preSolution | ||
161 | DebugDLL = DebugDLL | ||
162 | ReleaseDLL = ReleaseDLL | ||
163 | DebugLib = DebugLib | ||
164 | ReleaseLib = ReleaseLib | ||
165 | EndGlobalSection | ||
166 | GlobalSection(ProjectConfiguration) = postSolution | ||
167 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
168 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
169 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
170 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
171 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
172 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.DebugLib.Build.0 = DebugLib|Win32 | ||
173 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
174 | {5F0953F1-B966-BA4E-A31A-C002A407FD47}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
175 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
176 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
177 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
178 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
179 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
180 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.DebugLib.Build.0 = DebugLib|Win32 | ||
181 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
182 | {029C9CCD-2B3E-BE45-8520-A231CD8C67EC}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
183 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
184 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
185 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
186 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
187 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
188 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.DebugLib.Build.0 = DebugLib|Win32 | ||
189 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
190 | {F25F1B18-2103-B147-A5F0-984D0D1EBBDA}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
191 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
192 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
193 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
194 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
195 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
196 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.DebugLib.Build.0 = DebugLib|Win32 | ||
197 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
198 | {79FFAF28-2FD1-6744-909F-7F7E68DDEB6D}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
199 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
200 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
201 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
202 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
203 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
204 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.DebugLib.Build.0 = DebugLib|Win32 | ||
205 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
206 | {DC6294E4-6A55-1D41-9846-53EC913D0DC3}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
207 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
208 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
209 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
210 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
211 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
212 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.DebugLib.Build.0 = DebugLib|Win32 | ||
213 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
214 | {D01EDE86-5B74-A24B-B084-FC79608D376D}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
215 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
216 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
217 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
218 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
219 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
220 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.DebugLib.Build.0 = DebugLib|Win32 | ||
221 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
222 | {238F8FBA-C48F-694E-9D78-6D99DA572645}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
223 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
224 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
225 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
226 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
227 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
228 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.DebugLib.Build.0 = DebugLib|Win32 | ||
229 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
230 | {4D828A55-6AAD-B948-8817-38EB3E85F504}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
231 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
232 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
233 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
234 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
235 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
236 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.DebugLib.Build.0 = DebugLib|Win32 | ||
237 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
238 | {2CFE9EEA-E735-BD49-96FF-34C2C3893AC7}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
239 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
240 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
241 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
242 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
243 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
244 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.DebugLib.Build.0 = DebugLib|Win32 | ||
245 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
246 | {ECE402AB-3062-6745-AC2A-85BB65CA000F}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
247 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
248 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
249 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
250 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
251 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
252 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.DebugLib.Build.0 = DebugLib|Win32 | ||
253 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
254 | {D746A3DA-E7D4-6A4A-B078-D5E5A79CFB5F}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
255 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
256 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
257 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
258 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
259 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
260 | {1F4FB263-EF66-F247-807C-30DA768C7072}.DebugLib.Build.0 = DebugLib|Win32 | ||
261 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
262 | {1F4FB263-EF66-F247-807C-30DA768C7072}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
263 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
264 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
265 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
266 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
267 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
268 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.DebugLib.Build.0 = DebugLib|Win32 | ||
269 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
270 | {F387003D-4CE3-7548-A471-3C2D188AB7D3}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
271 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
272 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
273 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
274 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
275 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
276 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.DebugLib.Build.0 = DebugLib|Win32 | ||
277 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
278 | {B05FDE9B-2066-9A49-A286-52FA07638F67}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
279 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
280 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
281 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
282 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
283 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
284 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.DebugLib.Build.0 = DebugLib|Win32 | ||
285 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
286 | {94367E2E-BAD6-C04F-9929-77D2FFFD945B}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
287 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
288 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
289 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
290 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
291 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
292 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.DebugLib.Build.0 = DebugLib|Win32 | ||
293 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
294 | {26876866-6691-1C48-BB6A-2CF14E2E2B16}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
295 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
296 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
297 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
298 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
299 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
300 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.DebugLib.Build.0 = DebugLib|Win32 | ||
301 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
302 | {4C672D5A-F87B-C645-8CA2-A9F4BF94525A}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
303 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
304 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
305 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
306 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
307 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
308 | {5621B59B-14FB-5741-8F14-90A0865161F8}.DebugLib.Build.0 = DebugLib|Win32 | ||
309 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
310 | {5621B59B-14FB-5741-8F14-90A0865161F8}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
311 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
312 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
313 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
314 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
315 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
316 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.DebugLib.Build.0 = DebugLib|Win32 | ||
317 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
318 | {8C77C726-B2ED-3745-9433-FF91E9D2556F}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
319 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
320 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
321 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
322 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
323 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
324 | {CE00A8A1-848B-9448-9A86-03F518195687}.DebugLib.Build.0 = DebugLib|Win32 | ||
325 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
326 | {CE00A8A1-848B-9448-9A86-03F518195687}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
327 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
328 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
329 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
330 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
331 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
332 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.DebugLib.Build.0 = DebugLib|Win32 | ||
333 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
334 | {441E2B42-D9D5-FD48-872E-1F547FEFEC1D}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
335 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
336 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
337 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
338 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
339 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
340 | {658A5390-4A5E-5A48-9A10-B04A53848994}.DebugLib.Build.0 = DebugLib|Win32 | ||
341 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
342 | {658A5390-4A5E-5A48-9A10-B04A53848994}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
343 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
344 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
345 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
346 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
347 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
348 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.DebugLib.Build.0 = DebugLib|Win32 | ||
349 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
350 | {3E62DE94-D6E5-0F42-A99B-CAA0139E7C82}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
351 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
352 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
353 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
354 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
355 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
356 | {94C25B7D-977F-E744-A255-2554C19771A8}.DebugLib.Build.0 = DebugLib|Win32 | ||
357 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
358 | {94C25B7D-977F-E744-A255-2554C19771A8}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
359 | {01532891-8699-8846-9409-0DADE3A53422}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
360 | {01532891-8699-8846-9409-0DADE3A53422}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
361 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
362 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
363 | {01532891-8699-8846-9409-0DADE3A53422}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
364 | {01532891-8699-8846-9409-0DADE3A53422}.DebugLib.Build.0 = DebugLib|Win32 | ||
365 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
366 | {01532891-8699-8846-9409-0DADE3A53422}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
367 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
368 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
369 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
370 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
371 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
372 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.DebugLib.Build.0 = DebugLib|Win32 | ||
373 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
374 | {9419B36B-EB65-8F4C-9E29-9DE728FEF4BA}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
375 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugDLL.ActiveCfg = DebugDLL|Win32 | ||
376 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugDLL.Build.0 = DebugDLL|Win32 | ||
377 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseDLL.ActiveCfg = ReleaseDLL|Win32 | ||
378 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseDLL.Build.0 = ReleaseDLL|Win32 | ||
379 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugLib.ActiveCfg = DebugLib|Win32 | ||
380 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.DebugLib.Build.0 = DebugLib|Win32 | ||
381 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseLib.ActiveCfg = ReleaseLib|Win32 | ||
382 | {65028345-CDF4-B74C-B94F-8F4A0493D8C4}.ReleaseLib.Build.0 = ReleaseLib|Win32 | ||
383 | EndGlobalSection | ||
384 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
385 | EndGlobalSection | ||
386 | GlobalSection(ExtensibilityAddIns) = postSolution | ||
387 | EndGlobalSection | ||
388 | EndGlobal | ||
diff --git a/libraries/ode-0.9/build/vs2003/ode.vcproj b/libraries/ode-0.9/build/vs2003/ode.vcproj new file mode 100644 index 0000000..80bed8e --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/ode.vcproj | |||
@@ -0,0 +1,890 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="ode" | ||
6 | ProjectGUID="{5F0953F1-B966-BA4E-A31A-C002A407FD47}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/ode/DebugDLL" | ||
17 | ConfigurationType="2" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
23 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="user32.lib" | ||
38 | OutputFile="$(OutDir)/ode.dll" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/ode.pdb" | ||
43 | SubSystem="2" | ||
44 | ImportLibrary="../../lib/DebugDLL/ode.lib" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
57 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/ode/ReleaseDLL" | ||
73 | ConfigurationType="2" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="2" | ||
78 | OmitFramePointers="TRUE" | ||
79 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
80 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
81 | StringPooling="TRUE" | ||
82 | RuntimeLibrary="2" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="0"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="user32.lib" | ||
94 | OutputFile="$(OutDir)/ode.dll" | ||
95 | LinkIncremental="1" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="FALSE" | ||
98 | SubSystem="2" | ||
99 | OptimizeReferences="2" | ||
100 | EnableCOMDATFolding="2" | ||
101 | ImportLibrary="../../lib/ReleaseDLL/ode.lib" | ||
102 | TargetMachine="1"/> | ||
103 | <Tool | ||
104 | Name="VCMIDLTool"/> | ||
105 | <Tool | ||
106 | Name="VCPostBuildEventTool"/> | ||
107 | <Tool | ||
108 | Name="VCPreBuildEventTool"/> | ||
109 | <Tool | ||
110 | Name="VCPreLinkEventTool"/> | ||
111 | <Tool | ||
112 | Name="VCResourceCompilerTool" | ||
113 | PreprocessorDefinitions="WIN32;ODE_DLL" | ||
114 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
115 | <Tool | ||
116 | Name="VCWebServiceProxyGeneratorTool"/> | ||
117 | <Tool | ||
118 | Name="VCXMLDataGeneratorTool"/> | ||
119 | <Tool | ||
120 | Name="VCWebDeploymentTool"/> | ||
121 | <Tool | ||
122 | Name="VCManagedWrapperGeneratorTool"/> | ||
123 | <Tool | ||
124 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
125 | </Configuration> | ||
126 | <Configuration | ||
127 | Name="DebugLib|Win32" | ||
128 | OutputDirectory="../../lib/DebugLib" | ||
129 | IntermediateDirectory="obj/ode/DebugLib" | ||
130 | ConfigurationType="4" | ||
131 | CharacterSet="2"> | ||
132 | <Tool | ||
133 | Name="VCCLCompilerTool" | ||
134 | Optimization="0" | ||
135 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
136 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
137 | MinimalRebuild="TRUE" | ||
138 | BasicRuntimeChecks="3" | ||
139 | RuntimeLibrary="1" | ||
140 | EnableFunctionLevelLinking="TRUE" | ||
141 | RuntimeTypeInfo="TRUE" | ||
142 | UsePrecompiledHeader="2" | ||
143 | WarningLevel="3" | ||
144 | Detect64BitPortabilityProblems="TRUE" | ||
145 | DebugInformationFormat="4"/> | ||
146 | <Tool | ||
147 | Name="VCCustomBuildTool"/> | ||
148 | <Tool | ||
149 | Name="VCLibrarianTool" | ||
150 | OutputFile="$(OutDir)/ode.lib"/> | ||
151 | <Tool | ||
152 | Name="VCMIDLTool"/> | ||
153 | <Tool | ||
154 | Name="VCPostBuildEventTool"/> | ||
155 | <Tool | ||
156 | Name="VCPreBuildEventTool"/> | ||
157 | <Tool | ||
158 | Name="VCPreLinkEventTool"/> | ||
159 | <Tool | ||
160 | Name="VCResourceCompilerTool" | ||
161 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
162 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
163 | <Tool | ||
164 | Name="VCWebServiceProxyGeneratorTool"/> | ||
165 | <Tool | ||
166 | Name="VCXMLDataGeneratorTool"/> | ||
167 | <Tool | ||
168 | Name="VCWebDeploymentTool"/> | ||
169 | <Tool | ||
170 | Name="VCManagedWrapperGeneratorTool"/> | ||
171 | <Tool | ||
172 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
173 | </Configuration> | ||
174 | <Configuration | ||
175 | Name="ReleaseLib|Win32" | ||
176 | OutputDirectory="../../lib/ReleaseLib" | ||
177 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
178 | ConfigurationType="4" | ||
179 | CharacterSet="2"> | ||
180 | <Tool | ||
181 | Name="VCCLCompilerTool" | ||
182 | Optimization="2" | ||
183 | OmitFramePointers="TRUE" | ||
184 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
185 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
186 | StringPooling="TRUE" | ||
187 | RuntimeLibrary="0" | ||
188 | EnableFunctionLevelLinking="TRUE" | ||
189 | RuntimeTypeInfo="TRUE" | ||
190 | UsePrecompiledHeader="2" | ||
191 | WarningLevel="3" | ||
192 | Detect64BitPortabilityProblems="TRUE" | ||
193 | DebugInformationFormat="0"/> | ||
194 | <Tool | ||
195 | Name="VCCustomBuildTool"/> | ||
196 | <Tool | ||
197 | Name="VCLibrarianTool" | ||
198 | OutputFile="$(OutDir)/ode.lib"/> | ||
199 | <Tool | ||
200 | Name="VCMIDLTool"/> | ||
201 | <Tool | ||
202 | Name="VCPostBuildEventTool"/> | ||
203 | <Tool | ||
204 | Name="VCPreBuildEventTool"/> | ||
205 | <Tool | ||
206 | Name="VCPreLinkEventTool"/> | ||
207 | <Tool | ||
208 | Name="VCResourceCompilerTool" | ||
209 | PreprocessorDefinitions="WIN32;ODE_LIB" | ||
210 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include"/> | ||
211 | <Tool | ||
212 | Name="VCWebServiceProxyGeneratorTool"/> | ||
213 | <Tool | ||
214 | Name="VCXMLDataGeneratorTool"/> | ||
215 | <Tool | ||
216 | Name="VCWebDeploymentTool"/> | ||
217 | <Tool | ||
218 | Name="VCManagedWrapperGeneratorTool"/> | ||
219 | <Tool | ||
220 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
221 | </Configuration> | ||
222 | </Configurations> | ||
223 | <References> | ||
224 | </References> | ||
225 | <Files> | ||
226 | <Filter | ||
227 | Name="include" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="ode" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\include\ode\collision.h"> | ||
234 | </File> | ||
235 | <File | ||
236 | RelativePath="..\..\include\ode\collision_space.h"> | ||
237 | </File> | ||
238 | <File | ||
239 | RelativePath="..\..\include\ode\collision_trimesh.h"> | ||
240 | </File> | ||
241 | <File | ||
242 | RelativePath="..\..\include\ode\common.h"> | ||
243 | </File> | ||
244 | <File | ||
245 | RelativePath="..\..\include\ode\compatibility.h"> | ||
246 | </File> | ||
247 | <File | ||
248 | RelativePath="..\..\include\ode\config.h"> | ||
249 | </File> | ||
250 | <File | ||
251 | RelativePath="..\..\include\ode\contact.h"> | ||
252 | </File> | ||
253 | <File | ||
254 | RelativePath="..\..\include\ode\error.h"> | ||
255 | </File> | ||
256 | <File | ||
257 | RelativePath="..\..\include\ode\export-dif.h"> | ||
258 | </File> | ||
259 | <File | ||
260 | RelativePath="..\..\include\ode\mass.h"> | ||
261 | </File> | ||
262 | <File | ||
263 | RelativePath="..\..\include\ode\matrix.h"> | ||
264 | </File> | ||
265 | <File | ||
266 | RelativePath="..\..\include\ode\memory.h"> | ||
267 | </File> | ||
268 | <File | ||
269 | RelativePath="..\..\include\ode\misc.h"> | ||
270 | </File> | ||
271 | <File | ||
272 | RelativePath="..\..\include\ode\objects.h"> | ||
273 | </File> | ||
274 | <File | ||
275 | RelativePath="..\..\include\ode\ode.h"> | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath="..\..\include\ode\odecpp.h"> | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath="..\..\include\ode\odecpp_collision.h"> | ||
282 | </File> | ||
283 | <File | ||
284 | RelativePath="..\..\include\ode\odemath.h"> | ||
285 | </File> | ||
286 | <File | ||
287 | RelativePath="..\..\include\ode\rotation.h"> | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath="..\..\include\ode\timer.h"> | ||
291 | </File> | ||
292 | </Filter> | ||
293 | </Filter> | ||
294 | <Filter | ||
295 | Name="ode" | ||
296 | Filter=""> | ||
297 | <Filter | ||
298 | Name="src" | ||
299 | Filter=""> | ||
300 | <File | ||
301 | RelativePath="..\..\ode\src\array.h"> | ||
302 | </File> | ||
303 | <File | ||
304 | RelativePath="..\..\ode\src\collision_kernel.h"> | ||
305 | </File> | ||
306 | <File | ||
307 | RelativePath="..\..\ode\src\collision_space_internal.h"> | ||
308 | </File> | ||
309 | <File | ||
310 | RelativePath="..\..\ode\src\collision_std.h"> | ||
311 | </File> | ||
312 | <File | ||
313 | RelativePath="..\..\ode\src\collision_transform.h"> | ||
314 | </File> | ||
315 | <File | ||
316 | RelativePath="..\..\ode\src\collision_trimesh_internal.h"> | ||
317 | </File> | ||
318 | <File | ||
319 | RelativePath="..\..\ode\src\collision_util.h"> | ||
320 | </File> | ||
321 | <File | ||
322 | RelativePath="..\..\ode\src\heightfield.h"> | ||
323 | </File> | ||
324 | <File | ||
325 | RelativePath="..\..\ode\src\joint.h"> | ||
326 | </File> | ||
327 | <File | ||
328 | RelativePath="..\..\ode\src\lcp.h"> | ||
329 | </File> | ||
330 | <File | ||
331 | RelativePath="..\..\ode\src\mat.h"> | ||
332 | </File> | ||
333 | <File | ||
334 | RelativePath="..\..\ode\src\objects.h"> | ||
335 | </File> | ||
336 | <File | ||
337 | RelativePath="..\..\ode\src\obstack.h"> | ||
338 | </File> | ||
339 | <File | ||
340 | RelativePath="..\..\ode\src\quickstep.h"> | ||
341 | </File> | ||
342 | <File | ||
343 | RelativePath="..\..\ode\src\stack.h"> | ||
344 | </File> | ||
345 | <File | ||
346 | RelativePath="..\..\ode\src\step.h"> | ||
347 | </File> | ||
348 | <File | ||
349 | RelativePath="..\..\ode\src\testing.h"> | ||
350 | </File> | ||
351 | <File | ||
352 | RelativePath="..\..\ode\src\util.h"> | ||
353 | </File> | ||
354 | <File | ||
355 | RelativePath="..\..\ode\src\fastdot.c"> | ||
356 | </File> | ||
357 | <File | ||
358 | RelativePath="..\..\ode\src\fastldlt.c"> | ||
359 | </File> | ||
360 | <File | ||
361 | RelativePath="..\..\ode\src\fastlsolve.c"> | ||
362 | </File> | ||
363 | <File | ||
364 | RelativePath="..\..\ode\src\fastltsolve.c"> | ||
365 | </File> | ||
366 | <File | ||
367 | RelativePath="..\..\ode\src\array.cpp"> | ||
368 | </File> | ||
369 | <File | ||
370 | RelativePath="..\..\ode\src\box.cpp"> | ||
371 | </File> | ||
372 | <File | ||
373 | RelativePath="..\..\ode\src\capsule.cpp"> | ||
374 | </File> | ||
375 | <File | ||
376 | RelativePath="..\..\ode\src\collision_cylinder_box.cpp"> | ||
377 | </File> | ||
378 | <File | ||
379 | RelativePath="..\..\ode\src\collision_cylinder_plane.cpp"> | ||
380 | </File> | ||
381 | <File | ||
382 | RelativePath="..\..\ode\src\collision_cylinder_sphere.cpp"> | ||
383 | </File> | ||
384 | <File | ||
385 | RelativePath="..\..\ode\src\collision_cylinder_trimesh.cpp"> | ||
386 | </File> | ||
387 | <File | ||
388 | RelativePath="..\..\ode\src\collision_kernel.cpp"> | ||
389 | </File> | ||
390 | <File | ||
391 | RelativePath="..\..\ode\src\collision_quadtreespace.cpp"> | ||
392 | </File> | ||
393 | <File | ||
394 | RelativePath="..\..\ode\src\collision_space.cpp"> | ||
395 | </File> | ||
396 | <File | ||
397 | RelativePath="..\..\ode\src\collision_transform.cpp"> | ||
398 | </File> | ||
399 | <File | ||
400 | RelativePath="..\..\ode\src\collision_trimesh_box.cpp"> | ||
401 | </File> | ||
402 | <File | ||
403 | RelativePath="..\..\ode\src\collision_trimesh_ccylinder.cpp"> | ||
404 | </File> | ||
405 | <File | ||
406 | RelativePath="..\..\ode\src\collision_trimesh_distance.cpp"> | ||
407 | </File> | ||
408 | <File | ||
409 | RelativePath="..\..\ode\src\collision_trimesh_gimpact.cpp"> | ||
410 | </File> | ||
411 | <File | ||
412 | RelativePath="..\..\ode\src\collision_trimesh_opcode.cpp"> | ||
413 | </File> | ||
414 | <File | ||
415 | RelativePath="..\..\ode\src\collision_trimesh_plane.cpp"> | ||
416 | </File> | ||
417 | <File | ||
418 | RelativePath="..\..\ode\src\collision_trimesh_ray.cpp"> | ||
419 | </File> | ||
420 | <File | ||
421 | RelativePath="..\..\ode\src\collision_trimesh_sphere.cpp"> | ||
422 | </File> | ||
423 | <File | ||
424 | RelativePath="..\..\ode\src\collision_trimesh_trimesh.cpp"> | ||
425 | </File> | ||
426 | <File | ||
427 | RelativePath="..\..\ode\src\collision_trimesh_trimesh_new.cpp"> | ||
428 | </File> | ||
429 | <File | ||
430 | RelativePath="..\..\ode\src\collision_util.cpp"> | ||
431 | </File> | ||
432 | <File | ||
433 | RelativePath="..\..\ode\src\convex.cpp"> | ||
434 | </File> | ||
435 | <File | ||
436 | RelativePath="..\..\ode\src\cylinder.cpp"> | ||
437 | </File> | ||
438 | <File | ||
439 | RelativePath="..\..\ode\src\error.cpp"> | ||
440 | </File> | ||
441 | <File | ||
442 | RelativePath="..\..\ode\src\export-dif.cpp"> | ||
443 | </File> | ||
444 | <File | ||
445 | RelativePath="..\..\ode\src\heightfield.cpp"> | ||
446 | </File> | ||
447 | <File | ||
448 | RelativePath="..\..\ode\src\joint.cpp"> | ||
449 | </File> | ||
450 | <File | ||
451 | RelativePath="..\..\ode\src\lcp.cpp"> | ||
452 | </File> | ||
453 | <File | ||
454 | RelativePath="..\..\ode\src\mass.cpp"> | ||
455 | </File> | ||
456 | <File | ||
457 | RelativePath="..\..\ode\src\mat.cpp"> | ||
458 | </File> | ||
459 | <File | ||
460 | RelativePath="..\..\ode\src\matrix.cpp"> | ||
461 | </File> | ||
462 | <File | ||
463 | RelativePath="..\..\ode\src\memory.cpp"> | ||
464 | </File> | ||
465 | <File | ||
466 | RelativePath="..\..\ode\src\misc.cpp"> | ||
467 | </File> | ||
468 | <File | ||
469 | RelativePath="..\..\ode\src\obstack.cpp"> | ||
470 | </File> | ||
471 | <File | ||
472 | RelativePath="..\..\ode\src\ode.cpp"> | ||
473 | </File> | ||
474 | <File | ||
475 | RelativePath="..\..\ode\src\odemath.cpp"> | ||
476 | </File> | ||
477 | <File | ||
478 | RelativePath="..\..\ode\src\plane.cpp"> | ||
479 | </File> | ||
480 | <File | ||
481 | RelativePath="..\..\ode\src\quickstep.cpp"> | ||
482 | </File> | ||
483 | <File | ||
484 | RelativePath="..\..\ode\src\ray.cpp"> | ||
485 | </File> | ||
486 | <File | ||
487 | RelativePath="..\..\ode\src\rotation.cpp"> | ||
488 | </File> | ||
489 | <File | ||
490 | RelativePath="..\..\ode\src\sphere.cpp"> | ||
491 | </File> | ||
492 | <File | ||
493 | RelativePath="..\..\ode\src\step.cpp"> | ||
494 | </File> | ||
495 | <File | ||
496 | RelativePath="..\..\ode\src\stepfast.cpp"> | ||
497 | </File> | ||
498 | <File | ||
499 | RelativePath="..\..\ode\src\testing.cpp"> | ||
500 | </File> | ||
501 | <File | ||
502 | RelativePath="..\..\ode\src\timer.cpp"> | ||
503 | </File> | ||
504 | <File | ||
505 | RelativePath="..\..\ode\src\util.cpp"> | ||
506 | </File> | ||
507 | </Filter> | ||
508 | </Filter> | ||
509 | <Filter | ||
510 | Name="GIMPACT" | ||
511 | Filter=""> | ||
512 | <Filter | ||
513 | Name="include" | ||
514 | Filter=""> | ||
515 | <Filter | ||
516 | Name="GIMPACT" | ||
517 | Filter=""> | ||
518 | <File | ||
519 | RelativePath="..\..\GIMPACT\include\GIMPACT\gimpact.h"> | ||
520 | </File> | ||
521 | <File | ||
522 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_boxpruning.h"> | ||
523 | </File> | ||
524 | <File | ||
525 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_contact.h"> | ||
526 | </File> | ||
527 | <File | ||
528 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_geometry.h"> | ||
529 | </File> | ||
530 | <File | ||
531 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_math.h"> | ||
532 | </File> | ||
533 | <File | ||
534 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_memory.h"> | ||
535 | </File> | ||
536 | <File | ||
537 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_radixsort.h"> | ||
538 | </File> | ||
539 | <File | ||
540 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_trimesh.h"> | ||
541 | </File> | ||
542 | <File | ||
543 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_capsule_collision.h"> | ||
544 | </File> | ||
545 | <File | ||
546 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_collision.h"> | ||
547 | </File> | ||
548 | <File | ||
549 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_sphere_collision.h"> | ||
550 | </File> | ||
551 | </Filter> | ||
552 | </Filter> | ||
553 | <Filter | ||
554 | Name="src" | ||
555 | Filter=""> | ||
556 | <File | ||
557 | RelativePath="..\..\GIMPACT\src\gimpact.cpp"> | ||
558 | </File> | ||
559 | <File | ||
560 | RelativePath="..\..\GIMPACT\src\gim_boxpruning.cpp"> | ||
561 | </File> | ||
562 | <File | ||
563 | RelativePath="..\..\GIMPACT\src\gim_contact.cpp"> | ||
564 | </File> | ||
565 | <File | ||
566 | RelativePath="..\..\GIMPACT\src\gim_math.cpp"> | ||
567 | </File> | ||
568 | <File | ||
569 | RelativePath="..\..\GIMPACT\src\gim_memory.cpp"> | ||
570 | </File> | ||
571 | <File | ||
572 | RelativePath="..\..\GIMPACT\src\gim_trimesh.cpp"> | ||
573 | </File> | ||
574 | <File | ||
575 | RelativePath="..\..\GIMPACT\src\gim_trimesh_capsule_collision.cpp"> | ||
576 | </File> | ||
577 | <File | ||
578 | RelativePath="..\..\GIMPACT\src\gim_trimesh_ray_collision.cpp"> | ||
579 | </File> | ||
580 | <File | ||
581 | RelativePath="..\..\GIMPACT\src\gim_trimesh_sphere_collision.cpp"> | ||
582 | </File> | ||
583 | <File | ||
584 | RelativePath="..\..\GIMPACT\src\gim_trimesh_trimesh_collision.cpp"> | ||
585 | </File> | ||
586 | <File | ||
587 | RelativePath="..\..\GIMPACT\src\gim_tri_tri_overlap.cpp"> | ||
588 | </File> | ||
589 | </Filter> | ||
590 | </Filter> | ||
591 | <Filter | ||
592 | Name="OPCODE" | ||
593 | Filter=""> | ||
594 | <Filter | ||
595 | Name="Ice" | ||
596 | Filter=""> | ||
597 | <File | ||
598 | RelativePath="..\..\OPCODE\Ice\IceAABB.h"> | ||
599 | </File> | ||
600 | <File | ||
601 | RelativePath="..\..\OPCODE\Ice\IceAxes.h"> | ||
602 | </File> | ||
603 | <File | ||
604 | RelativePath="..\..\OPCODE\Ice\IceBoundingSphere.h"> | ||
605 | </File> | ||
606 | <File | ||
607 | RelativePath="..\..\OPCODE\Ice\IceContainer.h"> | ||
608 | </File> | ||
609 | <File | ||
610 | RelativePath="..\..\OPCODE\Ice\IceFPU.h"> | ||
611 | </File> | ||
612 | <File | ||
613 | RelativePath="..\..\OPCODE\Ice\IceHPoint.h"> | ||
614 | </File> | ||
615 | <File | ||
616 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.h"> | ||
617 | </File> | ||
618 | <File | ||
619 | RelativePath="..\..\OPCODE\Ice\IceLSS.h"> | ||
620 | </File> | ||
621 | <File | ||
622 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.h"> | ||
623 | </File> | ||
624 | <File | ||
625 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.h"> | ||
626 | </File> | ||
627 | <File | ||
628 | RelativePath="..\..\OPCODE\Ice\IceMemoryMacros.h"> | ||
629 | </File> | ||
630 | <File | ||
631 | RelativePath="..\..\OPCODE\Ice\IceOBB.h"> | ||
632 | </File> | ||
633 | <File | ||
634 | RelativePath="..\..\OPCODE\Ice\IcePairs.h"> | ||
635 | </File> | ||
636 | <File | ||
637 | RelativePath="..\..\OPCODE\Ice\IcePlane.h"> | ||
638 | </File> | ||
639 | <File | ||
640 | RelativePath="..\..\OPCODE\Ice\IcePoint.h"> | ||
641 | </File> | ||
642 | <File | ||
643 | RelativePath="..\..\OPCODE\Ice\IcePreprocessor.h"> | ||
644 | </File> | ||
645 | <File | ||
646 | RelativePath="..\..\OPCODE\Ice\IceRandom.h"> | ||
647 | </File> | ||
648 | <File | ||
649 | RelativePath="..\..\OPCODE\Ice\IceRay.h"> | ||
650 | </File> | ||
651 | <File | ||
652 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.h"> | ||
653 | </File> | ||
654 | <File | ||
655 | RelativePath="..\..\OPCODE\Ice\IceSegment.h"> | ||
656 | </File> | ||
657 | <File | ||
658 | RelativePath="..\..\OPCODE\Ice\IceTriangle.h"> | ||
659 | </File> | ||
660 | <File | ||
661 | RelativePath="..\..\OPCODE\Ice\IceTriList.h"> | ||
662 | </File> | ||
663 | <File | ||
664 | RelativePath="..\..\OPCODE\Ice\IceTypes.h"> | ||
665 | </File> | ||
666 | <File | ||
667 | RelativePath="..\..\OPCODE\Ice\IceUtils.h"> | ||
668 | </File> | ||
669 | <File | ||
670 | RelativePath="..\..\OPCODE\Ice\IceAABB.cpp"> | ||
671 | </File> | ||
672 | <File | ||
673 | RelativePath="..\..\OPCODE\Ice\IceContainer.cpp"> | ||
674 | </File> | ||
675 | <File | ||
676 | RelativePath="..\..\OPCODE\Ice\IceHPoint.cpp"> | ||
677 | </File> | ||
678 | <File | ||
679 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.cpp"> | ||
680 | </File> | ||
681 | <File | ||
682 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.cpp"> | ||
683 | </File> | ||
684 | <File | ||
685 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.cpp"> | ||
686 | </File> | ||
687 | <File | ||
688 | RelativePath="..\..\OPCODE\Ice\IceOBB.cpp"> | ||
689 | </File> | ||
690 | <File | ||
691 | RelativePath="..\..\OPCODE\Ice\IcePlane.cpp"> | ||
692 | </File> | ||
693 | <File | ||
694 | RelativePath="..\..\OPCODE\Ice\IcePoint.cpp"> | ||
695 | </File> | ||
696 | <File | ||
697 | RelativePath="..\..\OPCODE\Ice\IceRandom.cpp"> | ||
698 | </File> | ||
699 | <File | ||
700 | RelativePath="..\..\OPCODE\Ice\IceRay.cpp"> | ||
701 | </File> | ||
702 | <File | ||
703 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.cpp"> | ||
704 | </File> | ||
705 | <File | ||
706 | RelativePath="..\..\OPCODE\Ice\IceSegment.cpp"> | ||
707 | </File> | ||
708 | <File | ||
709 | RelativePath="..\..\OPCODE\Ice\IceTriangle.cpp"> | ||
710 | </File> | ||
711 | <File | ||
712 | RelativePath="..\..\OPCODE\Ice\IceUtils.cpp"> | ||
713 | </File> | ||
714 | </Filter> | ||
715 | <File | ||
716 | RelativePath="..\..\OPCODE\Opcode.h"> | ||
717 | </File> | ||
718 | <File | ||
719 | RelativePath="..\..\OPCODE\OPC_AABBCollider.h"> | ||
720 | </File> | ||
721 | <File | ||
722 | RelativePath="..\..\OPCODE\OPC_AABBTree.h"> | ||
723 | </File> | ||
724 | <File | ||
725 | RelativePath="..\..\OPCODE\OPC_BaseModel.h"> | ||
726 | </File> | ||
727 | <File | ||
728 | RelativePath="..\..\OPCODE\OPC_BoxBoxOverlap.h"> | ||
729 | </File> | ||
730 | <File | ||
731 | RelativePath="..\..\OPCODE\OPC_BoxPruning.h"> | ||
732 | </File> | ||
733 | <File | ||
734 | RelativePath="..\..\OPCODE\OPC_Collider.h"> | ||
735 | </File> | ||
736 | <File | ||
737 | RelativePath="..\..\OPCODE\OPC_Common.h"> | ||
738 | </File> | ||
739 | <File | ||
740 | RelativePath="..\..\OPCODE\OPC_HybridModel.h"> | ||
741 | </File> | ||
742 | <File | ||
743 | RelativePath="..\..\OPCODE\OPC_IceHook.h"> | ||
744 | </File> | ||
745 | <File | ||
746 | RelativePath="..\..\OPCODE\OPC_LSSAABBOverlap.h"> | ||
747 | </File> | ||
748 | <File | ||
749 | RelativePath="..\..\OPCODE\OPC_LSSCollider.h"> | ||
750 | </File> | ||
751 | <File | ||
752 | RelativePath="..\..\OPCODE\OPC_LSSTriOverlap.h"> | ||
753 | </File> | ||
754 | <File | ||
755 | RelativePath="..\..\OPCODE\OPC_MeshInterface.h"> | ||
756 | </File> | ||
757 | <File | ||
758 | RelativePath="..\..\OPCODE\OPC_Model.h"> | ||
759 | </File> | ||
760 | <File | ||
761 | RelativePath="..\..\OPCODE\OPC_OBBCollider.h"> | ||
762 | </File> | ||
763 | <File | ||
764 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.h"> | ||
765 | </File> | ||
766 | <File | ||
767 | RelativePath="..\..\OPCODE\OPC_Picking.h"> | ||
768 | </File> | ||
769 | <File | ||
770 | RelativePath="..\..\OPCODE\OPC_PlanesAABBOverlap.h"> | ||
771 | </File> | ||
772 | <File | ||
773 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.h"> | ||
774 | </File> | ||
775 | <File | ||
776 | RelativePath="..\..\OPCODE\OPC_PlanesTriOverlap.h"> | ||
777 | </File> | ||
778 | <File | ||
779 | RelativePath="..\..\OPCODE\OPC_RayAABBOverlap.h"> | ||
780 | </File> | ||
781 | <File | ||
782 | RelativePath="..\..\OPCODE\OPC_RayCollider.h"> | ||
783 | </File> | ||
784 | <File | ||
785 | RelativePath="..\..\OPCODE\OPC_RayTriOverlap.h"> | ||
786 | </File> | ||
787 | <File | ||
788 | RelativePath="..\..\OPCODE\OPC_Settings.h"> | ||
789 | </File> | ||
790 | <File | ||
791 | RelativePath="..\..\OPCODE\OPC_SphereAABBOverlap.h"> | ||
792 | </File> | ||
793 | <File | ||
794 | RelativePath="..\..\OPCODE\OPC_SphereCollider.h"> | ||
795 | </File> | ||
796 | <File | ||
797 | RelativePath="..\..\OPCODE\OPC_SphereTriOverlap.h"> | ||
798 | </File> | ||
799 | <File | ||
800 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.h"> | ||
801 | </File> | ||
802 | <File | ||
803 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.h"> | ||
804 | </File> | ||
805 | <File | ||
806 | RelativePath="..\..\OPCODE\OPC_TreeCollider.h"> | ||
807 | </File> | ||
808 | <File | ||
809 | RelativePath="..\..\OPCODE\OPC_TriBoxOverlap.h"> | ||
810 | </File> | ||
811 | <File | ||
812 | RelativePath="..\..\OPCODE\OPC_TriTriOverlap.h"> | ||
813 | </File> | ||
814 | <File | ||
815 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.h"> | ||
816 | </File> | ||
817 | <File | ||
818 | RelativePath="..\..\OPCODE\Stdafx.h"> | ||
819 | </File> | ||
820 | <File | ||
821 | RelativePath="..\..\OPCODE\Opcode.cpp"> | ||
822 | </File> | ||
823 | <File | ||
824 | RelativePath="..\..\OPCODE\OPC_AABBCollider.cpp"> | ||
825 | </File> | ||
826 | <File | ||
827 | RelativePath="..\..\OPCODE\OPC_AABBTree.cpp"> | ||
828 | </File> | ||
829 | <File | ||
830 | RelativePath="..\..\OPCODE\OPC_BaseModel.cpp"> | ||
831 | </File> | ||
832 | <File | ||
833 | RelativePath="..\..\OPCODE\OPC_BoxPruning.cpp"> | ||
834 | </File> | ||
835 | <File | ||
836 | RelativePath="..\..\OPCODE\OPC_Collider.cpp"> | ||
837 | </File> | ||
838 | <File | ||
839 | RelativePath="..\..\OPCODE\OPC_Common.cpp"> | ||
840 | </File> | ||
841 | <File | ||
842 | RelativePath="..\..\OPCODE\OPC_HybridModel.cpp"> | ||
843 | </File> | ||
844 | <File | ||
845 | RelativePath="..\..\OPCODE\OPC_LSSCollider.cpp"> | ||
846 | </File> | ||
847 | <File | ||
848 | RelativePath="..\..\OPCODE\OPC_MeshInterface.cpp"> | ||
849 | </File> | ||
850 | <File | ||
851 | RelativePath="..\..\OPCODE\OPC_Model.cpp"> | ||
852 | </File> | ||
853 | <File | ||
854 | RelativePath="..\..\OPCODE\OPC_OBBCollider.cpp"> | ||
855 | </File> | ||
856 | <File | ||
857 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.cpp"> | ||
858 | </File> | ||
859 | <File | ||
860 | RelativePath="..\..\OPCODE\OPC_Picking.cpp"> | ||
861 | </File> | ||
862 | <File | ||
863 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.cpp"> | ||
864 | </File> | ||
865 | <File | ||
866 | RelativePath="..\..\OPCODE\OPC_RayCollider.cpp"> | ||
867 | </File> | ||
868 | <File | ||
869 | RelativePath="..\..\OPCODE\OPC_SphereCollider.cpp"> | ||
870 | </File> | ||
871 | <File | ||
872 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.cpp"> | ||
873 | </File> | ||
874 | <File | ||
875 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.cpp"> | ||
876 | </File> | ||
877 | <File | ||
878 | RelativePath="..\..\OPCODE\OPC_TreeCollider.cpp"> | ||
879 | </File> | ||
880 | <File | ||
881 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.cpp"> | ||
882 | </File> | ||
883 | <File | ||
884 | RelativePath="..\..\OPCODE\StdAfx.cpp"> | ||
885 | </File> | ||
886 | </Filter> | ||
887 | </Files> | ||
888 | <Globals> | ||
889 | </Globals> | ||
890 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2003/tests.vcproj b/libraries/ode-0.9/build/vs2003/tests.vcproj new file mode 100644 index 0000000..1010093 --- /dev/null +++ b/libraries/ode-0.9/build/vs2003/tests.vcproj | |||
@@ -0,0 +1,322 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="tests" | ||
6 | ProjectGUID="{65028345-CDF4-B74C-B94F-8F4A0493D8C4}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/tests/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib" | ||
38 | OutputFile="$(OutDir)/tests.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
57 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCXMLDataGeneratorTool"/> | ||
62 | <Tool | ||
63 | Name="VCWebDeploymentTool"/> | ||
64 | <Tool | ||
65 | Name="VCManagedWrapperGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseDLL|Win32" | ||
71 | OutputDirectory="../../lib/ReleaseDLL" | ||
72 | IntermediateDirectory="obj/tests/ReleaseDLL" | ||
73 | ConfigurationType="1" | ||
74 | CharacterSet="2"> | ||
75 | <Tool | ||
76 | Name="VCCLCompilerTool" | ||
77 | Optimization="0" | ||
78 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
80 | MinimalRebuild="TRUE" | ||
81 | BasicRuntimeChecks="3" | ||
82 | RuntimeLibrary="3" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | RuntimeTypeInfo="TRUE" | ||
85 | UsePrecompiledHeader="2" | ||
86 | WarningLevel="3" | ||
87 | Detect64BitPortabilityProblems="TRUE" | ||
88 | DebugInformationFormat="4"/> | ||
89 | <Tool | ||
90 | Name="VCCustomBuildTool"/> | ||
91 | <Tool | ||
92 | Name="VCLinkerTool" | ||
93 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib" | ||
94 | OutputFile="$(OutDir)/tests.exe" | ||
95 | LinkIncremental="2" | ||
96 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
97 | GenerateDebugInformation="TRUE" | ||
98 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
99 | SubSystem="1" | ||
100 | EntryPointSymbol="mainCRTStartup" | ||
101 | TargetMachine="1"/> | ||
102 | <Tool | ||
103 | Name="VCMIDLTool"/> | ||
104 | <Tool | ||
105 | Name="VCPostBuildEventTool"/> | ||
106 | <Tool | ||
107 | Name="VCPreBuildEventTool"/> | ||
108 | <Tool | ||
109 | Name="VCPreLinkEventTool"/> | ||
110 | <Tool | ||
111 | Name="VCResourceCompilerTool" | ||
112 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
113 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
114 | <Tool | ||
115 | Name="VCWebServiceProxyGeneratorTool"/> | ||
116 | <Tool | ||
117 | Name="VCXMLDataGeneratorTool"/> | ||
118 | <Tool | ||
119 | Name="VCWebDeploymentTool"/> | ||
120 | <Tool | ||
121 | Name="VCManagedWrapperGeneratorTool"/> | ||
122 | <Tool | ||
123 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
124 | </Configuration> | ||
125 | <Configuration | ||
126 | Name="DebugLib|Win32" | ||
127 | OutputDirectory="../../lib/DebugLib" | ||
128 | IntermediateDirectory="obj/tests/DebugLib" | ||
129 | ConfigurationType="1" | ||
130 | CharacterSet="2"> | ||
131 | <Tool | ||
132 | Name="VCCLCompilerTool" | ||
133 | Optimization="0" | ||
134 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
135 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
136 | MinimalRebuild="TRUE" | ||
137 | BasicRuntimeChecks="3" | ||
138 | RuntimeLibrary="3" | ||
139 | EnableFunctionLevelLinking="TRUE" | ||
140 | RuntimeTypeInfo="TRUE" | ||
141 | UsePrecompiledHeader="2" | ||
142 | WarningLevel="3" | ||
143 | Detect64BitPortabilityProblems="TRUE" | ||
144 | DebugInformationFormat="4"/> | ||
145 | <Tool | ||
146 | Name="VCCustomBuildTool"/> | ||
147 | <Tool | ||
148 | Name="VCLinkerTool" | ||
149 | AdditionalDependencies="../../lib/DebugLib/ode.lib" | ||
150 | OutputFile="$(OutDir)/tests.exe" | ||
151 | LinkIncremental="2" | ||
152 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
153 | GenerateDebugInformation="TRUE" | ||
154 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
155 | SubSystem="1" | ||
156 | EntryPointSymbol="mainCRTStartup" | ||
157 | TargetMachine="1"/> | ||
158 | <Tool | ||
159 | Name="VCMIDLTool"/> | ||
160 | <Tool | ||
161 | Name="VCPostBuildEventTool"/> | ||
162 | <Tool | ||
163 | Name="VCPreBuildEventTool"/> | ||
164 | <Tool | ||
165 | Name="VCPreLinkEventTool"/> | ||
166 | <Tool | ||
167 | Name="VCResourceCompilerTool" | ||
168 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
169 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
170 | <Tool | ||
171 | Name="VCWebServiceProxyGeneratorTool"/> | ||
172 | <Tool | ||
173 | Name="VCXMLDataGeneratorTool"/> | ||
174 | <Tool | ||
175 | Name="VCWebDeploymentTool"/> | ||
176 | <Tool | ||
177 | Name="VCManagedWrapperGeneratorTool"/> | ||
178 | <Tool | ||
179 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
180 | </Configuration> | ||
181 | <Configuration | ||
182 | Name="ReleaseLib|Win32" | ||
183 | OutputDirectory="../../lib/ReleaseLib" | ||
184 | IntermediateDirectory="obj/tests/ReleaseLib" | ||
185 | ConfigurationType="1" | ||
186 | CharacterSet="2"> | ||
187 | <Tool | ||
188 | Name="VCCLCompilerTool" | ||
189 | Optimization="0" | ||
190 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
191 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
192 | MinimalRebuild="TRUE" | ||
193 | BasicRuntimeChecks="3" | ||
194 | RuntimeLibrary="3" | ||
195 | EnableFunctionLevelLinking="TRUE" | ||
196 | RuntimeTypeInfo="TRUE" | ||
197 | UsePrecompiledHeader="2" | ||
198 | WarningLevel="3" | ||
199 | Detect64BitPortabilityProblems="TRUE" | ||
200 | DebugInformationFormat="4"/> | ||
201 | <Tool | ||
202 | Name="VCCustomBuildTool"/> | ||
203 | <Tool | ||
204 | Name="VCLinkerTool" | ||
205 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib" | ||
206 | OutputFile="$(OutDir)/tests.exe" | ||
207 | LinkIncremental="2" | ||
208 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
209 | GenerateDebugInformation="TRUE" | ||
210 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
211 | SubSystem="1" | ||
212 | EntryPointSymbol="mainCRTStartup" | ||
213 | TargetMachine="1"/> | ||
214 | <Tool | ||
215 | Name="VCMIDLTool"/> | ||
216 | <Tool | ||
217 | Name="VCPostBuildEventTool"/> | ||
218 | <Tool | ||
219 | Name="VCPreBuildEventTool"/> | ||
220 | <Tool | ||
221 | Name="VCPreLinkEventTool"/> | ||
222 | <Tool | ||
223 | Name="VCResourceCompilerTool" | ||
224 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
225 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/> | ||
226 | <Tool | ||
227 | Name="VCWebServiceProxyGeneratorTool"/> | ||
228 | <Tool | ||
229 | Name="VCXMLDataGeneratorTool"/> | ||
230 | <Tool | ||
231 | Name="VCWebDeploymentTool"/> | ||
232 | <Tool | ||
233 | Name="VCManagedWrapperGeneratorTool"/> | ||
234 | <Tool | ||
235 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
236 | </Configuration> | ||
237 | </Configurations> | ||
238 | <References> | ||
239 | </References> | ||
240 | <Files> | ||
241 | <Filter | ||
242 | Name="tests" | ||
243 | Filter=""> | ||
244 | <Filter | ||
245 | Name="CppTestHarness" | ||
246 | Filter=""> | ||
247 | <File | ||
248 | RelativePath="..\..\tests\CppTestHarness\CheckMacros.h"> | ||
249 | </File> | ||
250 | <File | ||
251 | RelativePath="..\..\tests\CppTestHarness\Checks.h"> | ||
252 | </File> | ||
253 | <File | ||
254 | RelativePath="..\..\tests\CppTestHarness\CppTestHarness.h"> | ||
255 | </File> | ||
256 | <File | ||
257 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.h"> | ||
258 | </File> | ||
259 | <File | ||
260 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.h"> | ||
261 | </File> | ||
262 | <File | ||
263 | RelativePath="..\..\tests\CppTestHarness\SignalTranslator.h"> | ||
264 | </File> | ||
265 | <File | ||
266 | RelativePath="..\..\tests\CppTestHarness\Test.h"> | ||
267 | </File> | ||
268 | <File | ||
269 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.h"> | ||
270 | </File> | ||
271 | <File | ||
272 | RelativePath="..\..\tests\CppTestHarness\TestMacros.h"> | ||
273 | </File> | ||
274 | <File | ||
275 | RelativePath="..\..\tests\CppTestHarness\TestReporter.h"> | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath="..\..\tests\CppTestHarness\TestResults.h"> | ||
279 | </File> | ||
280 | <File | ||
281 | RelativePath="..\..\tests\CppTestHarness\TestRunner.h"> | ||
282 | </File> | ||
283 | <File | ||
284 | RelativePath="..\..\tests\CppTestHarness\TypedTestLauncher.h"> | ||
285 | </File> | ||
286 | <File | ||
287 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.cpp"> | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.cpp"> | ||
291 | </File> | ||
292 | <File | ||
293 | RelativePath="..\..\tests\CppTestHarness\Test.cpp"> | ||
294 | </File> | ||
295 | <File | ||
296 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.cpp"> | ||
297 | </File> | ||
298 | <File | ||
299 | RelativePath="..\..\tests\CppTestHarness\TestReporter.cpp"> | ||
300 | </File> | ||
301 | <File | ||
302 | RelativePath="..\..\tests\CppTestHarness\TestResults.cpp"> | ||
303 | </File> | ||
304 | <File | ||
305 | RelativePath="..\..\tests\CppTestHarness\TestRunner.cpp"> | ||
306 | </File> | ||
307 | </Filter> | ||
308 | <Filter | ||
309 | Name="colliders" | ||
310 | Filter=""> | ||
311 | <File | ||
312 | RelativePath="..\..\tests\colliders\box_sphere.cpp"> | ||
313 | </File> | ||
314 | </Filter> | ||
315 | <File | ||
316 | RelativePath="..\..\tests\main.cpp"> | ||
317 | </File> | ||
318 | </Filter> | ||
319 | </Files> | ||
320 | <Globals> | ||
321 | </Globals> | ||
322 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_I.vcproj b/libraries/ode-0.9/build/vs2005/demo_I.vcproj new file mode 100644 index 0000000..106aede --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_I.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_I" | ||
6 | ProjectGUID="{D03ABAA3-4C58-674E-B545-4AE8E993A57A}" | ||
7 | RootNamespace="demo_I" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/I/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_I.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/I/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_I.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/I/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_I.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/I/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_I.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_I.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_basket.vcproj b/libraries/ode-0.9/build/vs2005/demo_basket.vcproj new file mode 100644 index 0000000..d19403d --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_basket.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_basket" | ||
6 | ProjectGUID="{FE66E49C-CF34-5F4B-B43C-9A0C89185222}" | ||
7 | RootNamespace="demo_basket" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/basket/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_basket.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/basket/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_basket.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/basket/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_basket.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/basket/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_basket.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_basket.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_basket.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_boxstack.vcproj b/libraries/ode-0.9/build/vs2005/demo_boxstack.vcproj new file mode 100644 index 0000000..ff91d07 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_boxstack.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_boxstack" | ||
6 | ProjectGUID="{A71669E5-246A-794A-B2C2-646946E9EE64}" | ||
7 | RootNamespace="demo_boxstack" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/boxstack/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/boxstack/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/boxstack/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/boxstack/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_boxstack.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_boxstack.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_boxstack.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_buggy.vcproj b/libraries/ode-0.9/build/vs2005/demo_buggy.vcproj new file mode 100644 index 0000000..88d5e44 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_buggy.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_buggy" | ||
6 | ProjectGUID="{081B462D-C222-144C-AF0C-384C47BE98D2}" | ||
7 | RootNamespace="demo_buggy" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/buggy/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/buggy/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/buggy/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/buggy/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_buggy.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_buggy.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_buggy.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_chain1.vcproj b/libraries/ode-0.9/build/vs2005/demo_chain1.vcproj new file mode 100644 index 0000000..daa8ac8 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_chain1.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_chain1" | ||
6 | ProjectGUID="{D329C439-EF31-4641-9B34-4DE23174C997}" | ||
7 | RootNamespace="demo_chain1" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/chain1/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/chain1/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/chain1/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/chain1/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_chain1.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_chain1.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_chain1.c"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_chain2.vcproj b/libraries/ode-0.9/build/vs2005/demo_chain2.vcproj new file mode 100644 index 0000000..5549d98 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_chain2.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_chain2" | ||
6 | ProjectGUID="{B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}" | ||
7 | RootNamespace="demo_chain2" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/chain2/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/chain2/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/chain2/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/chain2/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_chain2.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_chain2.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_chain2.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_collision.vcproj b/libraries/ode-0.9/build/vs2005/demo_collision.vcproj new file mode 100644 index 0000000..d20edf8 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_collision.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_collision" | ||
6 | ProjectGUID="{9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}" | ||
7 | RootNamespace="demo_collision" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/collision/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_collision.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/collision/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_collision.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/collision/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_collision.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/collision/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_collision.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_collision.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_collision.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_crash.vcproj b/libraries/ode-0.9/build/vs2005/demo_crash.vcproj new file mode 100644 index 0000000..d872587 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_crash.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_crash" | ||
6 | ProjectGUID="{1478BD02-E2D4-1046-AD1C-63E59DD228BC}" | ||
7 | RootNamespace="demo_crash" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/crash/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_crash.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/crash/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_crash.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/crash/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_crash.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/crash/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_crash.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_crash.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_crash.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_cyl.vcproj b/libraries/ode-0.9/build/vs2005/demo_cyl.vcproj new file mode 100644 index 0000000..e6fac4f --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_cyl.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_cyl" | ||
6 | ProjectGUID="{EA15C089-307B-8B4A-A598-0E06C82ADB1E}" | ||
7 | RootNamespace="demo_cyl" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/cyl/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/cyl/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/cyl/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/cyl/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_cyl.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_cyl.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_cyl.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_cylvssphere.vcproj b/libraries/ode-0.9/build/vs2005/demo_cylvssphere.vcproj new file mode 100644 index 0000000..686c830 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_cylvssphere.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_cylvssphere" | ||
6 | ProjectGUID="{FA871426-5142-F646-B3D2-3AF70E784D68}" | ||
7 | RootNamespace="demo_cylvssphere" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/cylvssphere/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/cylvssphere/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/cylvssphere/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/cylvssphere/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_cylvssphere.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_cylvssphere.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_cylvssphere.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_feedback.vcproj b/libraries/ode-0.9/build/vs2005/demo_feedback.vcproj new file mode 100644 index 0000000..fb949f2 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_feedback.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_feedback" | ||
6 | ProjectGUID="{B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}" | ||
7 | RootNamespace="demo_feedback" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/feedback/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/feedback/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/feedback/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/feedback/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_feedback.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_feedback.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_feedback.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_friction.vcproj b/libraries/ode-0.9/build/vs2005/demo_friction.vcproj new file mode 100644 index 0000000..29983a5 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_friction.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_friction" | ||
6 | ProjectGUID="{BAD97423-A545-814E-8CCC-32603D25E6D4}" | ||
7 | RootNamespace="demo_friction" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/friction/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_friction.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/friction/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_friction.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/friction/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_friction.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/friction/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_friction.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_friction.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_friction.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_heightfield.vcproj b/libraries/ode-0.9/build/vs2005/demo_heightfield.vcproj new file mode 100644 index 0000000..463ebd0 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_heightfield.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_heightfield" | ||
6 | ProjectGUID="{5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}" | ||
7 | RootNamespace="demo_heightfield" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/heightfield/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/heightfield/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/heightfield/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/heightfield/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_heightfield.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_heightfield.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_heightfield.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_hinge.vcproj b/libraries/ode-0.9/build/vs2005/demo_hinge.vcproj new file mode 100644 index 0000000..c1ed4e9 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_hinge.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_hinge" | ||
6 | ProjectGUID="{DFD3F85E-944E-7740-A29F-715891AF8262}" | ||
7 | RootNamespace="demo_hinge" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/hinge/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/hinge/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/hinge/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/hinge/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_hinge.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_hinge.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_hinge.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_joints.vcproj b/libraries/ode-0.9/build/vs2005/demo_joints.vcproj new file mode 100644 index 0000000..6fa43d0 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_joints.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_joints" | ||
6 | ProjectGUID="{0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}" | ||
7 | RootNamespace="demo_joints" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/joints/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_joints.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/joints/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_joints.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/joints/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_joints.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/joints/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_joints.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_joints.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_joints.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_motor.vcproj b/libraries/ode-0.9/build/vs2005/demo_motor.vcproj new file mode 100644 index 0000000..751c057 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_motor.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_motor" | ||
6 | ProjectGUID="{D63DCF21-8421-044C-910F-9758DFF417D0}" | ||
7 | RootNamespace="demo_motor" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/motor/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_motor.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/motor/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_motor.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/motor/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_motor.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/motor/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_motor.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_motor.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_motor.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_moving_trimesh.vcproj b/libraries/ode-0.9/build/vs2005/demo_moving_trimesh.vcproj new file mode 100644 index 0000000..da66c0f --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_moving_trimesh.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_moving_trimesh" | ||
6 | ProjectGUID="{BE3117C9-B067-0A4B-920D-7F3C00374BA0}" | ||
7 | RootNamespace="demo_moving_trimesh" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/moving_trimesh/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/moving_trimesh/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/moving_trimesh/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/moving_trimesh/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_moving_trimesh.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_moving_trimesh.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_moving_trimesh.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_ode.vcproj b/libraries/ode-0.9/build/vs2005/demo_ode.vcproj new file mode 100644 index 0000000..e9afccd --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_ode.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_ode" | ||
6 | ProjectGUID="{B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}" | ||
7 | RootNamespace="demo_ode" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/ode/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_ode.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/ode/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_ode.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/ode/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_ode.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_ode.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_ode.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_ode.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_plane2d.vcproj b/libraries/ode-0.9/build/vs2005/demo_plane2d.vcproj new file mode 100644 index 0000000..226f51e --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_plane2d.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_plane2d" | ||
6 | ProjectGUID="{BCF62E98-514B-254D-95C5-CEBF06A37108}" | ||
7 | RootNamespace="demo_plane2d" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/plane2d/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/plane2d/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/plane2d/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/plane2d/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_plane2d.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_plane2d.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_plane2d.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_slider.vcproj b/libraries/ode-0.9/build/vs2005/demo_slider.vcproj new file mode 100644 index 0000000..16a8dd8 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_slider.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_slider" | ||
6 | ProjectGUID="{B8043AEB-91BD-4D49-B580-D480DC1B979F}" | ||
7 | RootNamespace="demo_slider" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/slider/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_slider.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/slider/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_slider.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/slider/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_slider.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/slider/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_slider.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_slider.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_slider.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_space.vcproj b/libraries/ode-0.9/build/vs2005/demo_space.vcproj new file mode 100644 index 0000000..e65fd64 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_space.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_space" | ||
6 | ProjectGUID="{6DCB0D01-0638-0244-BEB9-A313999D14E9}" | ||
7 | RootNamespace="demo_space" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/space/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_space.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/space/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_space.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/space/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_space.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/space/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_space.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_space.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_space.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_space_stress.vcproj b/libraries/ode-0.9/build/vs2005/demo_space_stress.vcproj new file mode 100644 index 0000000..43dd6c1 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_space_stress.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_space_stress" | ||
6 | ProjectGUID="{29A4883C-6553-4D48-8FFC-10382F07DA72}" | ||
7 | RootNamespace="demo_space_stress" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/space_stress/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/space_stress/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/space_stress/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/space_stress/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_space_stress.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_space_stress.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_space_stress.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_step.vcproj b/libraries/ode-0.9/build/vs2005/demo_step.vcproj new file mode 100644 index 0000000..37a4cac --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_step.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_step" | ||
6 | ProjectGUID="{D1B53AFE-F148-194C-B3A1-8386C9B25359}" | ||
7 | RootNamespace="demo_step" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/step/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_step.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/step/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_step.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/step/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_step.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/step/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_step.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_step.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_step.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/demo_trimesh.vcproj b/libraries/ode-0.9/build/vs2005/demo_trimesh.vcproj new file mode 100644 index 0000000..09a1ed8 --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/demo_trimesh.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="demo_trimesh" | ||
6 | ProjectGUID="{13D33F5C-1C2C-D740-A28A-BCFD15616E75}" | ||
7 | RootNamespace="demo_trimesh" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/trimesh/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
68 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/trimesh/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
152 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/trimesh/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
228 | AdditionalIncludeDirectories="../../include" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
236 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/trimesh/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
312 | AdditionalIncludeDirectories="../../include" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
320 | OutputFile="$(OutDir)/demo_trimesh.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/demo_trimesh.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="ode" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="demo" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\ode\demo\demo_trimesh.cpp"> | ||
368 | </File> | ||
369 | </Filter> | ||
370 | </Filter> | ||
371 | <Filter | ||
372 | Name="drawstuff" | ||
373 | Filter="" | ||
374 | > | ||
375 | <Filter | ||
376 | Name="src" | ||
377 | Filter="" | ||
378 | > | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/drawstuff.vcproj b/libraries/ode-0.9/build/vs2005/drawstuff.vcproj new file mode 100644 index 0000000..ecbdbed --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/drawstuff.vcproj | |||
@@ -0,0 +1,387 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="drawstuff" | ||
6 | ProjectGUID="{B855BC68-59AE-BD44-82BB-88183332A6D9}" | ||
7 | RootNamespace="drawstuff" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/drawstuff/DebugDLL" | ||
22 | ConfigurationType="2" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL" | ||
60 | AdditionalIncludeDirectories="../../include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib" | ||
68 | OutputFile="$(OutDir)/drawstuff.dll" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/drawstuff.pdb" | ||
73 | SubSystem="2" | ||
74 | ImportLibrary="../../lib/DebugDLL/drawstuff.lib" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/drawstuff/ReleaseDLL" | ||
106 | ConfigurationType="2" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="2" | ||
127 | OmitFramePointers="true" | ||
128 | AdditionalIncludeDirectories="../../include" | ||
129 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL" | ||
130 | StringPooling="true" | ||
131 | RuntimeLibrary="2" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="0" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL" | ||
144 | AdditionalIncludeDirectories="../../include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib" | ||
152 | OutputFile="$(OutDir)/drawstuff.dll" | ||
153 | LinkIncremental="1" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="false" | ||
156 | SubSystem="2" | ||
157 | OptimizeReferences="2" | ||
158 | EnableCOMDATFolding="2" | ||
159 | ImportLibrary="../../lib/ReleaseDLL/drawstuff.lib" | ||
160 | TargetMachine="1" | ||
161 | /> | ||
162 | <Tool | ||
163 | Name="VCALinkTool" | ||
164 | /> | ||
165 | <Tool | ||
166 | Name="VCManifestTool" | ||
167 | /> | ||
168 | <Tool | ||
169 | Name="VCXDCMakeTool" | ||
170 | /> | ||
171 | <Tool | ||
172 | Name="VCBscMakeTool" | ||
173 | /> | ||
174 | <Tool | ||
175 | Name="VCFxCopTool" | ||
176 | /> | ||
177 | <Tool | ||
178 | Name="VCAppVerifierTool" | ||
179 | /> | ||
180 | <Tool | ||
181 | Name="VCWebDeploymentTool" | ||
182 | /> | ||
183 | <Tool | ||
184 | Name="VCPostBuildEventTool" | ||
185 | /> | ||
186 | </Configuration> | ||
187 | <Configuration | ||
188 | Name="DebugLib|Win32" | ||
189 | OutputDirectory="../../lib/DebugLib" | ||
190 | IntermediateDirectory="obj/drawstuff/DebugLib" | ||
191 | ConfigurationType="4" | ||
192 | CharacterSet="2" | ||
193 | > | ||
194 | <Tool | ||
195 | Name="VCPreBuildEventTool" | ||
196 | /> | ||
197 | <Tool | ||
198 | Name="VCCustomBuildTool" | ||
199 | /> | ||
200 | <Tool | ||
201 | Name="VCXMLDataGeneratorTool" | ||
202 | /> | ||
203 | <Tool | ||
204 | Name="VCWebServiceProxyGeneratorTool" | ||
205 | /> | ||
206 | <Tool | ||
207 | Name="VCMIDLTool" | ||
208 | /> | ||
209 | <Tool | ||
210 | Name="VCCLCompilerTool" | ||
211 | Optimization="0" | ||
212 | AdditionalIncludeDirectories="../../include" | ||
213 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB" | ||
214 | MinimalRebuild="true" | ||
215 | BasicRuntimeChecks="3" | ||
216 | RuntimeLibrary="3" | ||
217 | EnableFunctionLevelLinking="true" | ||
218 | UsePrecompiledHeader="0" | ||
219 | WarningLevel="3" | ||
220 | Detect64BitPortabilityProblems="true" | ||
221 | DebugInformationFormat="4" | ||
222 | /> | ||
223 | <Tool | ||
224 | Name="VCManagedResourceCompilerTool" | ||
225 | /> | ||
226 | <Tool | ||
227 | Name="VCResourceCompilerTool" | ||
228 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB" | ||
229 | AdditionalIncludeDirectories="../../include" | ||
230 | /> | ||
231 | <Tool | ||
232 | Name="VCPreLinkEventTool" | ||
233 | /> | ||
234 | <Tool | ||
235 | Name="VCLibrarianTool" | ||
236 | OutputFile="$(OutDir)/drawstuff.lib" | ||
237 | /> | ||
238 | <Tool | ||
239 | Name="VCALinkTool" | ||
240 | /> | ||
241 | <Tool | ||
242 | Name="VCManifestTool" | ||
243 | /> | ||
244 | <Tool | ||
245 | Name="VCXDCMakeTool" | ||
246 | /> | ||
247 | <Tool | ||
248 | Name="VCBscMakeTool" | ||
249 | /> | ||
250 | <Tool | ||
251 | Name="VCFxCopTool" | ||
252 | /> | ||
253 | <Tool | ||
254 | Name="VCAppVerifierTool" | ||
255 | /> | ||
256 | <Tool | ||
257 | Name="VCWebDeploymentTool" | ||
258 | /> | ||
259 | <Tool | ||
260 | Name="VCPostBuildEventTool" | ||
261 | /> | ||
262 | </Configuration> | ||
263 | <Configuration | ||
264 | Name="ReleaseLib|Win32" | ||
265 | OutputDirectory="../../lib/ReleaseLib" | ||
266 | IntermediateDirectory="obj/drawstuff/ReleaseLib" | ||
267 | ConfigurationType="4" | ||
268 | CharacterSet="2" | ||
269 | > | ||
270 | <Tool | ||
271 | Name="VCPreBuildEventTool" | ||
272 | /> | ||
273 | <Tool | ||
274 | Name="VCCustomBuildTool" | ||
275 | /> | ||
276 | <Tool | ||
277 | Name="VCXMLDataGeneratorTool" | ||
278 | /> | ||
279 | <Tool | ||
280 | Name="VCWebServiceProxyGeneratorTool" | ||
281 | /> | ||
282 | <Tool | ||
283 | Name="VCMIDLTool" | ||
284 | /> | ||
285 | <Tool | ||
286 | Name="VCCLCompilerTool" | ||
287 | Optimization="2" | ||
288 | OmitFramePointers="true" | ||
289 | AdditionalIncludeDirectories="../../include" | ||
290 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB" | ||
291 | StringPooling="true" | ||
292 | RuntimeLibrary="2" | ||
293 | EnableFunctionLevelLinking="true" | ||
294 | UsePrecompiledHeader="0" | ||
295 | WarningLevel="3" | ||
296 | Detect64BitPortabilityProblems="true" | ||
297 | DebugInformationFormat="0" | ||
298 | /> | ||
299 | <Tool | ||
300 | Name="VCManagedResourceCompilerTool" | ||
301 | /> | ||
302 | <Tool | ||
303 | Name="VCResourceCompilerTool" | ||
304 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB" | ||
305 | AdditionalIncludeDirectories="../../include" | ||
306 | /> | ||
307 | <Tool | ||
308 | Name="VCPreLinkEventTool" | ||
309 | /> | ||
310 | <Tool | ||
311 | Name="VCLibrarianTool" | ||
312 | OutputFile="$(OutDir)/drawstuff.lib" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCALinkTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCManifestTool" | ||
319 | /> | ||
320 | <Tool | ||
321 | Name="VCXDCMakeTool" | ||
322 | /> | ||
323 | <Tool | ||
324 | Name="VCBscMakeTool" | ||
325 | /> | ||
326 | <Tool | ||
327 | Name="VCFxCopTool" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCAppVerifierTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCWebDeploymentTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCPostBuildEventTool" | ||
337 | /> | ||
338 | </Configuration> | ||
339 | </Configurations> | ||
340 | <References> | ||
341 | </References> | ||
342 | <Files> | ||
343 | <Filter | ||
344 | Name="include" | ||
345 | Filter="" | ||
346 | > | ||
347 | <Filter | ||
348 | Name="drawstuff" | ||
349 | Filter="" | ||
350 | > | ||
351 | <File | ||
352 | RelativePath="..\..\include\drawstuff\drawstuff.h"> | ||
353 | </File> | ||
354 | <File | ||
355 | RelativePath="..\..\include\drawstuff\version.h"> | ||
356 | </File> | ||
357 | </Filter> | ||
358 | </Filter> | ||
359 | <Filter | ||
360 | Name="drawstuff" | ||
361 | Filter="" | ||
362 | > | ||
363 | <Filter | ||
364 | Name="src" | ||
365 | Filter="" | ||
366 | > | ||
367 | <File | ||
368 | RelativePath="..\..\drawstuff\src\internal.h"> | ||
369 | </File> | ||
370 | <File | ||
371 | RelativePath="..\..\drawstuff\src\drawstuff.cpp"> | ||
372 | </File> | ||
373 | <File | ||
374 | RelativePath="..\..\drawstuff\src\resource.h"> | ||
375 | </File> | ||
376 | <File | ||
377 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
378 | </File> | ||
379 | <File | ||
380 | RelativePath="..\..\drawstuff\src\windows.cpp"> | ||
381 | </File> | ||
382 | </Filter> | ||
383 | </Filter> | ||
384 | </Files> | ||
385 | <Globals> | ||
386 | </Globals> | ||
387 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/ode.sln b/libraries/ode-0.9/build/vs2005/ode.sln new file mode 100644 index 0000000..a7a623f --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/ode.sln | |||
@@ -0,0 +1,388 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 9.00 | ||
2 | # Visual Studio 2005 | ||
3 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ode", "./ode.vcproj", "{2A8430BA-889E-EE4A-B1E3-A3231F6816EE}" | ||
4 | ProjectSection(ProjectDependencies) = postProject | ||
5 | EndProjectSection | ||
6 | EndProject | ||
7 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "drawstuff", "./drawstuff.vcproj", "{B855BC68-59AE-BD44-82BB-88183332A6D9}" | ||
8 | ProjectSection(ProjectDependencies) = postProject | ||
9 | EndProjectSection | ||
10 | EndProject | ||
11 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_boxstack", "./demo_boxstack.vcproj", "{A71669E5-246A-794A-B2C2-646946E9EE64}" | ||
12 | ProjectSection(ProjectDependencies) = postProject | ||
13 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
14 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
15 | EndProjectSection | ||
16 | EndProject | ||
17 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_buggy", "./demo_buggy.vcproj", "{081B462D-C222-144C-AF0C-384C47BE98D2}" | ||
18 | ProjectSection(ProjectDependencies) = postProject | ||
19 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
20 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
21 | EndProjectSection | ||
22 | EndProject | ||
23 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain1", "./demo_chain1.vcproj", "{D329C439-EF31-4641-9B34-4DE23174C997}" | ||
24 | ProjectSection(ProjectDependencies) = postProject | ||
25 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
26 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
27 | EndProjectSection | ||
28 | EndProject | ||
29 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_chain2", "./demo_chain2.vcproj", "{B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}" | ||
30 | ProjectSection(ProjectDependencies) = postProject | ||
31 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
32 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
33 | EndProjectSection | ||
34 | EndProject | ||
35 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_collision", "./demo_collision.vcproj", "{9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}" | ||
36 | ProjectSection(ProjectDependencies) = postProject | ||
37 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
38 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
39 | EndProjectSection | ||
40 | EndProject | ||
41 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_crash", "./demo_crash.vcproj", "{1478BD02-E2D4-1046-AD1C-63E59DD228BC}" | ||
42 | ProjectSection(ProjectDependencies) = postProject | ||
43 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
44 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
45 | EndProjectSection | ||
46 | EndProject | ||
47 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_feedback", "./demo_feedback.vcproj", "{B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}" | ||
48 | ProjectSection(ProjectDependencies) = postProject | ||
49 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
50 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
51 | EndProjectSection | ||
52 | EndProject | ||
53 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_friction", "./demo_friction.vcproj", "{BAD97423-A545-814E-8CCC-32603D25E6D4}" | ||
54 | ProjectSection(ProjectDependencies) = postProject | ||
55 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
56 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
57 | EndProjectSection | ||
58 | EndProject | ||
59 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_heightfield", "./demo_heightfield.vcproj", "{5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}" | ||
60 | ProjectSection(ProjectDependencies) = postProject | ||
61 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
62 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
63 | EndProjectSection | ||
64 | EndProject | ||
65 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_hinge", "./demo_hinge.vcproj", "{DFD3F85E-944E-7740-A29F-715891AF8262}" | ||
66 | ProjectSection(ProjectDependencies) = postProject | ||
67 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
68 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
69 | EndProjectSection | ||
70 | EndProject | ||
71 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_I", "./demo_I.vcproj", "{D03ABAA3-4C58-674E-B545-4AE8E993A57A}" | ||
72 | ProjectSection(ProjectDependencies) = postProject | ||
73 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
74 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
75 | EndProjectSection | ||
76 | EndProject | ||
77 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_joints", "./demo_joints.vcproj", "{0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}" | ||
78 | ProjectSection(ProjectDependencies) = postProject | ||
79 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
80 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
81 | EndProjectSection | ||
82 | EndProject | ||
83 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_motor", "./demo_motor.vcproj", "{D63DCF21-8421-044C-910F-9758DFF417D0}" | ||
84 | ProjectSection(ProjectDependencies) = postProject | ||
85 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
86 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
87 | EndProjectSection | ||
88 | EndProject | ||
89 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_ode", "./demo_ode.vcproj", "{B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}" | ||
90 | ProjectSection(ProjectDependencies) = postProject | ||
91 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
92 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
93 | EndProjectSection | ||
94 | EndProject | ||
95 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_plane2d", "./demo_plane2d.vcproj", "{BCF62E98-514B-254D-95C5-CEBF06A37108}" | ||
96 | ProjectSection(ProjectDependencies) = postProject | ||
97 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
98 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
99 | EndProjectSection | ||
100 | EndProject | ||
101 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_slider", "./demo_slider.vcproj", "{B8043AEB-91BD-4D49-B580-D480DC1B979F}" | ||
102 | ProjectSection(ProjectDependencies) = postProject | ||
103 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
104 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
105 | EndProjectSection | ||
106 | EndProject | ||
107 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space", "./demo_space.vcproj", "{6DCB0D01-0638-0244-BEB9-A313999D14E9}" | ||
108 | ProjectSection(ProjectDependencies) = postProject | ||
109 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
110 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
111 | EndProjectSection | ||
112 | EndProject | ||
113 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_space_stress", "./demo_space_stress.vcproj", "{29A4883C-6553-4D48-8FFC-10382F07DA72}" | ||
114 | ProjectSection(ProjectDependencies) = postProject | ||
115 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
116 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
117 | EndProjectSection | ||
118 | EndProject | ||
119 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_step", "./demo_step.vcproj", "{D1B53AFE-F148-194C-B3A1-8386C9B25359}" | ||
120 | ProjectSection(ProjectDependencies) = postProject | ||
121 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
122 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
123 | EndProjectSection | ||
124 | EndProject | ||
125 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_basket", "./demo_basket.vcproj", "{FE66E49C-CF34-5F4B-B43C-9A0C89185222}" | ||
126 | ProjectSection(ProjectDependencies) = postProject | ||
127 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
128 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
129 | EndProjectSection | ||
130 | EndProject | ||
131 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cyl", "./demo_cyl.vcproj", "{EA15C089-307B-8B4A-A598-0E06C82ADB1E}" | ||
132 | ProjectSection(ProjectDependencies) = postProject | ||
133 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
134 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
135 | EndProjectSection | ||
136 | EndProject | ||
137 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_moving_trimesh", "./demo_moving_trimesh.vcproj", "{BE3117C9-B067-0A4B-920D-7F3C00374BA0}" | ||
138 | ProjectSection(ProjectDependencies) = postProject | ||
139 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
140 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
141 | EndProjectSection | ||
142 | EndProject | ||
143 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_trimesh", "./demo_trimesh.vcproj", "{13D33F5C-1C2C-D740-A28A-BCFD15616E75}" | ||
144 | ProjectSection(ProjectDependencies) = postProject | ||
145 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
146 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
147 | EndProjectSection | ||
148 | EndProject | ||
149 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo_cylvssphere", "./demo_cylvssphere.vcproj", "{FA871426-5142-F646-B3D2-3AF70E784D68}" | ||
150 | ProjectSection(ProjectDependencies) = postProject | ||
151 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
152 | {B855BC68-59AE-BD44-82BB-88183332A6D9} = {B855BC68-59AE-BD44-82BB-88183332A6D9} | ||
153 | EndProjectSection | ||
154 | EndProject | ||
155 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "./tests.vcproj", "{EA829A28-B1B2-1345-98B9-897763B937AF}" | ||
156 | ProjectSection(ProjectDependencies) = postProject | ||
157 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} = {2A8430BA-889E-EE4A-B1E3-A3231F6816EE} | ||
158 | EndProjectSection | ||
159 | EndProject | ||
160 | Global | ||
161 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
162 | DebugDLL|Win32 = DebugDLL|Win32 | ||
163 | ReleaseDLL|Win32 = ReleaseDLL|Win32 | ||
164 | DebugLib|Win32 = DebugLib|Win32 | ||
165 | ReleaseLib|Win32 = ReleaseLib|Win32 | ||
166 | EndGlobalSection | ||
167 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
168 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
169 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
170 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
171 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
172 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
173 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
174 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
175 | {2A8430BA-889E-EE4A-B1E3-A3231F6816EE}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
176 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
177 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
178 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
179 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
180 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
181 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
182 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
183 | {B855BC68-59AE-BD44-82BB-88183332A6D9}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
184 | {A71669E5-246A-794A-B2C2-646946E9EE64}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
185 | {A71669E5-246A-794A-B2C2-646946E9EE64}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
186 | {A71669E5-246A-794A-B2C2-646946E9EE64}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
187 | {A71669E5-246A-794A-B2C2-646946E9EE64}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
188 | {A71669E5-246A-794A-B2C2-646946E9EE64}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
189 | {A71669E5-246A-794A-B2C2-646946E9EE64}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
190 | {A71669E5-246A-794A-B2C2-646946E9EE64}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
191 | {A71669E5-246A-794A-B2C2-646946E9EE64}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
192 | {081B462D-C222-144C-AF0C-384C47BE98D2}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
193 | {081B462D-C222-144C-AF0C-384C47BE98D2}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
194 | {081B462D-C222-144C-AF0C-384C47BE98D2}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
195 | {081B462D-C222-144C-AF0C-384C47BE98D2}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
196 | {081B462D-C222-144C-AF0C-384C47BE98D2}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
197 | {081B462D-C222-144C-AF0C-384C47BE98D2}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
198 | {081B462D-C222-144C-AF0C-384C47BE98D2}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
199 | {081B462D-C222-144C-AF0C-384C47BE98D2}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
200 | {D329C439-EF31-4641-9B34-4DE23174C997}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
201 | {D329C439-EF31-4641-9B34-4DE23174C997}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
202 | {D329C439-EF31-4641-9B34-4DE23174C997}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
203 | {D329C439-EF31-4641-9B34-4DE23174C997}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
204 | {D329C439-EF31-4641-9B34-4DE23174C997}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
205 | {D329C439-EF31-4641-9B34-4DE23174C997}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
206 | {D329C439-EF31-4641-9B34-4DE23174C997}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
207 | {D329C439-EF31-4641-9B34-4DE23174C997}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
208 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
209 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
210 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
211 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
212 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
213 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
214 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
215 | {B27B11A1-72EB-8149-ABF2-63A9D7E05CA2}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
216 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
217 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
218 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
219 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
220 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
221 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
222 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
223 | {9C1C9F02-11C4-514C-AF5C-1CB45A31E1A9}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
224 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
225 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
226 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
227 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
228 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
229 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
230 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
231 | {1478BD02-E2D4-1046-AD1C-63E59DD228BC}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
232 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
233 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
234 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
235 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
236 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
237 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
238 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
239 | {B8BC0F67-D7F2-7F4E-8314-5EAAECCD671C}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
240 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
241 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
242 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
243 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
244 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
245 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
246 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
247 | {BAD97423-A545-814E-8CCC-32603D25E6D4}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
248 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
249 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
250 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
251 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
252 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
253 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
254 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
255 | {5DDFAAD0-23AC-9A42-AA5E-31B8E8E68CA0}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
256 | {DFD3F85E-944E-7740-A29F-715891AF8262}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
257 | {DFD3F85E-944E-7740-A29F-715891AF8262}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
258 | {DFD3F85E-944E-7740-A29F-715891AF8262}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
259 | {DFD3F85E-944E-7740-A29F-715891AF8262}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
260 | {DFD3F85E-944E-7740-A29F-715891AF8262}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
261 | {DFD3F85E-944E-7740-A29F-715891AF8262}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
262 | {DFD3F85E-944E-7740-A29F-715891AF8262}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
263 | {DFD3F85E-944E-7740-A29F-715891AF8262}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
264 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
265 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
266 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
267 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
268 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
269 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
270 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
271 | {D03ABAA3-4C58-674E-B545-4AE8E993A57A}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
272 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
273 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
274 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
275 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
276 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
277 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
278 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
279 | {0F6BA7D9-8481-D34C-9CA7-C69AC15DCE4C}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
280 | {D63DCF21-8421-044C-910F-9758DFF417D0}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
281 | {D63DCF21-8421-044C-910F-9758DFF417D0}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
282 | {D63DCF21-8421-044C-910F-9758DFF417D0}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
283 | {D63DCF21-8421-044C-910F-9758DFF417D0}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
284 | {D63DCF21-8421-044C-910F-9758DFF417D0}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
285 | {D63DCF21-8421-044C-910F-9758DFF417D0}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
286 | {D63DCF21-8421-044C-910F-9758DFF417D0}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
287 | {D63DCF21-8421-044C-910F-9758DFF417D0}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
288 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
289 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
290 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
291 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
292 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
293 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
294 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
295 | {B8D35A81-5E45-744C-BABD-BFCAA4CBF36E}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
296 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
297 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
298 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
299 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
300 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
301 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
302 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
303 | {BCF62E98-514B-254D-95C5-CEBF06A37108}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
304 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
305 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
306 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
307 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
308 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
309 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
310 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
311 | {B8043AEB-91BD-4D49-B580-D480DC1B979F}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
312 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
313 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
314 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
315 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
316 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
317 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
318 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
319 | {6DCB0D01-0638-0244-BEB9-A313999D14E9}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
320 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
321 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
322 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
323 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
324 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
325 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
326 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
327 | {29A4883C-6553-4D48-8FFC-10382F07DA72}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
328 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
329 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
330 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
331 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
332 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
333 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
334 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
335 | {D1B53AFE-F148-194C-B3A1-8386C9B25359}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
336 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
337 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
338 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
339 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
340 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
341 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
342 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
343 | {FE66E49C-CF34-5F4B-B43C-9A0C89185222}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
344 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
345 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
346 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
347 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
348 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
349 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
350 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
351 | {EA15C089-307B-8B4A-A598-0E06C82ADB1E}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
352 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
353 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
354 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
355 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
356 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
357 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
358 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
359 | {BE3117C9-B067-0A4B-920D-7F3C00374BA0}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
360 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
361 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
362 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
363 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
364 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
365 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
366 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
367 | {13D33F5C-1C2C-D740-A28A-BCFD15616E75}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
368 | {FA871426-5142-F646-B3D2-3AF70E784D68}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
369 | {FA871426-5142-F646-B3D2-3AF70E784D68}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
370 | {FA871426-5142-F646-B3D2-3AF70E784D68}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
371 | {FA871426-5142-F646-B3D2-3AF70E784D68}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
372 | {FA871426-5142-F646-B3D2-3AF70E784D68}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
373 | {FA871426-5142-F646-B3D2-3AF70E784D68}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
374 | {FA871426-5142-F646-B3D2-3AF70E784D68}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
375 | {FA871426-5142-F646-B3D2-3AF70E784D68}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
376 | {EA829A28-B1B2-1345-98B9-897763B937AF}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 | ||
377 | {EA829A28-B1B2-1345-98B9-897763B937AF}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 | ||
378 | {EA829A28-B1B2-1345-98B9-897763B937AF}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 | ||
379 | {EA829A28-B1B2-1345-98B9-897763B937AF}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 | ||
380 | {EA829A28-B1B2-1345-98B9-897763B937AF}.DebugLib|Win32.ActiveCfg = DebugLib|Win32 | ||
381 | {EA829A28-B1B2-1345-98B9-897763B937AF}.DebugLib|Win32.Build.0 = DebugLib|Win32 | ||
382 | {EA829A28-B1B2-1345-98B9-897763B937AF}.ReleaseLib|Win32.ActiveCfg = ReleaseLib|Win32 | ||
383 | {EA829A28-B1B2-1345-98B9-897763B937AF}.ReleaseLib|Win32.Build.0 = ReleaseLib|Win32 | ||
384 | EndGlobalSection | ||
385 | GlobalSection(SolutionProperties) = preSolution | ||
386 | HideSolutionNode = FALSE | ||
387 | EndGlobalSection | ||
388 | EndGlobal | ||
diff --git a/libraries/ode-0.9/build/vs2005/ode.vcproj b/libraries/ode-0.9/build/vs2005/ode.vcproj new file mode 100644 index 0000000..147bb6f --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/ode.vcproj | |||
@@ -0,0 +1,1017 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="ode" | ||
6 | ProjectGUID="{2A8430BA-889E-EE4A-B1E3-A3231F6816EE}" | ||
7 | RootNamespace="ode" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/ode/DebugDLL" | ||
22 | ConfigurationType="2" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
44 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL" | ||
60 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="user32.lib" | ||
68 | OutputFile="$(OutDir)/ode.dll" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/ode.pdb" | ||
73 | SubSystem="2" | ||
74 | ImportLibrary="../../lib/DebugDLL/ode.lib" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/ode/ReleaseDLL" | ||
106 | ConfigurationType="2" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="2" | ||
127 | OmitFramePointers="true" | ||
128 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
129 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL" | ||
130 | StringPooling="true" | ||
131 | RuntimeLibrary="2" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="0" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_DLL" | ||
144 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="user32.lib" | ||
152 | OutputFile="$(OutDir)/ode.dll" | ||
153 | LinkIncremental="1" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="false" | ||
156 | SubSystem="2" | ||
157 | OptimizeReferences="2" | ||
158 | EnableCOMDATFolding="2" | ||
159 | ImportLibrary="../../lib/ReleaseDLL/ode.lib" | ||
160 | TargetMachine="1" | ||
161 | /> | ||
162 | <Tool | ||
163 | Name="VCALinkTool" | ||
164 | /> | ||
165 | <Tool | ||
166 | Name="VCManifestTool" | ||
167 | /> | ||
168 | <Tool | ||
169 | Name="VCXDCMakeTool" | ||
170 | /> | ||
171 | <Tool | ||
172 | Name="VCBscMakeTool" | ||
173 | /> | ||
174 | <Tool | ||
175 | Name="VCFxCopTool" | ||
176 | /> | ||
177 | <Tool | ||
178 | Name="VCAppVerifierTool" | ||
179 | /> | ||
180 | <Tool | ||
181 | Name="VCWebDeploymentTool" | ||
182 | /> | ||
183 | <Tool | ||
184 | Name="VCPostBuildEventTool" | ||
185 | /> | ||
186 | </Configuration> | ||
187 | <Configuration | ||
188 | Name="DebugLib|Win32" | ||
189 | OutputDirectory="../../lib/DebugLib" | ||
190 | IntermediateDirectory="obj/ode/DebugLib" | ||
191 | ConfigurationType="4" | ||
192 | CharacterSet="2" | ||
193 | > | ||
194 | <Tool | ||
195 | Name="VCPreBuildEventTool" | ||
196 | /> | ||
197 | <Tool | ||
198 | Name="VCCustomBuildTool" | ||
199 | /> | ||
200 | <Tool | ||
201 | Name="VCXMLDataGeneratorTool" | ||
202 | /> | ||
203 | <Tool | ||
204 | Name="VCWebServiceProxyGeneratorTool" | ||
205 | /> | ||
206 | <Tool | ||
207 | Name="VCMIDLTool" | ||
208 | /> | ||
209 | <Tool | ||
210 | Name="VCCLCompilerTool" | ||
211 | Optimization="0" | ||
212 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
213 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB" | ||
214 | MinimalRebuild="true" | ||
215 | BasicRuntimeChecks="3" | ||
216 | RuntimeLibrary="3" | ||
217 | EnableFunctionLevelLinking="true" | ||
218 | UsePrecompiledHeader="0" | ||
219 | WarningLevel="3" | ||
220 | Detect64BitPortabilityProblems="true" | ||
221 | DebugInformationFormat="4" | ||
222 | /> | ||
223 | <Tool | ||
224 | Name="VCManagedResourceCompilerTool" | ||
225 | /> | ||
226 | <Tool | ||
227 | Name="VCResourceCompilerTool" | ||
228 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB" | ||
229 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
230 | /> | ||
231 | <Tool | ||
232 | Name="VCPreLinkEventTool" | ||
233 | /> | ||
234 | <Tool | ||
235 | Name="VCLibrarianTool" | ||
236 | OutputFile="$(OutDir)/ode.lib" | ||
237 | /> | ||
238 | <Tool | ||
239 | Name="VCALinkTool" | ||
240 | /> | ||
241 | <Tool | ||
242 | Name="VCManifestTool" | ||
243 | /> | ||
244 | <Tool | ||
245 | Name="VCXDCMakeTool" | ||
246 | /> | ||
247 | <Tool | ||
248 | Name="VCBscMakeTool" | ||
249 | /> | ||
250 | <Tool | ||
251 | Name="VCFxCopTool" | ||
252 | /> | ||
253 | <Tool | ||
254 | Name="VCAppVerifierTool" | ||
255 | /> | ||
256 | <Tool | ||
257 | Name="VCWebDeploymentTool" | ||
258 | /> | ||
259 | <Tool | ||
260 | Name="VCPostBuildEventTool" | ||
261 | /> | ||
262 | </Configuration> | ||
263 | <Configuration | ||
264 | Name="ReleaseLib|Win32" | ||
265 | OutputDirectory="../../lib/ReleaseLib" | ||
266 | IntermediateDirectory="obj/ode/ReleaseLib" | ||
267 | ConfigurationType="4" | ||
268 | CharacterSet="2" | ||
269 | > | ||
270 | <Tool | ||
271 | Name="VCPreBuildEventTool" | ||
272 | /> | ||
273 | <Tool | ||
274 | Name="VCCustomBuildTool" | ||
275 | /> | ||
276 | <Tool | ||
277 | Name="VCXMLDataGeneratorTool" | ||
278 | /> | ||
279 | <Tool | ||
280 | Name="VCWebServiceProxyGeneratorTool" | ||
281 | /> | ||
282 | <Tool | ||
283 | Name="VCMIDLTool" | ||
284 | /> | ||
285 | <Tool | ||
286 | Name="VCCLCompilerTool" | ||
287 | Optimization="2" | ||
288 | OmitFramePointers="true" | ||
289 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
290 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB" | ||
291 | StringPooling="true" | ||
292 | RuntimeLibrary="2" | ||
293 | EnableFunctionLevelLinking="true" | ||
294 | UsePrecompiledHeader="0" | ||
295 | WarningLevel="3" | ||
296 | Detect64BitPortabilityProblems="true" | ||
297 | DebugInformationFormat="0" | ||
298 | /> | ||
299 | <Tool | ||
300 | Name="VCManagedResourceCompilerTool" | ||
301 | /> | ||
302 | <Tool | ||
303 | Name="VCResourceCompilerTool" | ||
304 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;ODE_LIB" | ||
305 | AdditionalIncludeDirectories="../../include;../../OPCODE;../../GIMPACT/include" | ||
306 | /> | ||
307 | <Tool | ||
308 | Name="VCPreLinkEventTool" | ||
309 | /> | ||
310 | <Tool | ||
311 | Name="VCLibrarianTool" | ||
312 | OutputFile="$(OutDir)/ode.lib" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCALinkTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCManifestTool" | ||
319 | /> | ||
320 | <Tool | ||
321 | Name="VCXDCMakeTool" | ||
322 | /> | ||
323 | <Tool | ||
324 | Name="VCBscMakeTool" | ||
325 | /> | ||
326 | <Tool | ||
327 | Name="VCFxCopTool" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCAppVerifierTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCWebDeploymentTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCPostBuildEventTool" | ||
337 | /> | ||
338 | </Configuration> | ||
339 | </Configurations> | ||
340 | <References> | ||
341 | </References> | ||
342 | <Files> | ||
343 | <Filter | ||
344 | Name="include" | ||
345 | Filter="" | ||
346 | > | ||
347 | <Filter | ||
348 | Name="ode" | ||
349 | Filter="" | ||
350 | > | ||
351 | <File | ||
352 | RelativePath="..\..\include\ode\collision.h"> | ||
353 | </File> | ||
354 | <File | ||
355 | RelativePath="..\..\include\ode\collision_space.h"> | ||
356 | </File> | ||
357 | <File | ||
358 | RelativePath="..\..\include\ode\collision_trimesh.h"> | ||
359 | </File> | ||
360 | <File | ||
361 | RelativePath="..\..\include\ode\common.h"> | ||
362 | </File> | ||
363 | <File | ||
364 | RelativePath="..\..\include\ode\compatibility.h"> | ||
365 | </File> | ||
366 | <File | ||
367 | RelativePath="..\..\include\ode\config.h"> | ||
368 | </File> | ||
369 | <File | ||
370 | RelativePath="..\..\include\ode\contact.h"> | ||
371 | </File> | ||
372 | <File | ||
373 | RelativePath="..\..\include\ode\error.h"> | ||
374 | </File> | ||
375 | <File | ||
376 | RelativePath="..\..\include\ode\export-dif.h"> | ||
377 | </File> | ||
378 | <File | ||
379 | RelativePath="..\..\include\ode\mass.h"> | ||
380 | </File> | ||
381 | <File | ||
382 | RelativePath="..\..\include\ode\matrix.h"> | ||
383 | </File> | ||
384 | <File | ||
385 | RelativePath="..\..\include\ode\memory.h"> | ||
386 | </File> | ||
387 | <File | ||
388 | RelativePath="..\..\include\ode\misc.h"> | ||
389 | </File> | ||
390 | <File | ||
391 | RelativePath="..\..\include\ode\objects.h"> | ||
392 | </File> | ||
393 | <File | ||
394 | RelativePath="..\..\include\ode\ode.h"> | ||
395 | </File> | ||
396 | <File | ||
397 | RelativePath="..\..\include\ode\odecpp.h"> | ||
398 | </File> | ||
399 | <File | ||
400 | RelativePath="..\..\include\ode\odecpp_collision.h"> | ||
401 | </File> | ||
402 | <File | ||
403 | RelativePath="..\..\include\ode\odemath.h"> | ||
404 | </File> | ||
405 | <File | ||
406 | RelativePath="..\..\include\ode\rotation.h"> | ||
407 | </File> | ||
408 | <File | ||
409 | RelativePath="..\..\include\ode\timer.h"> | ||
410 | </File> | ||
411 | </Filter> | ||
412 | </Filter> | ||
413 | <Filter | ||
414 | Name="ode" | ||
415 | Filter="" | ||
416 | > | ||
417 | <Filter | ||
418 | Name="src" | ||
419 | Filter="" | ||
420 | > | ||
421 | <File | ||
422 | RelativePath="..\..\ode\src\array.h"> | ||
423 | </File> | ||
424 | <File | ||
425 | RelativePath="..\..\ode\src\collision_kernel.h"> | ||
426 | </File> | ||
427 | <File | ||
428 | RelativePath="..\..\ode\src\collision_space_internal.h"> | ||
429 | </File> | ||
430 | <File | ||
431 | RelativePath="..\..\ode\src\collision_std.h"> | ||
432 | </File> | ||
433 | <File | ||
434 | RelativePath="..\..\ode\src\collision_transform.h"> | ||
435 | </File> | ||
436 | <File | ||
437 | RelativePath="..\..\ode\src\collision_trimesh_internal.h"> | ||
438 | </File> | ||
439 | <File | ||
440 | RelativePath="..\..\ode\src\collision_util.h"> | ||
441 | </File> | ||
442 | <File | ||
443 | RelativePath="..\..\ode\src\heightfield.h"> | ||
444 | </File> | ||
445 | <File | ||
446 | RelativePath="..\..\ode\src\joint.h"> | ||
447 | </File> | ||
448 | <File | ||
449 | RelativePath="..\..\ode\src\lcp.h"> | ||
450 | </File> | ||
451 | <File | ||
452 | RelativePath="..\..\ode\src\mat.h"> | ||
453 | </File> | ||
454 | <File | ||
455 | RelativePath="..\..\ode\src\objects.h"> | ||
456 | </File> | ||
457 | <File | ||
458 | RelativePath="..\..\ode\src\obstack.h"> | ||
459 | </File> | ||
460 | <File | ||
461 | RelativePath="..\..\ode\src\quickstep.h"> | ||
462 | </File> | ||
463 | <File | ||
464 | RelativePath="..\..\ode\src\stack.h"> | ||
465 | </File> | ||
466 | <File | ||
467 | RelativePath="..\..\ode\src\step.h"> | ||
468 | </File> | ||
469 | <File | ||
470 | RelativePath="..\..\ode\src\testing.h"> | ||
471 | </File> | ||
472 | <File | ||
473 | RelativePath="..\..\ode\src\util.h"> | ||
474 | </File> | ||
475 | <File | ||
476 | RelativePath="..\..\ode\src\fastdot.c"> | ||
477 | </File> | ||
478 | <File | ||
479 | RelativePath="..\..\ode\src\fastldlt.c"> | ||
480 | </File> | ||
481 | <File | ||
482 | RelativePath="..\..\ode\src\fastlsolve.c"> | ||
483 | </File> | ||
484 | <File | ||
485 | RelativePath="..\..\ode\src\fastltsolve.c"> | ||
486 | </File> | ||
487 | <File | ||
488 | RelativePath="..\..\ode\src\array.cpp"> | ||
489 | </File> | ||
490 | <File | ||
491 | RelativePath="..\..\ode\src\box.cpp"> | ||
492 | </File> | ||
493 | <File | ||
494 | RelativePath="..\..\ode\src\capsule.cpp"> | ||
495 | </File> | ||
496 | <File | ||
497 | RelativePath="..\..\ode\src\collision_cylinder_box.cpp"> | ||
498 | </File> | ||
499 | <File | ||
500 | RelativePath="..\..\ode\src\collision_cylinder_plane.cpp"> | ||
501 | </File> | ||
502 | <File | ||
503 | RelativePath="..\..\ode\src\collision_cylinder_sphere.cpp"> | ||
504 | </File> | ||
505 | <File | ||
506 | RelativePath="..\..\ode\src\collision_cylinder_trimesh.cpp"> | ||
507 | </File> | ||
508 | <File | ||
509 | RelativePath="..\..\ode\src\collision_kernel.cpp"> | ||
510 | </File> | ||
511 | <File | ||
512 | RelativePath="..\..\ode\src\collision_quadtreespace.cpp"> | ||
513 | </File> | ||
514 | <File | ||
515 | RelativePath="..\..\ode\src\collision_space.cpp"> | ||
516 | </File> | ||
517 | <File | ||
518 | RelativePath="..\..\ode\src\collision_transform.cpp"> | ||
519 | </File> | ||
520 | <File | ||
521 | RelativePath="..\..\ode\src\collision_trimesh_box.cpp"> | ||
522 | </File> | ||
523 | <File | ||
524 | RelativePath="..\..\ode\src\collision_trimesh_ccylinder.cpp"> | ||
525 | </File> | ||
526 | <File | ||
527 | RelativePath="..\..\ode\src\collision_trimesh_distance.cpp"> | ||
528 | </File> | ||
529 | <File | ||
530 | RelativePath="..\..\ode\src\collision_trimesh_gimpact.cpp"> | ||
531 | </File> | ||
532 | <File | ||
533 | RelativePath="..\..\ode\src\collision_trimesh_opcode.cpp"> | ||
534 | </File> | ||
535 | <File | ||
536 | RelativePath="..\..\ode\src\collision_trimesh_plane.cpp"> | ||
537 | </File> | ||
538 | <File | ||
539 | RelativePath="..\..\ode\src\collision_trimesh_ray.cpp"> | ||
540 | </File> | ||
541 | <File | ||
542 | RelativePath="..\..\ode\src\collision_trimesh_sphere.cpp"> | ||
543 | </File> | ||
544 | <File | ||
545 | RelativePath="..\..\ode\src\collision_trimesh_trimesh.cpp"> | ||
546 | </File> | ||
547 | <File | ||
548 | RelativePath="..\..\ode\src\collision_trimesh_trimesh_new.cpp"> | ||
549 | </File> | ||
550 | <File | ||
551 | RelativePath="..\..\ode\src\collision_util.cpp"> | ||
552 | </File> | ||
553 | <File | ||
554 | RelativePath="..\..\ode\src\convex.cpp"> | ||
555 | </File> | ||
556 | <File | ||
557 | RelativePath="..\..\ode\src\cylinder.cpp"> | ||
558 | </File> | ||
559 | <File | ||
560 | RelativePath="..\..\ode\src\error.cpp"> | ||
561 | </File> | ||
562 | <File | ||
563 | RelativePath="..\..\ode\src\export-dif.cpp"> | ||
564 | </File> | ||
565 | <File | ||
566 | RelativePath="..\..\ode\src\heightfield.cpp"> | ||
567 | </File> | ||
568 | <File | ||
569 | RelativePath="..\..\ode\src\joint.cpp"> | ||
570 | </File> | ||
571 | <File | ||
572 | RelativePath="..\..\ode\src\lcp.cpp"> | ||
573 | </File> | ||
574 | <File | ||
575 | RelativePath="..\..\ode\src\mass.cpp"> | ||
576 | </File> | ||
577 | <File | ||
578 | RelativePath="..\..\ode\src\mat.cpp"> | ||
579 | </File> | ||
580 | <File | ||
581 | RelativePath="..\..\ode\src\matrix.cpp"> | ||
582 | </File> | ||
583 | <File | ||
584 | RelativePath="..\..\ode\src\memory.cpp"> | ||
585 | </File> | ||
586 | <File | ||
587 | RelativePath="..\..\ode\src\misc.cpp"> | ||
588 | </File> | ||
589 | <File | ||
590 | RelativePath="..\..\ode\src\obstack.cpp"> | ||
591 | </File> | ||
592 | <File | ||
593 | RelativePath="..\..\ode\src\ode.cpp"> | ||
594 | </File> | ||
595 | <File | ||
596 | RelativePath="..\..\ode\src\odemath.cpp"> | ||
597 | </File> | ||
598 | <File | ||
599 | RelativePath="..\..\ode\src\plane.cpp"> | ||
600 | </File> | ||
601 | <File | ||
602 | RelativePath="..\..\ode\src\quickstep.cpp"> | ||
603 | </File> | ||
604 | <File | ||
605 | RelativePath="..\..\ode\src\ray.cpp"> | ||
606 | </File> | ||
607 | <File | ||
608 | RelativePath="..\..\ode\src\rotation.cpp"> | ||
609 | </File> | ||
610 | <File | ||
611 | RelativePath="..\..\ode\src\sphere.cpp"> | ||
612 | </File> | ||
613 | <File | ||
614 | RelativePath="..\..\ode\src\step.cpp"> | ||
615 | </File> | ||
616 | <File | ||
617 | RelativePath="..\..\ode\src\stepfast.cpp"> | ||
618 | </File> | ||
619 | <File | ||
620 | RelativePath="..\..\ode\src\testing.cpp"> | ||
621 | </File> | ||
622 | <File | ||
623 | RelativePath="..\..\ode\src\timer.cpp"> | ||
624 | </File> | ||
625 | <File | ||
626 | RelativePath="..\..\ode\src\util.cpp"> | ||
627 | </File> | ||
628 | </Filter> | ||
629 | </Filter> | ||
630 | <Filter | ||
631 | Name="GIMPACT" | ||
632 | Filter="" | ||
633 | > | ||
634 | <Filter | ||
635 | Name="include" | ||
636 | Filter="" | ||
637 | > | ||
638 | <Filter | ||
639 | Name="GIMPACT" | ||
640 | Filter="" | ||
641 | > | ||
642 | <File | ||
643 | RelativePath="..\..\GIMPACT\include\GIMPACT\gimpact.h"> | ||
644 | </File> | ||
645 | <File | ||
646 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_boxpruning.h"> | ||
647 | </File> | ||
648 | <File | ||
649 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_contact.h"> | ||
650 | </File> | ||
651 | <File | ||
652 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_geometry.h"> | ||
653 | </File> | ||
654 | <File | ||
655 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_math.h"> | ||
656 | </File> | ||
657 | <File | ||
658 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_memory.h"> | ||
659 | </File> | ||
660 | <File | ||
661 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_radixsort.h"> | ||
662 | </File> | ||
663 | <File | ||
664 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_trimesh.h"> | ||
665 | </File> | ||
666 | <File | ||
667 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_capsule_collision.h"> | ||
668 | </File> | ||
669 | <File | ||
670 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_collision.h"> | ||
671 | </File> | ||
672 | <File | ||
673 | RelativePath="..\..\GIMPACT\include\GIMPACT\gim_tri_sphere_collision.h"> | ||
674 | </File> | ||
675 | </Filter> | ||
676 | </Filter> | ||
677 | <Filter | ||
678 | Name="src" | ||
679 | Filter="" | ||
680 | > | ||
681 | <File | ||
682 | RelativePath="..\..\GIMPACT\src\gimpact.cpp"> | ||
683 | </File> | ||
684 | <File | ||
685 | RelativePath="..\..\GIMPACT\src\gim_boxpruning.cpp"> | ||
686 | </File> | ||
687 | <File | ||
688 | RelativePath="..\..\GIMPACT\src\gim_contact.cpp"> | ||
689 | </File> | ||
690 | <File | ||
691 | RelativePath="..\..\GIMPACT\src\gim_math.cpp"> | ||
692 | </File> | ||
693 | <File | ||
694 | RelativePath="..\..\GIMPACT\src\gim_memory.cpp"> | ||
695 | </File> | ||
696 | <File | ||
697 | RelativePath="..\..\GIMPACT\src\gim_trimesh.cpp"> | ||
698 | </File> | ||
699 | <File | ||
700 | RelativePath="..\..\GIMPACT\src\gim_trimesh_capsule_collision.cpp"> | ||
701 | </File> | ||
702 | <File | ||
703 | RelativePath="..\..\GIMPACT\src\gim_trimesh_ray_collision.cpp"> | ||
704 | </File> | ||
705 | <File | ||
706 | RelativePath="..\..\GIMPACT\src\gim_trimesh_sphere_collision.cpp"> | ||
707 | </File> | ||
708 | <File | ||
709 | RelativePath="..\..\GIMPACT\src\gim_trimesh_trimesh_collision.cpp"> | ||
710 | </File> | ||
711 | <File | ||
712 | RelativePath="..\..\GIMPACT\src\gim_tri_tri_overlap.cpp"> | ||
713 | </File> | ||
714 | </Filter> | ||
715 | </Filter> | ||
716 | <Filter | ||
717 | Name="OPCODE" | ||
718 | Filter="" | ||
719 | > | ||
720 | <Filter | ||
721 | Name="Ice" | ||
722 | Filter="" | ||
723 | > | ||
724 | <File | ||
725 | RelativePath="..\..\OPCODE\Ice\IceAABB.h"> | ||
726 | </File> | ||
727 | <File | ||
728 | RelativePath="..\..\OPCODE\Ice\IceAxes.h"> | ||
729 | </File> | ||
730 | <File | ||
731 | RelativePath="..\..\OPCODE\Ice\IceBoundingSphere.h"> | ||
732 | </File> | ||
733 | <File | ||
734 | RelativePath="..\..\OPCODE\Ice\IceContainer.h"> | ||
735 | </File> | ||
736 | <File | ||
737 | RelativePath="..\..\OPCODE\Ice\IceFPU.h"> | ||
738 | </File> | ||
739 | <File | ||
740 | RelativePath="..\..\OPCODE\Ice\IceHPoint.h"> | ||
741 | </File> | ||
742 | <File | ||
743 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.h"> | ||
744 | </File> | ||
745 | <File | ||
746 | RelativePath="..\..\OPCODE\Ice\IceLSS.h"> | ||
747 | </File> | ||
748 | <File | ||
749 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.h"> | ||
750 | </File> | ||
751 | <File | ||
752 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.h"> | ||
753 | </File> | ||
754 | <File | ||
755 | RelativePath="..\..\OPCODE\Ice\IceMemoryMacros.h"> | ||
756 | </File> | ||
757 | <File | ||
758 | RelativePath="..\..\OPCODE\Ice\IceOBB.h"> | ||
759 | </File> | ||
760 | <File | ||
761 | RelativePath="..\..\OPCODE\Ice\IcePairs.h"> | ||
762 | </File> | ||
763 | <File | ||
764 | RelativePath="..\..\OPCODE\Ice\IcePlane.h"> | ||
765 | </File> | ||
766 | <File | ||
767 | RelativePath="..\..\OPCODE\Ice\IcePoint.h"> | ||
768 | </File> | ||
769 | <File | ||
770 | RelativePath="..\..\OPCODE\Ice\IcePreprocessor.h"> | ||
771 | </File> | ||
772 | <File | ||
773 | RelativePath="..\..\OPCODE\Ice\IceRandom.h"> | ||
774 | </File> | ||
775 | <File | ||
776 | RelativePath="..\..\OPCODE\Ice\IceRay.h"> | ||
777 | </File> | ||
778 | <File | ||
779 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.h"> | ||
780 | </File> | ||
781 | <File | ||
782 | RelativePath="..\..\OPCODE\Ice\IceSegment.h"> | ||
783 | </File> | ||
784 | <File | ||
785 | RelativePath="..\..\OPCODE\Ice\IceTriangle.h"> | ||
786 | </File> | ||
787 | <File | ||
788 | RelativePath="..\..\OPCODE\Ice\IceTriList.h"> | ||
789 | </File> | ||
790 | <File | ||
791 | RelativePath="..\..\OPCODE\Ice\IceTypes.h"> | ||
792 | </File> | ||
793 | <File | ||
794 | RelativePath="..\..\OPCODE\Ice\IceUtils.h"> | ||
795 | </File> | ||
796 | <File | ||
797 | RelativePath="..\..\OPCODE\Ice\IceAABB.cpp"> | ||
798 | </File> | ||
799 | <File | ||
800 | RelativePath="..\..\OPCODE\Ice\IceContainer.cpp"> | ||
801 | </File> | ||
802 | <File | ||
803 | RelativePath="..\..\OPCODE\Ice\IceHPoint.cpp"> | ||
804 | </File> | ||
805 | <File | ||
806 | RelativePath="..\..\OPCODE\Ice\IceIndexedTriangle.cpp"> | ||
807 | </File> | ||
808 | <File | ||
809 | RelativePath="..\..\OPCODE\Ice\IceMatrix3x3.cpp"> | ||
810 | </File> | ||
811 | <File | ||
812 | RelativePath="..\..\OPCODE\Ice\IceMatrix4x4.cpp"> | ||
813 | </File> | ||
814 | <File | ||
815 | RelativePath="..\..\OPCODE\Ice\IceOBB.cpp"> | ||
816 | </File> | ||
817 | <File | ||
818 | RelativePath="..\..\OPCODE\Ice\IcePlane.cpp"> | ||
819 | </File> | ||
820 | <File | ||
821 | RelativePath="..\..\OPCODE\Ice\IcePoint.cpp"> | ||
822 | </File> | ||
823 | <File | ||
824 | RelativePath="..\..\OPCODE\Ice\IceRandom.cpp"> | ||
825 | </File> | ||
826 | <File | ||
827 | RelativePath="..\..\OPCODE\Ice\IceRay.cpp"> | ||
828 | </File> | ||
829 | <File | ||
830 | RelativePath="..\..\OPCODE\Ice\IceRevisitedRadix.cpp"> | ||
831 | </File> | ||
832 | <File | ||
833 | RelativePath="..\..\OPCODE\Ice\IceSegment.cpp"> | ||
834 | </File> | ||
835 | <File | ||
836 | RelativePath="..\..\OPCODE\Ice\IceTriangle.cpp"> | ||
837 | </File> | ||
838 | <File | ||
839 | RelativePath="..\..\OPCODE\Ice\IceUtils.cpp"> | ||
840 | </File> | ||
841 | </Filter> | ||
842 | <File | ||
843 | RelativePath="..\..\OPCODE\Opcode.h"> | ||
844 | </File> | ||
845 | <File | ||
846 | RelativePath="..\..\OPCODE\OPC_AABBCollider.h"> | ||
847 | </File> | ||
848 | <File | ||
849 | RelativePath="..\..\OPCODE\OPC_AABBTree.h"> | ||
850 | </File> | ||
851 | <File | ||
852 | RelativePath="..\..\OPCODE\OPC_BaseModel.h"> | ||
853 | </File> | ||
854 | <File | ||
855 | RelativePath="..\..\OPCODE\OPC_BoxBoxOverlap.h"> | ||
856 | </File> | ||
857 | <File | ||
858 | RelativePath="..\..\OPCODE\OPC_BoxPruning.h"> | ||
859 | </File> | ||
860 | <File | ||
861 | RelativePath="..\..\OPCODE\OPC_Collider.h"> | ||
862 | </File> | ||
863 | <File | ||
864 | RelativePath="..\..\OPCODE\OPC_Common.h"> | ||
865 | </File> | ||
866 | <File | ||
867 | RelativePath="..\..\OPCODE\OPC_HybridModel.h"> | ||
868 | </File> | ||
869 | <File | ||
870 | RelativePath="..\..\OPCODE\OPC_IceHook.h"> | ||
871 | </File> | ||
872 | <File | ||
873 | RelativePath="..\..\OPCODE\OPC_LSSAABBOverlap.h"> | ||
874 | </File> | ||
875 | <File | ||
876 | RelativePath="..\..\OPCODE\OPC_LSSCollider.h"> | ||
877 | </File> | ||
878 | <File | ||
879 | RelativePath="..\..\OPCODE\OPC_LSSTriOverlap.h"> | ||
880 | </File> | ||
881 | <File | ||
882 | RelativePath="..\..\OPCODE\OPC_MeshInterface.h"> | ||
883 | </File> | ||
884 | <File | ||
885 | RelativePath="..\..\OPCODE\OPC_Model.h"> | ||
886 | </File> | ||
887 | <File | ||
888 | RelativePath="..\..\OPCODE\OPC_OBBCollider.h"> | ||
889 | </File> | ||
890 | <File | ||
891 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.h"> | ||
892 | </File> | ||
893 | <File | ||
894 | RelativePath="..\..\OPCODE\OPC_Picking.h"> | ||
895 | </File> | ||
896 | <File | ||
897 | RelativePath="..\..\OPCODE\OPC_PlanesAABBOverlap.h"> | ||
898 | </File> | ||
899 | <File | ||
900 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.h"> | ||
901 | </File> | ||
902 | <File | ||
903 | RelativePath="..\..\OPCODE\OPC_PlanesTriOverlap.h"> | ||
904 | </File> | ||
905 | <File | ||
906 | RelativePath="..\..\OPCODE\OPC_RayAABBOverlap.h"> | ||
907 | </File> | ||
908 | <File | ||
909 | RelativePath="..\..\OPCODE\OPC_RayCollider.h"> | ||
910 | </File> | ||
911 | <File | ||
912 | RelativePath="..\..\OPCODE\OPC_RayTriOverlap.h"> | ||
913 | </File> | ||
914 | <File | ||
915 | RelativePath="..\..\OPCODE\OPC_Settings.h"> | ||
916 | </File> | ||
917 | <File | ||
918 | RelativePath="..\..\OPCODE\OPC_SphereAABBOverlap.h"> | ||
919 | </File> | ||
920 | <File | ||
921 | RelativePath="..\..\OPCODE\OPC_SphereCollider.h"> | ||
922 | </File> | ||
923 | <File | ||
924 | RelativePath="..\..\OPCODE\OPC_SphereTriOverlap.h"> | ||
925 | </File> | ||
926 | <File | ||
927 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.h"> | ||
928 | </File> | ||
929 | <File | ||
930 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.h"> | ||
931 | </File> | ||
932 | <File | ||
933 | RelativePath="..\..\OPCODE\OPC_TreeCollider.h"> | ||
934 | </File> | ||
935 | <File | ||
936 | RelativePath="..\..\OPCODE\OPC_TriBoxOverlap.h"> | ||
937 | </File> | ||
938 | <File | ||
939 | RelativePath="..\..\OPCODE\OPC_TriTriOverlap.h"> | ||
940 | </File> | ||
941 | <File | ||
942 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.h"> | ||
943 | </File> | ||
944 | <File | ||
945 | RelativePath="..\..\OPCODE\Stdafx.h"> | ||
946 | </File> | ||
947 | <File | ||
948 | RelativePath="..\..\OPCODE\Opcode.cpp"> | ||
949 | </File> | ||
950 | <File | ||
951 | RelativePath="..\..\OPCODE\OPC_AABBCollider.cpp"> | ||
952 | </File> | ||
953 | <File | ||
954 | RelativePath="..\..\OPCODE\OPC_AABBTree.cpp"> | ||
955 | </File> | ||
956 | <File | ||
957 | RelativePath="..\..\OPCODE\OPC_BaseModel.cpp"> | ||
958 | </File> | ||
959 | <File | ||
960 | RelativePath="..\..\OPCODE\OPC_BoxPruning.cpp"> | ||
961 | </File> | ||
962 | <File | ||
963 | RelativePath="..\..\OPCODE\OPC_Collider.cpp"> | ||
964 | </File> | ||
965 | <File | ||
966 | RelativePath="..\..\OPCODE\OPC_Common.cpp"> | ||
967 | </File> | ||
968 | <File | ||
969 | RelativePath="..\..\OPCODE\OPC_HybridModel.cpp"> | ||
970 | </File> | ||
971 | <File | ||
972 | RelativePath="..\..\OPCODE\OPC_LSSCollider.cpp"> | ||
973 | </File> | ||
974 | <File | ||
975 | RelativePath="..\..\OPCODE\OPC_MeshInterface.cpp"> | ||
976 | </File> | ||
977 | <File | ||
978 | RelativePath="..\..\OPCODE\OPC_Model.cpp"> | ||
979 | </File> | ||
980 | <File | ||
981 | RelativePath="..\..\OPCODE\OPC_OBBCollider.cpp"> | ||
982 | </File> | ||
983 | <File | ||
984 | RelativePath="..\..\OPCODE\OPC_OptimizedTree.cpp"> | ||
985 | </File> | ||
986 | <File | ||
987 | RelativePath="..\..\OPCODE\OPC_Picking.cpp"> | ||
988 | </File> | ||
989 | <File | ||
990 | RelativePath="..\..\OPCODE\OPC_PlanesCollider.cpp"> | ||
991 | </File> | ||
992 | <File | ||
993 | RelativePath="..\..\OPCODE\OPC_RayCollider.cpp"> | ||
994 | </File> | ||
995 | <File | ||
996 | RelativePath="..\..\OPCODE\OPC_SphereCollider.cpp"> | ||
997 | </File> | ||
998 | <File | ||
999 | RelativePath="..\..\OPCODE\OPC_SweepAndPrune.cpp"> | ||
1000 | </File> | ||
1001 | <File | ||
1002 | RelativePath="..\..\OPCODE\OPC_TreeBuilders.cpp"> | ||
1003 | </File> | ||
1004 | <File | ||
1005 | RelativePath="..\..\OPCODE\OPC_TreeCollider.cpp"> | ||
1006 | </File> | ||
1007 | <File | ||
1008 | RelativePath="..\..\OPCODE\OPC_VolumeCollider.cpp"> | ||
1009 | </File> | ||
1010 | <File | ||
1011 | RelativePath="..\..\OPCODE\StdAfx.cpp"> | ||
1012 | </File> | ||
1013 | </Filter> | ||
1014 | </Files> | ||
1015 | <Globals> | ||
1016 | </Globals> | ||
1017 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9/build/vs2005/tests.vcproj b/libraries/ode-0.9/build/vs2005/tests.vcproj new file mode 100644 index 0000000..e772e8c --- /dev/null +++ b/libraries/ode-0.9/build/vs2005/tests.vcproj | |||
@@ -0,0 +1,442 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="tests" | ||
6 | ProjectGUID="{EA829A28-B1B2-1345-98B9-897763B937AF}" | ||
7 | RootNamespace="tests" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/tests/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
60 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib" | ||
68 | OutputFile="$(OutDir)/tests.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/tests/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
144 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib" | ||
152 | OutputFile="$(OutDir)/tests.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/tests/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
228 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib" | ||
236 | OutputFile="$(OutDir)/tests.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/tests/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
312 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib" | ||
320 | OutputFile="$(OutDir)/tests.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="tests" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="CppTestHarness" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\tests\CppTestHarness\CheckMacros.h"> | ||
368 | </File> | ||
369 | <File | ||
370 | RelativePath="..\..\tests\CppTestHarness\Checks.h"> | ||
371 | </File> | ||
372 | <File | ||
373 | RelativePath="..\..\tests\CppTestHarness\CppTestHarness.h"> | ||
374 | </File> | ||
375 | <File | ||
376 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.h"> | ||
377 | </File> | ||
378 | <File | ||
379 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.h"> | ||
380 | </File> | ||
381 | <File | ||
382 | RelativePath="..\..\tests\CppTestHarness\SignalTranslator.h"> | ||
383 | </File> | ||
384 | <File | ||
385 | RelativePath="..\..\tests\CppTestHarness\Test.h"> | ||
386 | </File> | ||
387 | <File | ||
388 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.h"> | ||
389 | </File> | ||
390 | <File | ||
391 | RelativePath="..\..\tests\CppTestHarness\TestMacros.h"> | ||
392 | </File> | ||
393 | <File | ||
394 | RelativePath="..\..\tests\CppTestHarness\TestReporter.h"> | ||
395 | </File> | ||
396 | <File | ||
397 | RelativePath="..\..\tests\CppTestHarness\TestResults.h"> | ||
398 | </File> | ||
399 | <File | ||
400 | RelativePath="..\..\tests\CppTestHarness\TestRunner.h"> | ||
401 | </File> | ||
402 | <File | ||
403 | RelativePath="..\..\tests\CppTestHarness\TypedTestLauncher.h"> | ||
404 | </File> | ||
405 | <File | ||
406 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.cpp"> | ||
407 | </File> | ||
408 | <File | ||
409 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.cpp"> | ||
410 | </File> | ||
411 | <File | ||
412 | RelativePath="..\..\tests\CppTestHarness\Test.cpp"> | ||
413 | </File> | ||
414 | <File | ||
415 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.cpp"> | ||
416 | </File> | ||
417 | <File | ||
418 | RelativePath="..\..\tests\CppTestHarness\TestReporter.cpp"> | ||
419 | </File> | ||
420 | <File | ||
421 | RelativePath="..\..\tests\CppTestHarness\TestResults.cpp"> | ||
422 | </File> | ||
423 | <File | ||
424 | RelativePath="..\..\tests\CppTestHarness\TestRunner.cpp"> | ||
425 | </File> | ||
426 | </Filter> | ||
427 | <Filter | ||
428 | Name="colliders" | ||
429 | Filter="" | ||
430 | > | ||
431 | <File | ||
432 | RelativePath="..\..\tests\colliders\box_sphere.cpp"> | ||
433 | </File> | ||
434 | </Filter> | ||
435 | <File | ||
436 | RelativePath="..\..\tests\main.cpp"> | ||
437 | </File> | ||
438 | </Filter> | ||
439 | </Files> | ||
440 | <Globals> | ||
441 | </Globals> | ||
442 | </VisualStudioProject> | ||