diff options
author | Tedd Hansen | 2007-11-01 19:27:03 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-11-01 19:27:03 +0000 |
commit | dcf41cb68370dc1e1b03fd78edf75b175b17f6ea (patch) | |
tree | 3b2079c88657beee8380cdd6acebd33a1891cc15 /prebuild.xml | |
parent | * Diuerse beavtificatems (diff) | |
download | opensim-SC_OLD-dcf41cb68370dc1e1b03fd78edf75b175b17f6ea.zip opensim-SC_OLD-dcf41cb68370dc1e1b03fd78edf75b175b17f6ea.tar.gz opensim-SC_OLD-dcf41cb68370dc1e1b03fd78edf75b175b17f6ea.tar.bz2 opensim-SC_OLD-dcf41cb68370dc1e1b03fd78edf75b175b17f6ea.tar.xz |
ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-sure) on script load/unload, removed experimental Grid-scriptengine from compile because of dynamic module loader, and added random string to script filename to bypass module loader file lock.
Please delete your copy of bin/ScriptEngine/OpenSim.Grid.ScriptEngine.DotNetEngine.dll.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/prebuild.xml b/prebuild.xml index ddf90ab..5d83c5a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -963,61 +963,6 @@ | |||
963 | </Project> | 963 | </Project> |
964 | 964 | ||
965 | 965 | ||
966 | <Project name="OpenSim.Grid.ScriptEngine.Common" path="OpenSim/Grid/ScriptEngine/Common" type="Library"> | ||
967 | <Configuration name="Debug"> | ||
968 | <Options> | ||
969 | <OutputPath>../../../../bin/</OutputPath> | ||
970 | </Options> | ||
971 | </Configuration> | ||
972 | <Configuration name="Release"> | ||
973 | <Options> | ||
974 | <OutputPath>../../../../bin/</OutputPath> | ||
975 | </Options> | ||
976 | </Configuration> | ||
977 | |||
978 | <ReferencePath>../../../../bin/</ReferencePath> | ||
979 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
980 | <Reference name="System" localCopy="false"/> | ||
981 | <Reference name="System.Data" localCopy="false"/> | ||
982 | <Reference name="System.Xml" localCopy="false"/> | ||
983 | <Files> | ||
984 | <Match pattern="*.cs" recurse="true"/> | ||
985 | </Files> | ||
986 | </Project> | ||
987 | |||
988 | |||
989 | |||
990 | <Project name="OpenSim.Grid.ScriptEngine.DotNetEngine" path="OpenSim/Grid/ScriptEngine/DotNetEngine" type="Library"> | ||
991 | <Configuration name="Debug"> | ||
992 | <Options> | ||
993 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
994 | </Options> | ||
995 | </Configuration> | ||
996 | <Configuration name="Release"> | ||
997 | <Options> | ||
998 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
999 | </Options> | ||
1000 | </Configuration> | ||
1001 | |||
1002 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1003 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
1004 | <Reference name="System" localCopy="false"/> | ||
1005 | <Reference name="System.Data" localCopy="false"/> | ||
1006 | <Reference name="System.Xml" localCopy="false"/> | ||
1007 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
1008 | <Reference name="OpenSim.Region.Environment" /> | ||
1009 | <Reference name="libsecondlife.dll"/> | ||
1010 | <Reference name="RAIL.dll"/> | ||
1011 | <Reference name="OpenSim.Framework"/> | ||
1012 | <Reference name="OpenSim.Framework.Console"/> | ||
1013 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
1014 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
1015 | <Reference name="Nini.dll" /> | ||
1016 | |||
1017 | <Files> | ||
1018 | <Match pattern="*.cs" recurse="true"/> | ||
1019 | </Files> | ||
1020 | </Project> | ||
1021 | 966 | ||
1022 | 967 | ||
1023 | 968 | ||