aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTedd Hansen2007-08-12 17:37:37 +0000
committerTedd Hansen2007-08-12 17:37:37 +0000
commitfd63c0cd32739f99af0c93ee3115212bb695f063 (patch)
tree5c95d50a2559fcab8815694999b03e12c67d402c /prebuild.xml
parentScript now compiles unsuccessfully (diff)
downloadopensim-SC_OLD-fd63c0cd32739f99af0c93ee3115212bb695f063.zip
opensim-SC_OLD-fd63c0cd32739f99af0c93ee3115212bb695f063.tar.gz
opensim-SC_OLD-fd63c0cd32739f99af0c93ee3115212bb695f063.tar.bz2
opensim-SC_OLD-fd63c0cd32739f99af0c93ee3115212bb695f063.tar.xz
Code comments and cleanup, correct datatypes for key, vector, rotation, (hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc
Diffstat (limited to '')
-rw-r--r--prebuild.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6fa3e12..4a62fde 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -951,14 +951,9 @@
951 <Reference name="System.Data" localCopy="false"/> 951 <Reference name="System.Data" localCopy="false"/>
952 <Reference name="System.Xml" localCopy="false"/> 952 <Reference name="System.Xml" localCopy="false"/>
953 <Reference name="OpenSim.Region.Environment" /> 953 <Reference name="OpenSim.Region.Environment" />
954 <Reference name="OpenSim.Framework"/> 954 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
955 <Reference name="OpenSim.Framework.Console"/>
956 <Reference name="OpenSim.Framework.Data"/>
957 <Reference name="OpenSim.Framework.Servers"/>
958 <Reference name="OpenSim.Framework.UserManagement" />
959 <Reference name="libsecondlife.dll"/> 955 <Reference name="libsecondlife.dll"/>
960 <Reference name="Db4objects.Db4o.dll"/> 956 <Reference name="OpenSim.Framework"/>
961 <Reference name="XMLRPC.dll"/>
962 <Files> 957 <Files>
963 <Match pattern="*.cs" recurse="true"/> 958 <Match pattern="*.cs" recurse="true"/>
964 <Match pattern="*.lso" recurse="true"/> 959 <Match pattern="*.lso" recurse="true"/>