diff options
author | Tedd Hansen | 2007-09-22 13:15:52 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-09-22 13:15:52 +0000 |
commit | 59f0920a8fc58ea6443768591b762f5673134840 (patch) | |
tree | da6d13536a44f2b1aeef6a63dec4b099b617c16e /prebuild.xml | |
parent | * There. I think this concludes todays work on moving stuff to Broadcast() (diff) | |
download | opensim-SC_OLD-59f0920a8fc58ea6443768591b762f5673134840.zip opensim-SC_OLD-59f0920a8fc58ea6443768591b762f5673134840.tar.gz opensim-SC_OLD-59f0920a8fc58ea6443768591b762f5673134840.tar.bz2 opensim-SC_OLD-59f0920a8fc58ea6443768591b762f5673134840.tar.xz |
Stand Alone ScriptEngine: early framework, ongoing planning (don't touch yet, will go through major reorganizing). Still a LOT of things needs to be solved...
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 855a7b3..d224013 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -947,6 +947,37 @@ | |||
947 | 947 | ||
948 | 948 | ||
949 | 949 | ||
950 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> | ||
951 | <Configuration name="Debug"> | ||
952 | <Options> | ||
953 | <OutputPath>../../../bin/</OutputPath> | ||
954 | </Options> | ||
955 | </Configuration> | ||
956 | <Configuration name="Release"> | ||
957 | <Options> | ||
958 | <OutputPath>../../../bin/</OutputPath> | ||
959 | </Options> | ||
960 | </Configuration> | ||
961 | |||
962 | <ReferencePath>../../../bin/</ReferencePath> | ||
963 | <Reference name="System" localCopy="false"/> | ||
964 | <Reference name="System.Data" localCopy="false"/> | ||
965 | <Reference name="System.Xml" localCopy="false"/> | ||
966 | <Reference name="OpenSim.Framework"/> | ||
967 | <Reference name="OpenSim.Framework.Console"/> | ||
968 | <Reference name="OpenSim.Framework.Servers"/> | ||
969 | <Reference name="OpenSim.Framework.Data"/> | ||
970 | <Reference name="OpenSim.Region.ScriptEngine.DotNetEngine"/> | ||
971 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
972 | <Reference name="libsecondlife.dll"/> | ||
973 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
974 | <Reference name="XMLRPC.dll"/> | ||
975 | |||
976 | <Files> | ||
977 | <Match pattern="*.cs" recurse="true"/> | ||
978 | </Files> | ||
979 | </Project> | ||
980 | |||
950 | 981 | ||
951 | 982 | ||
952 | </Solution> | 983 | </Solution> |