aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2007-08-08 20:33:40 +0000
committerSean Dague2007-08-08 20:33:40 +0000
commite19fa01caa3af990ba00bb55a45c35edf9ed65b2 (patch)
tree91b277ee58b715e9d080b305d7744f611a342d1b /prebuild.xml
parentsigh, Data ... not Date. I'm dumb (diff)
downloadopensim-SC_OLD-e19fa01caa3af990ba00bb55a45c35edf9ed65b2.zip
opensim-SC_OLD-e19fa01caa3af990ba00bb55a45c35edf9ed65b2.tar.gz
opensim-SC_OLD-e19fa01caa3af990ba00bb55a45c35edf9ed65b2.tar.bz2
opensim-SC_OLD-e19fa01caa3af990ba00bb55a45c35edf9ed65b2.tar.xz
add MonoSqlite storage module, this might break windows folks, need
to test lbsa's patch on that one
Diffstat (limited to '')
-rw-r--r--prebuild.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index e6b8013..7c8cef5 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -636,6 +636,31 @@
636 </Files> 636 </Files>
637 </Project> 637 </Project>
638 638
639 <Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library">
640 <Configuration name="Debug">
641 <Options>
642 <OutputPath>../../../../bin/</OutputPath>
643 </Options>
644 </Configuration>
645 <Configuration name="Release">
646 <Options>
647 <OutputPath>../../../../bin/</OutputPath>
648 </Options>
649 </Configuration>
650
651 <ReferencePath>../../../../bin/</ReferencePath>
652 <Reference name="System" localCopy="false"/>
653 <Reference name="System.Xml"/>
654 <Reference name="System.Data"/>
655 <Reference name="Mono.Data.SqliteClient"/>
656 <Reference name="libsecondlife.dll"/>
657 <Reference name="OpenSim.Framework"/>
658 <Reference name="OpenSim.Region.Environment"/>
659 <Reference name="OpenSim.Framework.Console"/>
660 <Files>
661 <Match pattern="*.cs" recurse="true"/>
662 </Files>
663 </Project>
639 664
640 <!-- OpenSim app --> 665 <!-- OpenSim app -->
641 <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 666 <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe">