diff options
author | Teravus Ovares | 2007-12-05 15:53:58 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-05 15:53:58 +0000 |
commit | 71fd737a66c58faa6854ad1c1d8c58f64491fdb0 (patch) | |
tree | c9c876c361afbf76d416b7f2c413ff56a1f9beef /prebuild.xml | |
parent | made one or two more methods in Scene virtual to allow overriding in sub clas... (diff) | |
download | opensim-SC_OLD-71fd737a66c58faa6854ad1c1d8c58f64491fdb0.zip opensim-SC_OLD-71fd737a66c58faa6854ad1c1d8c58f64491fdb0.tar.gz opensim-SC_OLD-71fd737a66c58faa6854ad1c1d8c58f64491fdb0.tar.bz2 opensim-SC_OLD-71fd737a66c58faa6854ad1c1d8c58f64491fdb0.tar.xz |
* Applied MSSQL Patch from akokko, Thanks! akokko
* This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4705fc7..6606751 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -672,6 +672,33 @@ | |||
672 | </Files> | 672 | </Files> |
673 | </Project> | 673 | </Project> |
674 | 674 | ||
675 | |||
676 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> | ||
677 | <Configuration name="Debug"> | ||
678 | <Options> | ||
679 | <OutputPath>../../../../bin/</OutputPath> | ||
680 | </Options> | ||
681 | </Configuration> | ||
682 | <Configuration name="Release"> | ||
683 | <Options> | ||
684 | <OutputPath>../../../../bin/</OutputPath> | ||
685 | </Options> | ||
686 | </Configuration> | ||
687 | |||
688 | <ReferencePath>../../../../bin/</ReferencePath> | ||
689 | <Reference name="System" localCopy="false"/> | ||
690 | <Reference name="System.Xml"/> | ||
691 | <Reference name="System.Data"/> | ||
692 | <Reference name="libsecondlife.dll"/> | ||
693 | <Reference name="OpenSim.Framework"/> | ||
694 | <Reference name="OpenSim.Framework.Data"/> | ||
695 | <Reference name="OpenSim.Region.Environment"/> | ||
696 | <Reference name="OpenSim.Framework.Console"/> | ||
697 | <Files> | ||
698 | <Match pattern="*.cs" recurse="true"/> | ||
699 | </Files> | ||
700 | </Project> | ||
701 | |||
675 | <Project name="OpenSim.Region.ExtensionsScriptModule" path="OpenSim/Region/ExtensionsScriptModule" type="Library"> | 702 | <Project name="OpenSim.Region.ExtensionsScriptModule" path="OpenSim/Region/ExtensionsScriptModule" type="Library"> |
676 | <Configuration name="Debug"> | 703 | <Configuration name="Debug"> |
677 | <Options> | 704 | <Options> |
@@ -883,10 +910,14 @@ | |||
883 | <Reference name="System" localCopy="false"/> | 910 | <Reference name="System" localCopy="false"/> |
884 | <Reference name="System.Xml"/> | 911 | <Reference name="System.Xml"/> |
885 | <Reference name="System.Data"/> | 912 | <Reference name="System.Data"/> |
913 | <Reference name="OpenSim.Framework"/> | ||
886 | <Reference name="OpenSim.Framework.Data"/> | 914 | <Reference name="OpenSim.Framework.Data"/> |
915 | <Reference name="OpenSim.Framework.Console"/> | ||
887 | <Reference name="libsecondlife.dll"/> | 916 | <Reference name="libsecondlife.dll"/> |
917 | |||
888 | <Files> | 918 | <Files> |
889 | <Match pattern="*.cs" recurse="true"/> | 919 | <Match pattern="*.cs" recurse="true"/> |
920 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
890 | </Files> | 921 | </Files> |
891 | </Project> | 922 | </Project> |
892 | 923 | ||
@@ -1191,3 +1222,5 @@ | |||
1191 | 1222 | ||
1192 | 1223 | ||
1193 | 1224 | ||
1225 | |||
1226 | |||