diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index b527590..d61c363 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -292,6 +292,30 @@ | |||
292 | </Files> | 292 | </Files> |
293 | </Project> | 293 | </Project> |
294 | 294 | ||
295 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library"> | ||
296 | <Configuration name="Debug"> | ||
297 | <Options> | ||
298 | <OutputPath>../../bin/Physics/</OutputPath> | ||
299 | </Options> | ||
300 | </Configuration> | ||
301 | <Configuration name="Release"> | ||
302 | <Options> | ||
303 | <OutputPath>../../bin/Physics/</OutputPath> | ||
304 | </Options> | ||
305 | </Configuration> | ||
306 | |||
307 | <ReferencePath>../../bin/</ReferencePath> | ||
308 | <Reference name="System" localCopy="false"/> | ||
309 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
310 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | ||
311 | <Reference name="../lib/Ode.NET.dll" localCopy="false"/> | ||
312 | |||
313 | <Files> | ||
314 | <Match pattern="*.cs" recurse="true"/> | ||
315 | </Files> | ||
316 | </Project> | ||
317 | |||
318 | |||
295 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> | 319 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> |
296 | <Configuration name="Debug"> | 320 | <Configuration name="Debug"> |
297 | <Options> | 321 | <Options> |