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 | |
parent | On initial setup, include estate and regions names in questions to make it cl... (diff) | |
download | opensim-SC-97d46648cdde5d8237d1241f3dc47fc455b35d33.zip opensim-SC-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.gz opensim-SC-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.bz2 opensim-SC-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.xz |
More SQLite work.
Diffstat (limited to '')
-rw-r--r-- | bin/Mono.Data.Sqlite.dll.config | 4 | ||||
-rwxr-xr-x | bin/libsqlite3_32.so | bin | 0 -> 635852 bytes | |||
-rwxr-xr-x | bin/libsqlite3_64.so (renamed from bin/libsqlite3.so.0) | bin | 871398 -> 783200 bytes |
3 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> | ||
diff --git a/bin/libsqlite3_32.so b/bin/libsqlite3_32.so new file mode 100755 index 0000000..171ffcd --- /dev/null +++ b/bin/libsqlite3_32.so | |||
Binary files differ | |||
diff --git a/bin/libsqlite3.so.0 b/bin/libsqlite3_64.so index 0512d8a..2646a9c 100755 --- a/bin/libsqlite3.so.0 +++ b/bin/libsqlite3_64.so | |||
Binary files differ | |||