aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorgareth2007-03-25 01:23:34 +0000
committergareth2007-03-25 01:23:34 +0000
commita31f7e21e9feb72e76f485923616866178e47ba0 (patch)
tree4852f18e2b80988f2cfadaebe5054b7e70428157 /prebuild.xml
parent.pdb files shouldn't reside in SVN. (diff)
downloadopensim-SC_OLD-a31f7e21e9feb72e76f485923616866178e47ba0.zip
opensim-SC_OLD-a31f7e21e9feb72e76f485923616866178e47ba0.tar.gz
opensim-SC_OLD-a31f7e21e9feb72e76f485923616866178e47ba0.tar.bz2
opensim-SC_OLD-a31f7e21e9feb72e76f485923616866178e47ba0.tar.xz
Added skeleton ODE plugin
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
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>