diff options
author | dan miller | 2007-10-19 04:28:53 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 04:28:53 +0000 |
commit | 0fc46fc9590912bf6925c899edd02d7a2cdf5f79 (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9\/build/vs2003/drawstuff.vcproj | |
parent | small bit of refactoring (diff) | |
download | opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.zip opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.gz opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.bz2 opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.xz |
adding ode source to /libraries
Diffstat (limited to 'libraries/ode-0.9\/build/vs2003/drawstuff.vcproj')
-rwxr-xr-x | libraries/ode-0.9\/build/vs2003/drawstuff.vcproj | 266 |
1 files changed, 266 insertions, 0 deletions
diff --git a/libraries/ode-0.9\/build/vs2003/drawstuff.vcproj b/libraries/ode-0.9\/build/vs2003/drawstuff.vcproj new file mode 100755 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> | ||