diff options
author | Robert Adams | 2011-06-20 17:14:59 -0700 |
---|---|---|
committer | Dan Lake | 2011-06-20 17:24:42 -0700 |
commit | 302d72701da35b6d481a538c4cb953976d7e9044 (patch) | |
tree | fe11403b00e640da659c48dddbc9646860380ccd /prebuild.xml | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-302d72701da35b6d481a538c4cb953976d7e9044.zip opensim-SC_OLD-302d72701da35b6d481a538c4cb953976d7e9044.tar.gz opensim-SC_OLD-302d72701da35b6d481a538c4cb953976d7e9044.tar.bz2 opensim-SC_OLD-302d72701da35b6d481a538c4cb953976d7e9044.tar.xz |
BulletSim initial checkin
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index ed79b40..51dc70f 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -601,6 +601,64 @@ | |||
601 | </Files> | 601 | </Files> |
602 | </Project> | 602 | </Project> |
603 | 603 | ||
604 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | ||
605 | <Configuration name="Debug"> | ||
606 | <Options> | ||
607 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
608 | </Options> | ||
609 | </Configuration> | ||
610 | <Configuration name="Release"> | ||
611 | <Options> | ||
612 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
613 | </Options> | ||
614 | </Configuration> | ||
615 | |||
616 | <ReferencePath>../../../../bin/</ReferencePath> | ||
617 | <Reference name="System"/> | ||
618 | <Reference name="System.Core"/> | ||
619 | <Reference name="System.Xml"/> | ||
620 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
621 | <Reference name="Nini.dll" path="../../../../bin/"/> | ||
622 | <Reference name="OpenSim.Framework"/> | ||
623 | <Reference name="OpenSim.Region.Framework"/> | ||
624 | <Reference name="OpenSim.Region.CoreModules"/> | ||
625 | <Reference name="OpenSim.Framework.Console"/> | ||
626 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
627 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
628 | <Reference name="log4net.dll" path="../../../../bin/"/> | ||
629 | |||
630 | <Files> | ||
631 | <Match pattern="*.cs" recurse="true"> | ||
632 | <Exclude name="Tests" pattern="Tests"/> | ||
633 | </Match> | ||
634 | </Files> | ||
635 | </Project> | ||
636 | |||
637 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | ||
638 | <Configuration name="Debug"> | ||
639 | <Options> | ||
640 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
641 | </Options> | ||
642 | </Configuration> | ||
643 | <Configuration name="Release"> | ||
644 | <Options> | ||
645 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
646 | </Options> | ||
647 | </Configuration> | ||
648 | |||
649 | <ReferencePath>../../../../bin/</ReferencePath> | ||
650 | <Reference name="System"/> | ||
651 | <Reference name="System.Core"/> | ||
652 | <Reference name="System.Data"/> | ||
653 | <Reference name="System.Xml"/> | ||
654 | |||
655 | <Files> | ||
656 | <Match pattern="*.cs" recurse="true"> | ||
657 | <Exclude name="Tests" pattern="Tests"/> | ||
658 | </Match> | ||
659 | </Files> | ||
660 | </Project> | ||
661 | |||
604 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 662 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
605 | <Configuration name="Debug"> | 663 | <Configuration name="Debug"> |
606 | <Options> | 664 | <Options> |