diff options
author | BlueWall | 2011-03-22 16:42:12 -0400 |
---|---|---|
committer | BlueWall | 2011-03-22 16:42:12 -0400 |
commit | 97d46648cdde5d8237d1241f3dc47fc455b35d33 (patch) | |
tree | 079f8bbecf1112fcb4f565c369478cc16005928c /bin/Mono.Data.Sqlite.dll.config | |
parent | On initial setup, include estate and regions names in questions to make it cl... (diff) | |
download | opensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.zip opensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.gz opensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.bz2 opensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.xz |
More SQLite work.
Diffstat (limited to '')
-rw-r--r-- | bin/Mono.Data.Sqlite.dll.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Mono.Data.Sqlite.dll.config b/bin/Mono.Data.Sqlite.dll.config new file mode 100644 index 0000000..456461e --- /dev/null +++ b/bin/Mono.Data.Sqlite.dll.config | |||
@@ -0,0 +1,4 @@ | |||
1 | <configureation> | ||
2 | <dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="libsqlite3_64.so" /> | ||
3 | <dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="libsqlite3_64.so" /> | ||
4 | </configuration> | ||