aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>