From 68a4ef5ef62aef3d5e1ec5c20b03b3b4fa51743b Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 02:52:20 +0000 Subject: Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. --- bin/lib32/sqlite3.dll | Bin 0 -> 559244 bytes bin/lib64/sqlite3.dll | Bin 0 -> 618496 bytes bin/sqlite3.dll | Bin 559244 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib32/sqlite3.dll create mode 100755 bin/lib64/sqlite3.dll delete mode 100755 bin/sqlite3.dll (limited to 'bin') diff --git a/bin/lib32/sqlite3.dll b/bin/lib32/sqlite3.dll new file mode 100755 index 0000000..f29dc62 Binary files /dev/null and b/bin/lib32/sqlite3.dll differ diff --git a/bin/lib64/sqlite3.dll b/bin/lib64/sqlite3.dll new file mode 100755 index 0000000..dadf7dd Binary files /dev/null and b/bin/lib64/sqlite3.dll differ diff --git a/bin/sqlite3.dll b/bin/sqlite3.dll deleted file mode 100755 index f29dc62..0000000 Binary files a/bin/sqlite3.dll and /dev/null differ -- cgit v1.1