aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTedd Hansen2007-08-18 21:10:40 +0000
committerTedd Hansen2007-08-18 21:10:40 +0000
commitf444fe4f87dd88b9c400c2b4efe9a050332c4f54 (patch)
tree06fff56f78ddc1b9ee1a6026bfe3a19e97b28005 /prebuild.xml
parentLSL Compiler now only referring required assemblies (DotNetEngine and Common)... (diff)
downloadopensim-SC_OLD-f444fe4f87dd88b9c400c2b4efe9a050332c4f54.zip
opensim-SC_OLD-f444fe4f87dd88b9c400c2b4efe9a050332c4f54.tar.gz
opensim-SC_OLD-f444fe4f87dd88b9c400c2b4efe9a050332c4f54.tar.bz2
opensim-SC_OLD-f444fe4f87dd88b9c400c2b4efe9a050332c4f54.tar.xz
Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ folder - hopefully solves compile problem on Linux.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c358142..71d996b 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -940,12 +940,12 @@
940 <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> 940 <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library">
941 <Configuration name="Debug"> 941 <Configuration name="Debug">
942 <Options> 942 <Options>
943 <OutputPath>../../../../bin/ScriptEngines/</OutputPath> 943 <OutputPath>../../../../bin/</OutputPath>
944 </Options> 944 </Options>
945 </Configuration> 945 </Configuration>
946 <Configuration name="Release"> 946 <Configuration name="Release">
947 <Options> 947 <Options>
948 <OutputPath>../../../../bin/ScriptEngines/</OutputPath> 948 <OutputPath>../../../../bin/</OutputPath>
949 </Options> 949 </Options>
950 </Configuration> 950 </Configuration>
951 951