aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-03-22 10:56:45 +0000
committerlbsa712007-03-22 10:56:45 +0000
commitd86911a44c05fa45b5600f45dbd8878c3b805ace (patch)
tree2b2e8dc2db737115bc12ae42483ffcf69270489d /prebuild.xml
parentbrought in bin/ from zircon (diff)
downloadopensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.zip
opensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.tar.gz
opensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.tar.bz2
opensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.tar.xz
* Fixed so name of exe is OpenSim.exe
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index ca3ac2f..45cafb6 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -215,7 +215,7 @@
215 </Project> 215 </Project>
216 216
217 <!-- OpenSim app --> 217 <!-- OpenSim app -->
218 <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Exe" startupObject="OpenSim.RegionServer"> 218 <Project name="OpenSim" path="OpenSim.RegionServer" type="Exe" startupObject="OpenSim">
219 <Configuration name="Debug"> 219 <Configuration name="Debug">
220 <Options> 220 <Options>
221 <OutputPath>../bin/</OutputPath> 221 <OutputPath>../bin/</OutputPath>
@@ -267,6 +267,16 @@
267 </Files> 267 </Files>
268 </Project> 268 </Project>
269 </Solution> 269 </Solution>
270
271
272
273
274
275
276
277
278
279 <!-- Prebuild tool -->
270 <Solution name="Prebuild" path="./Prebuild/" > 280 <Solution name="Prebuild" path="./Prebuild/" >
271 <Configuration name="Debug"> 281 <Configuration name="Debug">
272 <Options> 282 <Options>