aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authordahlia2010-10-18 04:17:36 -0700
committerdahlia2010-10-18 04:17:36 -0700
commit7fa3335fd53f863b20190025c3cfc8e8e36f96ed (patch)
tree13751d65acea1fab7ef0b6bdb6824524cc19dc19 /prebuild.xml
parentMerge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-7fa3335fd53f863b20190025c3cfc8e8e36f96ed.zip
opensim-SC_OLD-7fa3335fd53f863b20190025c3cfc8e8e36f96ed.tar.gz
opensim-SC_OLD-7fa3335fd53f863b20190025c3cfc8e8e36f96ed.tar.bz2
opensim-SC_OLD-7fa3335fd53f863b20190025c3cfc8e8e36f96ed.tar.xz
initial support for meshies physics. Must set ini option UseMeshiesPhysicsMesh = true to enable. See file OpenSimDefaults.ini for example.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index cc0424a..b28d226 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -587,7 +587,6 @@
587 <ReferencePath>../../../../bin/</ReferencePath> 587 <ReferencePath>../../../../bin/</ReferencePath>
588 <Reference name="System"/> 588 <Reference name="System"/>
589 <Reference name="System.Drawing"/> 589 <Reference name="System.Drawing"/>
590 <Reference name="System.IO.Compression;"/>
591 <Reference name="CSJ2K" path="../../../../bin/"/> 590 <Reference name="CSJ2K" path="../../../../bin/"/>
592 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> 591 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
593 <Reference name="OpenMetaverse" path="../../../../bin/"/> 592 <Reference name="OpenMetaverse" path="../../../../bin/"/>
@@ -597,6 +596,7 @@
597 <Reference name="OpenSim.Framework.Console"/> 596 <Reference name="OpenSim.Framework.Console"/>
598 <Reference name="OpenSim.Region.Physics.Manager"/> 597 <Reference name="OpenSim.Region.Physics.Manager"/>
599 <Reference name="log4net" path="../../../../bin/"/> 598 <Reference name="log4net" path="../../../../bin/"/>
599 <Reference name="zlib.net" path="../../../../bin/"/>
600 600
601 <Files> 601 <Files>
602 <Match pattern="*.cs" recurse="true"/> 602 <Match pattern="*.cs" recurse="true"/>