aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTedd Hansen2007-10-05 19:56:44 +0000
committerTedd Hansen2007-10-05 19:56:44 +0000
commit6dd923b01d6864ffcb17030c9de17224f45b4c2a (patch)
tree83d00d90a13f6803b38988049096296caf9f4c17 /prebuild.xml
parentCode from Illumious Beltran (IBM) implementing more LSL (diff)
downloadopensim-SC_OLD-6dd923b01d6864ffcb17030c9de17224f45b4c2a.zip
opensim-SC_OLD-6dd923b01d6864ffcb17030c9de17224f45b4c2a.tar.gz
opensim-SC_OLD-6dd923b01d6864ffcb17030c9de17224f45b4c2a.tar.bz2
opensim-SC_OLD-6dd923b01d6864ffcb17030c9de17224f45b4c2a.tar.xz
Some more work on new ScriptEngine.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index a551f1b..59b5ce0 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -931,6 +931,61 @@
931 </Project> 931 </Project>
932 932
933 933
934 <Project name="OpenSim.Grid.ScriptEngine.Common" path="OpenSim/Grid/ScriptEngine/Common" type="Library">
935 <Configuration name="Debug">
936 <Options>
937 <OutputPath>../../../../bin/</OutputPath>
938 </Options>
939 </Configuration>
940 <Configuration name="Release">
941 <Options>
942 <OutputPath>../../../../bin/</OutputPath>
943 </Options>
944 </Configuration>
945
946 <ReferencePath>../../../../bin/</ReferencePath>
947 <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
948 <Reference name="System" localCopy="false"/>
949 <Reference name="System.Data" localCopy="false"/>
950 <Reference name="System.Xml" localCopy="false"/>
951 <Files>
952 <Match pattern="*.cs" recurse="true"/>
953 </Files>
954 </Project>
955
956
957
958 <Project name="OpenSim.Grid.ScriptEngine.DotNetEngine" path="OpenSim/Grid/ScriptEngine/DotNetEngine" type="Library">
959 <Configuration name="Debug">
960 <Options>
961 <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
962 </Options>
963 </Configuration>
964 <Configuration name="Release">
965 <Options>
966 <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
967 </Options>
968 </Configuration>
969
970 <ReferencePath>../../../../bin/</ReferencePath>
971 <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
972 <Reference name="System" localCopy="false"/>
973 <Reference name="System.Data" localCopy="false"/>
974 <Reference name="System.Xml" localCopy="false"/>
975 <Reference name="System.Runtime.Remoting" localCopy="false"/>
976 <Reference name="OpenSim.Region.Environment" />
977 <Reference name="libsecondlife.dll"/>
978 <Reference name="RAIL.dll"/>
979 <Reference name="OpenSim.Framework"/>
980 <Reference name="OpenSim.Framework.Console"/>
981 <Reference name="OpenSim.Region.ScriptEngine.Common"/>
982 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
983 <Files>
984 <Match pattern="*.cs" recurse="true"/>
985 </Files>
986 </Project>
987
988
934 989
935 </Solution> 990 </Solution>
936 991