aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs1
-rw-r--r--prebuild.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs
index 20f5d51..eb72d5c 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs
@@ -1,3 +1,4 @@
1using Axiom.Math;
1using System; 2using System;
2using System.Collections.Generic; 3using System.Collections.Generic;
3using System.Text; 4using System.Text;
diff --git a/prebuild.xml b/prebuild.xml
index db80a16..69bea40 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -941,6 +941,7 @@
941 <Reference name="OpenSim.Framework"/> 941 <Reference name="OpenSim.Framework"/>
942 <Reference name="OpenSim.Framework.Console"/> 942 <Reference name="OpenSim.Framework.Console"/>
943 <Reference name="OpenSim.Region.ScriptEngine.Common"/> 943 <Reference name="OpenSim.Region.ScriptEngine.Common"/>
944 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
944 <Files> 945 <Files>
945 <Match pattern="*.cs" recurse="true"/> 946 <Match pattern="*.cs" recurse="true"/>
946 </Files> 947 </Files>