aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDahlia Trimble2008-11-30 03:13:02 +0000
committerDahlia Trimble2008-11-30 03:13:02 +0000
commit37afd69febae96e7f008f8d692c7383c1d3f788a (patch)
treeed9e43cb3c93102cc6f3c306aabd7838581ac241 /prebuild.xml
parentUpdate svn properties. Add copyright header. Minor formatting cleanup. (diff)
downloadopensim-SC_OLD-37afd69febae96e7f008f8d692c7383c1d3f788a.zip
opensim-SC_OLD-37afd69febae96e7f008f8d692c7383c1d3f788a.tar.gz
opensim-SC_OLD-37afd69febae96e7f008f8d692c7383c1d3f788a.tar.bz2
opensim-SC_OLD-37afd69febae96e7f008f8d692c7383c1d3f788a.tar.xz
Removed remaining meshing code
Add PrimMesher.dll r21 All meshing tasks are now passed through Meshmerizer and handled by PrimMesher.dll
Diffstat (limited to '')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 030ea1c..4265f30 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -684,6 +684,7 @@
684 <Reference name="OpenSim.Framework.Console"/> 684 <Reference name="OpenSim.Framework.Console"/>
685 <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> 685 <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
686 <Reference name="log4net.dll"/> 686 <Reference name="log4net.dll"/>
687 <Reference name="PrimMesher.dll" localCopy="false"/>
687 688
688 <Files> 689 <Files>
689 <Match pattern="*.cs" recurse="true"/> 690 <Match pattern="*.cs" recurse="true"/>