]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the script that cross-compiles the windows DLL so that it works
authordrh <drh@noemail.net>
Mon, 16 Jan 2006 02:37:51 +0000 (02:37 +0000)
committerdrh <drh@noemail.net>
Mon, 16 Jan 2006 02:37:51 +0000 (02:37 +0000)
correctly with the latest interface.  Ticket #1614.  Do not strip
the windows DLL.  Ticket #1474. (CVS 2954)

FossilOrigin-Name: 6591d365d4ba1263c3bc48f5ab47633fae2b2a3a

manifest
manifest.uuid
mkdll.sh
sqlite3.def

index 9c8cf030a2d623e00bae52fd4bbfc189cc312c21..94a99cf6b480560c094429955d5dfd9e7f06bc1b 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Version\s3.3.1\s(withdrawn\s-\ssee\sticket\s#1614)\s(CVS\s2955)
-D 2006-01-16T00:05:00
+C Fix\sthe\sscript\sthat\scross-compiles\sthe\swindows\sDLL\sso\sthat\sit\sworks\ncorrectly\swith\sthe\slatest\sinterface.\s\sTicket\s#1614.\s\sDo\snot\sstrip\nthe\swindows\sDLL.\s\sTicket\s#1474.\s(CVS\s2954)
+D 2006-01-16T02:37:51
 F Makefile.in ab3ffd8d469cef4477257169b82810030a6bb967
 F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -20,7 +20,7 @@ F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac
 F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
 F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826
 F main.mk f397e2343efec5f89f6481c694439e0f50c30ee1
-F mkdll.sh 5ec23622515d5bf8969404e80cfb5e220ddf0512
+F mkdll.sh f80661ba5f9e23fb5d6e3da532433da766c917f5
 F mkopcodec.awk bd46ad001c98dfbab07b1713cb8e692fa0e5415d
 F mkopcodeh.awk 071dbba4eaf56c8d643baf4604a043af35683316
 F mkso.sh 125868def279650a07d3f0f5e8476fecf99613fd
@@ -28,7 +28,7 @@ F publish.sh ed0aba4ffdfadb36597d03ce8efdae96efc038cb
 F spec.template b2f6c4e488cbc3b993a57deba22cbc36203c4da3
 F sqlite.pc.in 30552343140c53304c2a658c080fbe810cd09ca2
 F sqlite3.1 6be1ad09113570e1fc8dcaff84c9b0b337db5ffc
-F sqlite3.def 99ac9728b515bb49d1af29153d64c8e7aad7bcc3
+F sqlite3.def f756049b1bf3e8442baf6862db393ca423225262
 F sqlite3.pc.in 985b9bf34192a549d7d370e0f0b6b34a4f61369a
 F src/alter.c 4139c8f1d0f12b1759e767b1d09dd594e2b5ac1d
 F src/analyze.c 7d2b7ab9a9c2fd6e55700f69064dfdd3e36d7a8a
@@ -341,7 +341,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P c7da3aa9bdf7b788424633015000955606e93f48
-R 1dc12218426b9b407634d9b62a2d6462
+P ed0f1d9086de3ffa77c9864bf880e2930ef0f96f
+R 7d7be83f73b610d0efb0d6e55a70818a
 U drh
-Z f41c463b978890872fd3ae89232ee21f
+Z 169f3017b17a0fb01db92683b9d558b0
index f76351731c1edf855abea6e6891349ad8e7e23b1..b5734c769009d8699b2c0477fe45d7ffdb7f192d 100644 (file)
@@ -1 +1 @@
-ed0f1d9086de3ffa77c9864bf880e2930ef0f96f
\ No newline at end of file
+6591d365d4ba1263c3bc48f5ab47633fae2b2a3a
\ No newline at end of file
index 1ad5f83326f24e9b285085628cd83bf51b744124..0ff1d53ba2ca9a2984da87ec38846bcb15b05730 100644 (file)
--- a/mkdll.sh
+++ b/mkdll.sh
@@ -31,7 +31,7 @@ i386-mingw32msvc-dllwrap \
      --as i386-mingw32msvc-as \
      --target i386-mingw32 \
      -dllname tclsqlite3.dll -lmsvcrt *.o $TCLSTUBLIB
-i386-mingw32msvc-strip tclsqlite3.dll
+#i386-mingw32msvc-strip tclsqlite3.dll
 rm tclsqlite.o
 i386-mingw32msvc-dllwrap \
      --def sqlite3.def -v --export-all \
index 41dae4260f3d74c2489818104ee611e765eb5b74..e42a0cd3d6bcb2c00fcf33e352b60840fceef8fb 100644 (file)
@@ -40,7 +40,6 @@ sqlite3_create_function
 sqlite3_create_function16
 sqlite3_data_count
 sqlite3_db_handle
-sqlite3_enable_memory_management
 sqlite3_enable_shared_cache
 sqlite3_errcode
 sqlite3_errmsg
@@ -64,7 +63,6 @@ sqlite3_open16
 sqlite3_prepare
 sqlite3_prepare16
 sqlite3_progress_handler
-sqlite3_release_memory
 sqlite3_reset
 sqlite3_result_blob
 sqlite3_result_double
@@ -82,7 +80,6 @@ sqlite3_rollback_hook
 sqlite3_set_authorizer
 sqlite3_set_auxdata
 sqlite3_snprintf
-sqlite3_soft_heap_limit
 sqlite3_step
 sqlite3_thread_cleanup
 sqlite3_total_changes