diff options
author | Tedd Hansen | 2007-08-18 18:53:03 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-18 18:53:03 +0000 |
commit | 6d10c6535847a65f3bc56398a609916174684729 (patch) | |
tree | c2828badeeed054a465f6c634ac7cc343c4ca4f7 /prebuild.xml | |
parent | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... (diff) | |
download | opensim-SC_OLD-6d10c6535847a65f3bc56398a609916174684729.zip opensim-SC_OLD-6d10c6535847a65f3bc56398a609916174684729.tar.gz opensim-SC_OLD-6d10c6535847a65f3bc56398a609916174684729.tar.bz2 opensim-SC_OLD-6d10c6535847a65f3bc56398a609916174684729.tar.xz |
Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index bfc8cd4..7f4a45e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -937,6 +937,30 @@ | |||
937 | </Files> | 937 | </Files> |
938 | </Project> | 938 | </Project> |
939 | 939 | ||
940 | <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> | ||
941 | <Configuration name="Debug"> | ||
942 | <Options> | ||
943 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
944 | </Options> | ||
945 | </Configuration> | ||
946 | <Configuration name="Release"> | ||
947 | <Options> | ||
948 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
949 | </Options> | ||
950 | </Configuration> | ||
951 | |||
952 | <ReferencePath>../../../../bin/</ReferencePath> | ||
953 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
954 | <Reference name="System" localCopy="false"/> | ||
955 | <Reference name="System.Data" localCopy="false"/> | ||
956 | <Reference name="System.Xml" localCopy="false"/> | ||
957 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
958 | <Files> | ||
959 | <Match pattern="*.cs" recurse="true"/> | ||
960 | </Files> | ||
961 | </Project> | ||
962 | |||
963 | |||
940 | 964 | ||
941 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | 965 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> |
942 | <Configuration name="Debug"> | 966 | <Configuration name="Debug"> |
@@ -962,6 +986,7 @@ | |||
962 | <Reference name="RAIL.dll"/> | 986 | <Reference name="RAIL.dll"/> |
963 | <Reference name="OpenSim.Framework"/> | 987 | <Reference name="OpenSim.Framework"/> |
964 | <Reference name="OpenSim.Framework.Console"/> | 988 | <Reference name="OpenSim.Framework.Console"/> |
989 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
965 | <Files> | 990 | <Files> |
966 | <Match pattern="*.cs" recurse="true"/> | 991 | <Match pattern="*.cs" recurse="true"/> |
967 | </Files> | 992 | </Files> |
@@ -970,6 +995,7 @@ | |||
970 | 995 | ||
971 | 996 | ||
972 | 997 | ||
998 | |||
973 | </Solution> | 999 | </Solution> |
974 | 1000 | ||
975 | 1001 | ||