aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-05-26 14:55:17 +0000
committerMW2007-05-26 14:55:17 +0000
commit06387d0344b8fa84b790a9dd910fda8a0a1128bb (patch)
treefaf19abd4c940e6c6fddf805beaee47b9b175e32 /prebuild.xml
parentDie WebFrontEnd, Die Grid class! (diff)
downloadopensim-SC_OLD-06387d0344b8fa84b790a9dd910fda8a0a1128bb.zip
opensim-SC_OLD-06387d0344b8fa84b790a9dd910fda8a0a1128bb.tar.gz
opensim-SC_OLD-06387d0344b8fa84b790a9dd910fda8a0a1128bb.tar.bz2
opensim-SC_OLD-06387d0344b8fa84b790a9dd910fda8a0a1128bb.tar.xz
Goodbye World
Diffstat (limited to '')
-rw-r--r--prebuild.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c91f72a..9280881 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -443,6 +443,38 @@
443 </Files> 443 </Files>
444 </Project> 444 </Project>
445 445
446
447 <Project name="OpenSim.World" path="OpenSim/OpenSim.World" type="Library">
448 <Configuration name="Debug">
449 <Options>
450 <OutputPath>../../bin/</OutputPath>
451 </Options>
452 </Configuration>
453 <Configuration name="Release">
454 <Options>
455 <OutputPath>../../bin/</OutputPath>
456 </Options>
457 </Configuration>
458
459 <ReferencePath>../../bin/</ReferencePath>
460 <Reference name="System" localCopy="false"/>
461 <Reference name="System.Xml"/>
462 <Reference name="libsecondlife.dll"/>
463 <Reference name="Axiom.MathLib.dll"/>
464 <Reference name="Db4objects.Db4o.dll"/>
465 <Reference name="OpenSim.Terrain.BasicTerrain"/>
466 <Reference name="OpenSim.Framework"/>
467 <Reference name="OpenSim.Framework.Console"/>
468 <Reference name="OpenSim.GenericConfig.Xml"/>
469 <Reference name="OpenSim.Physics.Manager"/>
470 <Reference name="OpenSim.Servers"/>
471 <Reference name="XMLRPC"/>
472
473 <Files>
474 <Match pattern="*.cs" recurse="true"/>
475 </Files>
476 </Project>
477
446 <!-- OpenSim app --> 478 <!-- OpenSim app -->
447 <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe"> 479 <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
448 <Configuration name="Debug"> 480 <Configuration name="Debug">