-C Another\sattempt\sat\sfixing\sthe\smemory\sallocation\sproblem\sin\ssqliteExprListDup().\s(CVS\s1855)
-D 2004-07-22T17:10:10
+C Fix\sthe\spublish.sh\sscript\sso\sthat\sit\sbuilds\sand\spackages\swindows\sDLLs\ncorrectly.\s(CVS\s1856)
+D 2004-07-22T18:08:34
F Makefile.in ab7b0d5118e2da97bac66be8684a1034e3500f5a
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826
F main.mk 7dfbd08ac90b15debd84ebd2606f0dbab739a4ab
-F publish.sh f163b9aed9367d39350b62e89e799347fcdd01ca
+F publish.sh bcc939e9fbcf702f9e5fce73c2563b42d04a663c
F spec.template a38492f1c1dd349fc24cb0565e08afc53045304b
F sqlite.1 83f4a9d37bdf2b7ef079a82d54eaf2e3509ee6ea
F sqlite.def fc4f5734786fe4743cfe2aa98eb2da4b089edb5f
F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P 09494cab4f53a90e0d84abfec6806b4b2b3e118b
-R 406e2902adc5e6bcbac84152e478f5ba
+P 49c2ad8a754daebfdad230dc84e417e3d728c083
+R b1681d129b888b753215ac51705add9f
U drh
-Z a33f76e279c61c5bed2b936d112330fd
+Z 7d23fc249da40aff11ce69d05808a359
-49c2ad8a754daebfdad230dc84e417e3d728c083
\ No newline at end of file
+81aa41e7d4e36ba3ecc5ce66c73dae5a607a3963
\ No newline at end of file
--target i386-mingw32 \
-dllname tclsqlite.dll -lmsvcrt *.o $TCLSTUBLIB
i386-mingw32msvc-strip tclsqlite.dll
-mv tclsqlite.dll ../tclsqlite-$VERSW.dll
+#mv tclsqlite.dll ../tclsqlite-$VERSW.dll
rm tclsqlite.o
cat >sqlite.def <<\END_OF_FILE
EXPORTS
-dllname sqlite.dll -lmsvcrt *.o
i386-mingw32msvc-strip sqlite.dll
zip ../doc/tclsqlite-$VERSW.zip tclsqlite.dll
-zip ../doc/tclsqlite-$VERSW.zip sqlite.dll sqlite.def
+zip ../doc/sqlite-$VERSW.zip sqlite.dll sqlite.def
cd ..
# Build the sqlite.exe executable for windows.
ORIGIN=`pwd`
cd $srcdir
cd ..
-EXCLUDE=`find sqlite -print | grep CVS | sed 's,sqlite/, --exclude sqlite/,'`
+EXCLUDE=`find sqlite -print | grep CVS | sed 's,^, --exclude ,'`
tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite
cd $ORIGIN