aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2015-08-31 14:09:15 -0700
committerDiva Canto2015-08-31 14:09:15 -0700
commit11194209df8a29f5103e6e34104eae7834f3280a (patch)
tree605cd55258ef11167a8bfa4c894e1e026e172919 /prebuild.xml
parentAll physics plugins are now region modules. Compiles but doesn't run. (diff)
downloadopensim-SC_OLD-11194209df8a29f5103e6e34104eae7834f3280a.zip
opensim-SC_OLD-11194209df8a29f5103e6e34104eae7834f3280a.tar.gz
opensim-SC_OLD-11194209df8a29f5103e6e34104eae7834f3280a.tar.bz2
opensim-SC_OLD-11194209df8a29f5103e6e34104eae7834f3280a.tar.xz
First commit where physics work as region module.
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml71
1 files changed, 35 insertions, 36 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6de8c6d..2685c30 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -487,6 +487,32 @@
487 </Files> 487 </Files>
488 </Project> 488 </Project>
489 489
490 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library">
491 <Configuration name="Debug">
492 <Options>
493 <OutputPath>../../../../bin/</OutputPath>
494 </Options>
495 </Configuration>
496 <Configuration name="Release">
497 <Options>
498 <OutputPath>../../../../bin/</OutputPath>
499 </Options>
500 </Configuration>
501
502 <ReferencePath>../../../../bin/</ReferencePath>
503 <Reference name="System"/>
504 <Reference name="System.Xml"/>
505 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
506 <Reference name="OpenSim.Framework"/>
507 <Reference name="OpenSim.Framework.Console"/>
508 <Reference name="nunit.framework" path="../../../../bin/"/>
509 <Reference name="Nini" path="../../../../bin/"/>
510 <Reference name="log4net" path="../../../../bin/"/>
511
512 <Files>
513 <Match pattern="*.cs" recurse="false"/>
514 </Files>
515 </Project>
490 516
491 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 517 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
492 <Configuration name="Debug"> 518 <Configuration name="Debug">
@@ -1692,7 +1718,7 @@
1692 </Files> 1718 </Files>
1693 </Project> 1719 </Project>
1694 1720
1695 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> 1721 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library">
1696 <Configuration name="Debug"> 1722 <Configuration name="Debug">
1697 <Options> 1723 <Options>
1698 <OutputPath>../../../../bin/</OutputPath> 1724 <OutputPath>../../../../bin/</OutputPath>
@@ -1706,33 +1732,6 @@
1706 1732
1707 <ReferencePath>../../../../bin/</ReferencePath> 1733 <ReferencePath>../../../../bin/</ReferencePath>
1708 <Reference name="System"/> 1734 <Reference name="System"/>
1709 <Reference name="System.Xml"/>
1710 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
1711 <Reference name="OpenSim.Framework"/>
1712 <Reference name="OpenSim.Framework.Console"/>
1713 <Reference name="nunit.framework" path="../../../../bin/"/>
1714 <Reference name="Nini" path="../../../../bin/"/>
1715 <Reference name="log4net" path="../../../../bin/"/>
1716
1717 <Files>
1718 <Match pattern="*.cs" recurse="false"/>
1719 </Files>
1720 </Project>
1721
1722 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library">
1723 <Configuration name="Debug">
1724 <Options>
1725 <OutputPath>../../../../bin/Physics/</OutputPath>
1726 </Options>
1727 </Configuration>
1728 <Configuration name="Release">
1729 <Options>
1730 <OutputPath>../../../../bin/Physics/</OutputPath>
1731 </Options>
1732 </Configuration>
1733
1734 <ReferencePath>../../../../bin/</ReferencePath>
1735 <Reference name="System"/>
1736 <Reference name="System.Drawing"/> 1735 <Reference name="System.Drawing"/>
1737 <Reference name="CSJ2K" path="../../../../bin/"/> 1736 <Reference name="CSJ2K" path="../../../../bin/"/>
1738 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> 1737 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
@@ -1755,12 +1754,12 @@
1755 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> 1754 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library">
1756 <Configuration name="Debug"> 1755 <Configuration name="Debug">
1757 <Options> 1756 <Options>
1758 <OutputPath>../../../../bin/Physics/</OutputPath> 1757 <OutputPath>../../../../bin/</OutputPath>
1759 </Options> 1758 </Options>
1760 </Configuration> 1759 </Configuration>
1761 <Configuration name="Release"> 1760 <Configuration name="Release">
1762 <Options> 1761 <Options>
1763 <OutputPath>../../../../bin/Physics/</OutputPath> 1762 <OutputPath>../../../../bin/</OutputPath>
1764 </Options> 1763 </Options>
1765 </Configuration> 1764 </Configuration>
1766 1765
@@ -1780,12 +1779,12 @@
1780 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> 1779 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library">
1781 <Configuration name="Debug"> 1780 <Configuration name="Debug">
1782 <Options> 1781 <Options>
1783 <OutputPath>../../../../bin/Physics/</OutputPath> 1782 <OutputPath>../../../../bin/</OutputPath>
1784 </Options> 1783 </Options>
1785 </Configuration> 1784 </Configuration>
1786 <Configuration name="Release"> 1785 <Configuration name="Release">
1787 <Options> 1786 <Options>
1788 <OutputPath>../../../../bin/Physics/</OutputPath> 1787 <OutputPath>../../../../bin/</OutputPath>
1789 </Options> 1788 </Options>
1790 </Configuration> 1789 </Configuration>
1791 1790
@@ -1805,12 +1804,12 @@
1805 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> 1804 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library">
1806 <Configuration name="Debug"> 1805 <Configuration name="Debug">
1807 <Options> 1806 <Options>
1808 <OutputPath>../../../../bin/Physics/</OutputPath> 1807 <OutputPath>../../../../bin/</OutputPath>
1809 </Options> 1808 </Options>
1810 </Configuration> 1809 </Configuration>
1811 <Configuration name="Release"> 1810 <Configuration name="Release">
1812 <Options> 1811 <Options>
1813 <OutputPath>../../../../bin/Physics/</OutputPath> 1812 <OutputPath>../../../../bin/</OutputPath>
1814 </Options> 1813 </Options>
1815 </Configuration> 1814 </Configuration>
1816 1815
@@ -1837,13 +1836,13 @@
1837 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> 1836 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library">
1838 <Configuration name="Debug"> 1837 <Configuration name="Debug">
1839 <Options> 1838 <Options>
1840 <OutputPath>../../../../bin/Physics/</OutputPath> 1839 <OutputPath>../../../../bin/</OutputPath>
1841 <AllowUnsafe>true</AllowUnsafe> 1840 <AllowUnsafe>true</AllowUnsafe>
1842 </Options> 1841 </Options>
1843 </Configuration> 1842 </Configuration>
1844 <Configuration name="Release"> 1843 <Configuration name="Release">
1845 <Options> 1844 <Options>
1846 <OutputPath>../../../../bin/Physics/</OutputPath> 1845 <OutputPath>../../../../bin/</OutputPath>
1847 <AllowUnsafe>true</AllowUnsafe> 1846 <AllowUnsafe>true</AllowUnsafe>
1848 </Options> 1847 </Options>
1849 </Configuration> 1848 </Configuration>