aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2008-04-02 08:41:25 +0000
committerMW2008-04-02 08:41:25 +0000
commit60c2ded8bcb9382204600a58f631d7bc13add72e (patch)
tree215ea409d8955bd5884bab1a5d6301db5df19327 /prebuild.xml
parent* Updating the version of the ODE library. (big update). The Mac library nee... (diff)
downloadopensim-SC_OLD-60c2ded8bcb9382204600a58f631d7bc13add72e.zip
opensim-SC_OLD-60c2ded8bcb9382204600a58f631d7bc13add72e.tar.gz
opensim-SC_OLD-60c2ded8bcb9382204600a58f631d7bc13add72e.tar.bz2
opensim-SC_OLD-60c2ded8bcb9382204600a58f631d7bc13add72e.tar.xz
changes back the output path for simple module to its own bin folder. [if you still have a simplemodule.dll in your bin folder, then delete it.
So puts the bots back in their cave for another yet.
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 40112cc..c7f6c5f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1076,12 +1076,12 @@
1076 <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> 1076 <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library">
1077 <Configuration name="Debug"> 1077 <Configuration name="Debug">
1078 <Options> 1078 <Options>
1079 <OutputPath>../../../../bin/</OutputPath> 1079 <OutputPath>bin/</OutputPath>
1080 </Options> 1080 </Options>
1081 </Configuration> 1081 </Configuration>
1082 <Configuration name="Release"> 1082 <Configuration name="Release">
1083 <Options> 1083 <Options>
1084 <OutputPath>../../../../bin/</OutputPath> 1084 <OutputPath>bin/</OutputPath>
1085 </Options> 1085 </Options>
1086 </Configuration> 1086 </Configuration>
1087 1087