aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTedd Hansen2007-08-09 18:03:24 +0000
committerTedd Hansen2007-08-09 18:03:24 +0000
commitbf69aca9611928aadcf57700e9a4808817d9493c (patch)
treea15dda64d595c4a86e41a54218111e702718e047 /prebuild.xml
parentStart of replacing the old SceneObject/Primitive classes with the new versions. (diff)
downloadopensim-SC_OLD-bf69aca9611928aadcf57700e9a4808817d9493c.zip
opensim-SC_OLD-bf69aca9611928aadcf57700e9a4808817d9493c.tar.gz
opensim-SC_OLD-bf69aca9611928aadcf57700e9a4808817d9493c.tar.bz2
opensim-SC_OLD-bf69aca9611928aadcf57700e9a4808817d9493c.tar.xz
Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into OpenSim.ScriptEngine.DotNetEngine to avoid the compile error
Diffstat (limited to '')
-rw-r--r--prebuild.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7c8cef5..8ef1cfd 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -930,38 +930,6 @@
930 </Project> 930 </Project>
931 931
932 932
933 <Project name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL" path="OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL" type="Library">
934 <Configuration name="Debug">
935 <Options>
936 <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
937 </Options>
938 </Configuration>
939 <Configuration name="Release">
940 <Options>
941 <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
942 </Options>
943 </Configuration>
944
945 <ReferencePath>../../../../bin/</ReferencePath>
946 <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
947 <Reference name="System" localCopy="false"/>
948 <Reference name="System.Data" localCopy="false"/>
949 <Reference name="System.Xml" localCopy="false"/>
950 <Reference name="OpenSim.Framework"/>
951 <Reference name="OpenSim.Framework.Console"/>
952 <Reference name="OpenSim.Framework.Data"/>
953 <Reference name="OpenSim.Framework.Servers"/>
954 <Reference name="OpenSim.Framework.UserManagement" />
955 <Reference name="libsecondlife.dll"/>
956 <Reference name="Db4objects.Db4o.dll"/>
957 <Reference name="XMLRPC.dll"/>
958
959 <Files>
960 <Match pattern="*.cs" recurse="true"/>
961 </Files>
962 </Project>
963
964
965 <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> 933 <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library">
966 <Configuration name="Debug"> 934 <Configuration name="Debug">
967 <Options> 935 <Options>