diff options
author | lbsa71 | 2007-11-15 15:32:28 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-15 15:32:28 +0000 |
commit | 57ff76850d1d50d31efe7c20998c57a162ac819d (patch) | |
tree | f97fb9cbd320fe1a509e921003cf9713330f3925 /prebuild.xml | |
parent | * Implemented the little friendly pop tooltip messages that appear when you h... (diff) | |
download | opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.zip opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.tar.gz opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.tar.bz2 opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.tar.xz |
* Added MySQLDataStore (adapted from MonoSqlite
* Made startup a little bit more forgiving on dll load
* Minor renamings and musings
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 58ec667..e25d9d3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -807,6 +807,8 @@ | |||
807 | <Reference name="libsecondlife.dll"/> | 807 | <Reference name="libsecondlife.dll"/> |
808 | <Reference name="MySql.Data.dll"/> | 808 | <Reference name="MySql.Data.dll"/> |
809 | <Reference name="OpenSim.Framework.Console"/> | 809 | <Reference name="OpenSim.Framework.Console"/> |
810 | <Reference name="OpenSim.Region.Environment"/> | ||
811 | |||
810 | <Files> | 812 | <Files> |
811 | <Match pattern="*.cs" recurse="true"/> | 813 | <Match pattern="*.cs" recurse="true"/> |
812 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 814 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |