diff options
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> |