diff options
author | Brian McBee | 2007-09-16 13:02:16 +0000 |
---|---|---|
committer | Brian McBee | 2007-09-16 13:02:16 +0000 |
commit | 279177219e30d70a8bb9c850f993ac7a90b4253e (patch) | |
tree | 74694dd78619c66066619319118a2c2ff2bd6b23 | |
parent | Implemented: llSetText, llResetScript (diff) | |
download | opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.zip opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.tar.gz opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.tar.bz2 opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.tar.xz |
Fixed missing Axiom references.
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs | 1 | ||||
-rw-r--r-- | prebuild.xml | 1 |
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 @@ | |||
1 | using Axiom.Math; | ||
1 | using System; | 2 | using System; |
2 | using System.Collections.Generic; | 3 | using System.Collections.Generic; |
3 | using System.Text; | 4 | using 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> |