aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-04-11 07:57:03 +0000
committerlbsa712007-04-11 07:57:03 +0000
commit8f5919bf6336ae7b6164f4419835d2478dabbe61 (patch)
tree1a5977974d936e099bce308f03d61e69e0451d5a /prebuild.xml
parentAdding BDB to prebuild, making BDB compile. (diff)
downloadopensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.zip
opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.gz
opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.bz2
opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.xz
* nant building again
Diffstat (limited to '')
-rw-r--r--prebuild.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 0c37ab1..b0ea3be 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -346,16 +346,16 @@
346 <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> 346 <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library">
347 <Configuration name="Debug"> 347 <Configuration name="Debug">
348 <Options> 348 <Options>
349 <OutputPath>../bin/</OutputPath> 349 <OutputPath>../../bin/</OutputPath>
350 </Options> 350 </Options>
351 </Configuration> 351 </Configuration>
352 <Configuration name="Release"> 352 <Configuration name="Release">
353 <Options> 353 <Options>
354 <OutputPath>../bin/</OutputPath> 354 <OutputPath>../../bin/</OutputPath>
355 </Options> 355 </Options>
356 </Configuration> 356 </Configuration>
357 357
358 <ReferencePath>../bin/</ReferencePath> 358 <ReferencePath>../../bin/</ReferencePath>
359 <Reference name="System"/> 359 <Reference name="System"/>
360 <Reference name="System.Xml"/> 360 <Reference name="System.Xml"/>
361 <Reference name="OpenSim.Framework"/> 361 <Reference name="OpenSim.Framework"/>
@@ -490,7 +490,7 @@
490 <Reference name="System" localCopy="false"/> 490 <Reference name="System" localCopy="false"/>
491 <Reference name="System.Xml"/> 491 <Reference name="System.Xml"/>
492 <Reference name="System.Data"/> 492 <Reference name="System.Data"/>
493 <Reference name="System.Data.SQLite.DLL"/> 493 <Reference name="System.Data.SQLite.dll"/>
494 <Reference name="libsecondlife.dll"/> 494 <Reference name="libsecondlife.dll"/>
495 <Reference name="OpenSim.Framework"/> 495 <Reference name="OpenSim.Framework"/>
496 <Reference name="OpenSim.Framework.Console"/> 496 <Reference name="OpenSim.Framework.Console"/>