diff options
author | Jeff Ames | 2007-11-16 10:25:27 +0000 |
---|---|---|
committer | Jeff Ames | 2007-11-16 10:25:27 +0000 |
commit | e3998230cc8e4283b013add367abdf91420b4b1f (patch) | |
tree | f6206557e95e41a07a86a0d8658f632632593383 /prebuild.xml | |
parent | * ODE step two on the way to separate dynamic space allocation ( One more to ... (diff) | |
download | opensim-SC_OLD-e3998230cc8e4283b013add367abdf91420b4b1f.zip opensim-SC_OLD-e3998230cc8e4283b013add367abdf91420b4b1f.tar.gz opensim-SC_OLD-e3998230cc8e4283b013add367abdf91420b4b1f.tar.bz2 opensim-SC_OLD-e3998230cc8e4283b013add367abdf91420b4b1f.tar.xz |
added dummy POS physics plugin
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e25d9d3..ed20126 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -281,6 +281,28 @@ | |||
281 | </Files> | 281 | </Files> |
282 | </Project> | 282 | </Project> |
283 | 283 | ||
284 | <Project name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> | ||
285 | <Configuration name="Debug"> | ||
286 | <Options> | ||
287 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
288 | </Options> | ||
289 | </Configuration> | ||
290 | <Configuration name="Release"> | ||
291 | <Options> | ||
292 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
293 | </Options> | ||
294 | </Configuration> | ||
295 | |||
296 | <ReferencePath>../../../../bin/</ReferencePath> | ||
297 | <Reference name="System" localCopy="false"/> | ||
298 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
299 | <Reference name="OpenSim.Framework"/> | ||
300 | <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> | ||
301 | <Files> | ||
302 | <Match pattern="*.cs" recurse="true"/> | ||
303 | </Files> | ||
304 | </Project> | ||
305 | |||
284 | <Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library"> | 306 | <Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library"> |
285 | <Configuration name="Debug"> | 307 | <Configuration name="Debug"> |
286 | <Options> | 308 | <Options> |