aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2007-07-29 07:54:49 +0000
committerAdam Frisby2007-07-29 07:54:49 +0000
commit50250a3a3af625be69851f1ecf56015abe5bf320 (patch)
tree18945d049b848b4bd5d28930eda3ed7d9c438ab9 /prebuild.xml
parent* OpenSim now performs compatibility checks at startup and warns the user if ... (diff)
downloadopensim-SC_OLD-50250a3a3af625be69851f1ecf56015abe5bf320.zip
opensim-SC_OLD-50250a3a3af625be69851f1ecf56015abe5bf320.tar.gz
opensim-SC_OLD-50250a3a3af625be69851f1ecf56015abe5bf320.tar.bz2
opensim-SC_OLD-50250a3a3af625be69851f1ecf56015abe5bf320.tar.xz
* Highly experimental: Added DB4o DataStore support. Untested.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d57eaf8..ad287d2 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -598,6 +598,30 @@
598 <ReferencePath>../../../../bin/</ReferencePath> 598 <ReferencePath>../../../../bin/</ReferencePath>
599 <Reference name="System" localCopy="false"/> 599 <Reference name="System" localCopy="false"/>
600 <Reference name="System.Xml"/> 600 <Reference name="System.Xml"/>
601 <Reference name="libsecondlife.dll"/>
602 <Reference name="OpenSim.Framework"/>
603 <Reference name="OpenSim.Region.Environment"/>
604 <Reference name="OpenSim.Framework.Console"/>
605 <Files>
606 <Match pattern="*.cs" recurse="true"/>
607 </Files>
608 </Project>
609
610 <Project name="OpenSim.DataStore.DB4o" path="OpenSim/Region/Storage/OpenSim.DataStore.DB4o" type="Library">
611 <Configuration name="Debug">
612 <Options>
613 <OutputPath>../../../../bin/</OutputPath>
614 </Options>
615 </Configuration>
616 <Configuration name="Release">
617 <Options>
618 <OutputPath>../../../../bin/</OutputPath>
619 </Options>
620 </Configuration>
621
622 <ReferencePath>../../../../bin/</ReferencePath>
623 <Reference name="System" localCopy="false"/>
624 <Reference name="System.Xml"/>
601 <Reference name="Db4objects.Db4o.dll"/> 625 <Reference name="Db4objects.Db4o.dll"/>
602 <Reference name="libsecondlife.dll"/> 626 <Reference name="libsecondlife.dll"/>
603 <Reference name="OpenSim.Framework"/> 627 <Reference name="OpenSim.Framework"/>