diff options
author | Sean Dague | 2007-11-05 14:53:23 +0000 |
---|---|---|
committer | Sean Dague | 2007-11-05 14:53:23 +0000 |
commit | 53235e1e05e347adee34034d80da467e7dd7edd8 (patch) | |
tree | 6cf425f5f49bd0a02d092ca7b9045d44bb18c223 | |
parent | * Substituted som 'GenericCall' with Action<> (diff) | |
download | opensim-SC_OLD-53235e1e05e347adee34034d80da467e7dd7edd8.zip opensim-SC_OLD-53235e1e05e347adee34034d80da467e7dd7edd8.tar.gz opensim-SC_OLD-53235e1e05e347adee34034d80da467e7dd7edd8.tar.bz2 opensim-SC_OLD-53235e1e05e347adee34034d80da467e7dd7edd8.tar.xz |
disable ODE as it is breaking the build
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 404a750..e9cc318 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -304,6 +304,7 @@ | |||
304 | </Files> | 304 | </Files> |
305 | </Project> | 305 | </Project> |
306 | 306 | ||
307 | <!-- | ||
307 | <Project name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | 308 | <Project name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> |
308 | <Configuration name="Debug"> | 309 | <Configuration name="Debug"> |
309 | <Options> | 310 | <Options> |
@@ -329,6 +330,7 @@ | |||
329 | <Match pattern="*.cs" recurse="true"/> | 330 | <Match pattern="*.cs" recurse="true"/> |
330 | </Files> | 331 | </Files> |
331 | </Project> | 332 | </Project> |
333 | --> | ||
332 | 334 | ||
333 | <Project name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> | 335 | <Project name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> |
334 | <Configuration name="Debug"> | 336 | <Configuration name="Debug"> |