diff options
author | Tedd Hansen | 2007-08-18 21:10:40 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-18 21:10:40 +0000 |
commit | f444fe4f87dd88b9c400c2b4efe9a050332c4f54 (patch) | |
tree | 06fff56f78ddc1b9ee1a6026bfe3a19e97b28005 /prebuild.xml | |
parent | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... (diff) | |
download | opensim-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.xml | 4 |
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 | ||