aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2008-04-01 13:34:33 +0000
committerMW2008-04-01 13:34:33 +0000
commitcdf27ece5fa1f7a48e3275d15dc32e16c3835667 (patch)
treeb56451af468d8a01a0948e4774c234cba90e2b66 /prebuild.xml
parenta few small changes (diff)
downloadopensim-SC_OLD-cdf27ece5fa1f7a48e3275d15dc32e16c3835667.zip
opensim-SC_OLD-cdf27ece5fa1f7a48e3275d15dc32e16c3835667.tar.gz
opensim-SC_OLD-cdf27ece5fa1f7a48e3275d15dc32e16c3835667.tar.bz2
opensim-SC_OLD-cdf27ece5fa1f7a48e3275d15dc32e16c3835667.tar.xz
few more minor changes, needs prebuild to be ran.
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 c7f6c5f..40112cc 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