aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRobert Adams2012-07-20 15:44:53 -0700
committerRobert Adams2012-07-20 15:44:53 -0700
commitb537bbc410e40716d8ac633b44f201c11639a419 (patch)
tree15f0334158d757304a60685805815dcb5b98bee6
parentBulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs attempti... (diff)
downloadopensim-SC_OLD-b537bbc410e40716d8ac633b44f201c11639a419.zip
opensim-SC_OLD-b537bbc410e40716d8ac633b44f201c11639a419.tar.gz
opensim-SC_OLD-b537bbc410e40716d8ac633b44f201c11639a419.tar.bz2
opensim-SC_OLD-b537bbc410e40716d8ac633b44f201c11639a419.tar.xz
Reorder BulletSim in prebuild.xml so OpenSim.Region.CoreModules is compiled before BulletSim is
-rw-r--r--prebuild.xml116
1 files changed, 58 insertions, 58 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b06aa1c..6dbe9f5 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -553,64 +553,6 @@
553 </Files> 553 </Files>
554 </Project> 554 </Project>
555 555
556 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
557 <Configuration name="Debug">
558 <Options>
559 <OutputPath>../../../../bin/</OutputPath>
560 </Options>
561 </Configuration>
562 <Configuration name="Release">
563 <Options>
564 <OutputPath>../../../../bin/</OutputPath>
565 </Options>
566 </Configuration>
567
568 <ReferencePath>../../../../bin/</ReferencePath>
569 <Reference name="System"/>
570 <Reference name="System.Core"/>
571 <Reference name="System.Data"/>
572 <Reference name="System.Xml"/>
573
574 <Files>
575 <Match pattern="*.cs" recurse="true">
576 <Exclude name="Tests" pattern="Tests"/>
577 </Match>
578 </Files>
579 </Project>
580
581 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
582 <Configuration name="Debug">
583 <Options>
584 <OutputPath>../../../../bin/Physics/</OutputPath>
585 </Options>
586 </Configuration>
587 <Configuration name="Release">
588 <Options>
589 <OutputPath>../../../../bin/Physics/</OutputPath>
590 </Options>
591 </Configuration>
592
593 <ReferencePath>../../../../bin/</ReferencePath>
594 <Reference name="System"/>
595 <Reference name="System.Core"/>
596 <Reference name="System.Xml"/>
597 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
598 <Reference name="Nini.dll" path="../../../../bin/"/>
599 <Reference name="OpenSim.Framework"/>
600 <Reference name="OpenSim.Region.Framework"/>
601 <Reference name="OpenSim.Region.CoreModules"/>
602 <Reference name="OpenSim.Framework.Console"/>
603 <Reference name="OpenSim.Region.Physics.Manager"/>
604 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
605 <Reference name="log4net.dll" path="../../../../bin/"/>
606
607 <Files>
608 <Match pattern="*.cs" recurse="true">
609 <Exclude name="Tests" pattern="Tests"/>
610 </Match>
611 </Files>
612 </Project>
613
614 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> 556 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
615 <Configuration name="Debug"> 557 <Configuration name="Debug">
616 <Options> 558 <Options>
@@ -1739,6 +1681,64 @@
1739 </Files> 1681 </Files>
1740 </Project> 1682 </Project>
1741 1683
1684 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
1685 <Configuration name="Debug">
1686 <Options>
1687 <OutputPath>../../../../bin/</OutputPath>
1688 </Options>
1689 </Configuration>
1690 <Configuration name="Release">
1691 <Options>
1692 <OutputPath>../../../../bin/</OutputPath>
1693 </Options>
1694 </Configuration>
1695
1696 <ReferencePath>../../../../bin/</ReferencePath>
1697 <Reference name="System"/>
1698 <Reference name="System.Core"/>
1699 <Reference name="System.Data"/>
1700 <Reference name="System.Xml"/>
1701
1702 <Files>
1703 <Match pattern="*.cs" recurse="true">
1704 <Exclude name="Tests" pattern="Tests"/>
1705 </Match>
1706 </Files>
1707 </Project>
1708
1709 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
1710 <Configuration name="Debug">
1711 <Options>
1712 <OutputPath>../../../../bin/Physics/</OutputPath>
1713 </Options>
1714 </Configuration>
1715 <Configuration name="Release">
1716 <Options>
1717 <OutputPath>../../../../bin/Physics/</OutputPath>
1718 </Options>
1719 </Configuration>
1720
1721 <ReferencePath>../../../../bin/</ReferencePath>
1722 <Reference name="System"/>
1723 <Reference name="System.Core"/>
1724 <Reference name="System.Xml"/>
1725 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
1726 <Reference name="Nini.dll" path="../../../../bin/"/>
1727 <Reference name="OpenSim.Framework"/>
1728 <Reference name="OpenSim.Region.Framework"/>
1729 <Reference name="OpenSim.Region.CoreModules"/>
1730 <Reference name="OpenSim.Framework.Console"/>
1731 <Reference name="OpenSim.Region.Physics.Manager"/>
1732 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
1733 <Reference name="log4net.dll" path="../../../../bin/"/>
1734
1735 <Files>
1736 <Match pattern="*.cs" recurse="true">
1737 <Exclude name="Tests" pattern="Tests"/>
1738 </Match>
1739 </Files>
1740 </Project>
1741
1742 <!-- OpenSim app --> 1742 <!-- OpenSim app -->
1743 <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1743 <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1744 <Configuration name="Debug"> 1744 <Configuration name="Debug">