diff options
author | Kitto Flora | 2009-12-22 00:20:04 -0500 |
---|---|---|
committer | Kitto Flora | 2009-12-22 00:20:04 -0500 |
commit | 0a29842caf5dbe711490b9b323ae922c418c6c30 (patch) | |
tree | 17f1403561f8bf1238dae53ff29f126b645b6793 /prebuild.xml | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC_OLD-0a29842caf5dbe711490b9b323ae922c418c6c30.zip opensim-SC_OLD-0a29842caf5dbe711490b9b323ae922c418c6c30.tar.gz opensim-SC_OLD-0a29842caf5dbe711490b9b323ae922c418c6c30.tar.bz2 opensim-SC_OLD-0a29842caf5dbe711490b9b323ae922c418c6c30.tar.xz |
Include ChOdePlugin
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9d428d1..9846164 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -543,6 +543,36 @@ | |||
543 | </Files> | 543 | </Files> |
544 | </Project> | 544 | </Project> |
545 | 545 | ||
546 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> | ||
547 | <Configuration name="Debug"> | ||
548 | <Options> | ||
549 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
550 | </Options> | ||
551 | </Configuration> | ||
552 | <Configuration name="Release"> | ||
553 | <Options> | ||
554 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
555 | </Options> | ||
556 | </Configuration> | ||
557 | |||
558 | <ReferencePath>../../../../bin/</ReferencePath> | ||
559 | <Reference name="System"/> | ||
560 | <Reference name="System.Core"/> | ||
561 | <Reference name="OpenMetaverseTypes.dll"/> | ||
562 | <Reference name="Nini.dll" /> | ||
563 | <Reference name="OpenSim.Framework"/> | ||
564 | <Reference name="OpenSim.Framework.Console"/> | ||
565 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
566 | <Reference name="Ode.NET.dll" /> | ||
567 | <Reference name="log4net.dll"/> | ||
568 | |||
569 | <Files> | ||
570 | <Match pattern="*.cs" recurse="true"> | ||
571 | <Exclude name="Tests" pattern="Tests"/> | ||
572 | </Match> | ||
573 | </Files> | ||
574 | </Project> | ||
575 | |||
546 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> | 576 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> |
547 | <Configuration name="Debug"> | 577 | <Configuration name="Debug"> |
548 | <Options> | 578 | <Options> |