diff options
author | Melanie | 2011-03-27 21:41:54 +0100 |
---|---|---|
committer | Melanie | 2011-03-27 21:41:54 +0100 |
commit | a62b435a396a5837fd1e26ac905520f895d8610a (patch) | |
tree | 743b8cb91fa101ce461b2fc8ebf7078165e3c7d1 /bin | |
parent | Upgrade terse to full update on root rotation change. Not entirely sure why, ... (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-a62b435a396a5837fd1e26ac905520f895d8610a.zip opensim-SC-a62b435a396a5837fd1e26ac905520f895d8610a.tar.gz opensim-SC-a62b435a396a5837fd1e26ac905520f895d8610a.tar.bz2 opensim-SC-a62b435a396a5837fd1e26ac905520f895d8610a.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin')
-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..0c5e941 --- /dev/null +++ b/bin/Mono.Data.Sqlite.dll.config | |||
@@ -0,0 +1,4 @@ | |||
1 | <configuration> | ||
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_32.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 | |||