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/vs2002/demo_I.vcproj | |
parent | trying to fix my screwup part deux (diff) | |
download | opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.zip opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.gz opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.bz2 opensim-SC_OLD-f205de7847da7ae1c10212d82e7042d0100b4ce0.tar.xz |
from the start... checking in ode-0.9
Diffstat (limited to 'libraries/ode-0.9/build/vs2002/demo_I.vcproj')
-rw-r--r-- | libraries/ode-0.9/build/vs2002/demo_I.vcproj | 240 |
1 files changed, 240 insertions, 0 deletions
diff --git a/libraries/ode-0.9/build/vs2002/demo_I.vcproj b/libraries/ode-0.9/build/vs2002/demo_I.vcproj new file mode 100644 index 0000000..83eec4b --- /dev/null +++ b/libraries/ode-0.9/build/vs2002/demo_I.vcproj | |||
@@ -0,0 +1,240 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="demo_I" | ||
6 | ProjectGUID="{A382F22A-4053-3445-9E14-02B3447E5F1E}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="DebugDLL|Win32" | ||
15 | OutputDirectory="../../lib/DebugDLL" | ||
16 | IntermediateDirectory="obj/I/DebugDLL" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="../../include" | ||
23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="3" | ||
27 | EnableFunctionLevelLinking="TRUE" | ||
28 | RuntimeTypeInfo="TRUE" | ||
29 | UsePrecompiledHeader="2" | ||
30 | WarningLevel="3" | ||
31 | Detect64BitPortabilityProblems="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalDependencies="../../lib/DebugDLL/ode.lib ../../lib/DebugDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
38 | OutputFile="$(OutDir)/demo_I.exe" | ||
39 | LinkIncremental="2" | ||
40 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
41 | GenerateDebugInformation="TRUE" | ||
42 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
43 | SubSystem="1" | ||
44 | EntryPointSymbol="mainCRTStartup" | ||
45 | TargetMachine="1"/> | ||
46 | <Tool | ||
47 | Name="VCMIDLTool"/> | ||
48 | <Tool | ||
49 | Name="VCPostBuildEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCPreBuildEventTool"/> | ||
52 | <Tool | ||
53 | Name="VCPreLinkEventTool"/> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
57 | AdditionalIncludeDirectories="../../include"/> | ||
58 | <Tool | ||
59 | Name="VCWebServiceProxyGeneratorTool"/> | ||
60 | <Tool | ||
61 | Name="VCWebDeploymentTool"/> | ||
62 | </Configuration> | ||
63 | <Configuration | ||
64 | Name="ReleaseDLL|Win32" | ||
65 | OutputDirectory="../../lib/ReleaseDLL" | ||
66 | IntermediateDirectory="obj/I/ReleaseDLL" | ||
67 | ConfigurationType="1" | ||
68 | CharacterSet="2"> | ||
69 | <Tool | ||
70 | Name="VCCLCompilerTool" | ||
71 | Optimization="0" | ||
72 | AdditionalIncludeDirectories="../../include" | ||
73 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
74 | MinimalRebuild="TRUE" | ||
75 | BasicRuntimeChecks="3" | ||
76 | RuntimeLibrary="3" | ||
77 | EnableFunctionLevelLinking="TRUE" | ||
78 | RuntimeTypeInfo="TRUE" | ||
79 | UsePrecompiledHeader="2" | ||
80 | WarningLevel="3" | ||
81 | Detect64BitPortabilityProblems="TRUE" | ||
82 | DebugInformationFormat="4"/> | ||
83 | <Tool | ||
84 | Name="VCCustomBuildTool"/> | ||
85 | <Tool | ||
86 | Name="VCLinkerTool" | ||
87 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib ../../lib/ReleaseDLL/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
88 | OutputFile="$(OutDir)/demo_I.exe" | ||
89 | LinkIncremental="2" | ||
90 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
91 | GenerateDebugInformation="TRUE" | ||
92 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
93 | SubSystem="1" | ||
94 | EntryPointSymbol="mainCRTStartup" | ||
95 | TargetMachine="1"/> | ||
96 | <Tool | ||
97 | Name="VCMIDLTool"/> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool"/> | ||
100 | <Tool | ||
101 | Name="VCPreBuildEventTool"/> | ||
102 | <Tool | ||
103 | Name="VCPreLinkEventTool"/> | ||
104 | <Tool | ||
105 | Name="VCResourceCompilerTool" | ||
106 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
107 | AdditionalIncludeDirectories="../../include"/> | ||
108 | <Tool | ||
109 | Name="VCWebServiceProxyGeneratorTool"/> | ||
110 | <Tool | ||
111 | Name="VCWebDeploymentTool"/> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="DebugLib|Win32" | ||
115 | OutputDirectory="../../lib/DebugLib" | ||
116 | IntermediateDirectory="obj/I/DebugLib" | ||
117 | ConfigurationType="1" | ||
118 | CharacterSet="2"> | ||
119 | <Tool | ||
120 | Name="VCCLCompilerTool" | ||
121 | Optimization="0" | ||
122 | AdditionalIncludeDirectories="../../include" | ||
123 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
124 | MinimalRebuild="TRUE" | ||
125 | BasicRuntimeChecks="3" | ||
126 | RuntimeLibrary="1" | ||
127 | EnableFunctionLevelLinking="TRUE" | ||
128 | RuntimeTypeInfo="TRUE" | ||
129 | UsePrecompiledHeader="2" | ||
130 | WarningLevel="3" | ||
131 | Detect64BitPortabilityProblems="TRUE" | ||
132 | DebugInformationFormat="4"/> | ||
133 | <Tool | ||
134 | Name="VCCustomBuildTool"/> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="../../lib/DebugLib/ode.lib ../../lib/DebugLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
138 | OutputFile="$(OutDir)/demo_I.exe" | ||
139 | LinkIncremental="2" | ||
140 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
141 | GenerateDebugInformation="TRUE" | ||
142 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
143 | SubSystem="1" | ||
144 | EntryPointSymbol="mainCRTStartup" | ||
145 | TargetMachine="1"/> | ||
146 | <Tool | ||
147 | Name="VCMIDLTool"/> | ||
148 | <Tool | ||
149 | Name="VCPostBuildEventTool"/> | ||
150 | <Tool | ||
151 | Name="VCPreBuildEventTool"/> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool"/> | ||
154 | <Tool | ||
155 | Name="VCResourceCompilerTool" | ||
156 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
157 | AdditionalIncludeDirectories="../../include"/> | ||
158 | <Tool | ||
159 | Name="VCWebServiceProxyGeneratorTool"/> | ||
160 | <Tool | ||
161 | Name="VCWebDeploymentTool"/> | ||
162 | </Configuration> | ||
163 | <Configuration | ||
164 | Name="ReleaseLib|Win32" | ||
165 | OutputDirectory="../../lib/ReleaseLib" | ||
166 | IntermediateDirectory="obj/I/ReleaseLib" | ||
167 | ConfigurationType="1" | ||
168 | CharacterSet="2"> | ||
169 | <Tool | ||
170 | Name="VCCLCompilerTool" | ||
171 | Optimization="0" | ||
172 | AdditionalIncludeDirectories="../../include" | ||
173 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
174 | MinimalRebuild="TRUE" | ||
175 | BasicRuntimeChecks="3" | ||
176 | RuntimeLibrary="1" | ||
177 | EnableFunctionLevelLinking="TRUE" | ||
178 | RuntimeTypeInfo="TRUE" | ||
179 | UsePrecompiledHeader="2" | ||
180 | WarningLevel="3" | ||
181 | Detect64BitPortabilityProblems="TRUE" | ||
182 | DebugInformationFormat="4"/> | ||
183 | <Tool | ||
184 | Name="VCCustomBuildTool"/> | ||
185 | <Tool | ||
186 | Name="VCLinkerTool" | ||
187 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib ../../lib/ReleaseLib/drawstuff.lib user32.lib winmm.lib gdi32.lib opengl32.lib glu32.lib" | ||
188 | OutputFile="$(OutDir)/demo_I.exe" | ||
189 | LinkIncremental="2" | ||
190 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
191 | GenerateDebugInformation="TRUE" | ||
192 | ProgramDatabaseFile="$(OutDir)/demo_I.pdb" | ||
193 | SubSystem="1" | ||
194 | EntryPointSymbol="mainCRTStartup" | ||
195 | TargetMachine="1"/> | ||
196 | <Tool | ||
197 | Name="VCMIDLTool"/> | ||
198 | <Tool | ||
199 | Name="VCPostBuildEventTool"/> | ||
200 | <Tool | ||
201 | Name="VCPreBuildEventTool"/> | ||
202 | <Tool | ||
203 | Name="VCPreLinkEventTool"/> | ||
204 | <Tool | ||
205 | Name="VCResourceCompilerTool" | ||
206 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32" | ||
207 | AdditionalIncludeDirectories="../../include"/> | ||
208 | <Tool | ||
209 | Name="VCWebServiceProxyGeneratorTool"/> | ||
210 | <Tool | ||
211 | Name="VCWebDeploymentTool"/> | ||
212 | </Configuration> | ||
213 | </Configurations> | ||
214 | <Files> | ||
215 | <Filter | ||
216 | Name="ode" | ||
217 | Filter=""> | ||
218 | <Filter | ||
219 | Name="demo" | ||
220 | Filter=""> | ||
221 | <File | ||
222 | RelativePath="..\..\ode\demo\demo_I.cpp"> | ||
223 | </File> | ||
224 | </Filter> | ||
225 | </Filter> | ||
226 | <Filter | ||
227 | Name="drawstuff" | ||
228 | Filter=""> | ||
229 | <Filter | ||
230 | Name="src" | ||
231 | Filter=""> | ||
232 | <File | ||
233 | RelativePath="..\..\drawstuff\src\resources.rc"> | ||
234 | </File> | ||
235 | </Filter> | ||
236 | </Filter> | ||
237 | </Files> | ||
238 | <Globals> | ||
239 | </Globals> | ||
240 | </VisualStudioProject> | ||