diff options
author | Teravus Ovares | 2009-04-05 08:35:38 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-04-05 08:35:38 +0000 |
commit | e592d038430ab994ed65df4f66e0cf5c32af476c (patch) | |
tree | fda1471564c4f5d24785df72803668fb117b16c4 /prebuild.xml | |
parent | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... (diff) | |
download | opensim-SC_OLD-e592d038430ab994ed65df4f66e0cf5c32af476c.zip opensim-SC_OLD-e592d038430ab994ed65df4f66e0cf5c32af476c.tar.gz opensim-SC_OLD-e592d038430ab994ed65df4f66e0cf5c32af476c.tar.bz2 opensim-SC_OLD-e592d038430ab994ed65df4f66e0cf5c32af476c.tar.xz |
* Committing what I have on the BulletDotNETPlugin that I have so far.
* It's not ready to try. It doesn't do what you expect in many ways.
* It throws errors and prints jibberish on the console
* Test it out only if you're brave and you've backed up first.
* The opensim.ini line is physics = BulletDotNETPlugin
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 3acb6d4..ca1a533 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -504,6 +504,34 @@ | |||
504 | </Files> | 504 | </Files> |
505 | </Project> | 505 | </Project> |
506 | 506 | ||
507 | <Project name="OpenSim.Region.Physics.BulletDotNETPlugin" path="OpenSim/Region/Physics/BulletDotNETPlugin" type="Library"> | ||
508 | <Configuration name="Debug"> | ||
509 | <Options> | ||
510 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
511 | </Options> | ||
512 | </Configuration> | ||
513 | <Configuration name="Release"> | ||
514 | <Options> | ||
515 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
516 | </Options> | ||
517 | </Configuration> | ||
518 | |||
519 | <ReferencePath>../../../../bin/</ReferencePath> | ||
520 | <Reference name="System"/> | ||
521 | <Reference name="OpenMetaverseTypes.dll"/> | ||
522 | <Reference name="Nini.dll" /> | ||
523 | <Reference name="OpenSim.Framework"/> | ||
524 | <Reference name="OpenSim.Framework.Console"/> | ||
525 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
526 | <Reference name="BulletDotNET.dll" /> | ||
527 | <Reference name="nunit.framework.dll" /> | ||
528 | <Reference name="log4net.dll"/> | ||
529 | |||
530 | <Files> | ||
531 | <Match pattern="*.cs" recurse="true"/> | ||
532 | </Files> | ||
533 | </Project> | ||
534 | |||
507 | <Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 535 | <Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
508 | <Configuration name="Debug"> | 536 | <Configuration name="Debug"> |
509 | <Options> | 537 | <Options> |