Update the build process so that it includes sqlite3ext.h with the

amalgamation ZIP archive.  Ticket #2678. (CVS 4449)

FossilOrigin-Name: 6232ee6750562b2cb913af4bb26111a097dd1192
This commit is contained in:
drh
2007-10-01 13:59:48 +00:00
parent 7a64b6a31c
commit 3bbbd7d6f0
3 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
C Use\ssqlite3_int64,\snot\ssqlite_in64,\sconsistently\sin\sthe\sdocumentation.\nTicket\s#2680.\s(CVS\s4448)
D 2007-10-01T13:54:11
C Update\sthe\sbuild\sprocess\sso\sthat\sit\sincludes\ssqlite3ext.h\swith\sthe\namalgamation\sZIP\sarchive.\s\sTicket\s#2678.\s(CVS\s4449)
D 2007-10-01T13:59:49
F Makefile.in cbfb898945536a8f9ea8b897e1586dd1fdbcc5db
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -70,7 +70,7 @@ F mkextw.sh 1a866b53637dab137191341cc875575a5ca110fb
F mkopcodec.awk 3fb9bf077053c968451f4dd03d11661ac373f9d1
F mkopcodeh.awk cde995d269aa06c94adbf6455bea0acedb913fa5
F mkso.sh 24bde4c09e6fe80f718db3c31c068f45e13a2f2c
F publish.sh 1485f19777745ff77f5e60980f8d71992d1ca9d4
F publish.sh b2cda679be481dfa5b4a9cc4668dde6acc00e4f6
F spec.template b2f6c4e488cbc3b993a57deba22cbc36203c4da3
F sqlite.pc.in 30552343140c53304c2a658c080fbe810cd09ca2
F sqlite3.1 6be1ad09113570e1fc8dcaff84c9b0b337db5ffc
@@ -580,7 +580,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P 2ea278a2af5b3e94acf5321375cc33d1f58c3885
R 10234e35c55ebb7cc1a589b85e057057
P f7a2647033817c73f40010e145e4c29173a55689
R 6d5b9658c78173a7eca5c77bdddf5d48
U drh
Z 95a357bae5d66d1094c1b4e9a6c1a843
Z 430256babf97efbbcb65847b3651c78e
+1 -1
View File
@@ -1 +1 @@
f7a2647033817c73f40010e145e4c29173a55689
6232ee6750562b2cb913af4bb26111a097dd1192
+2 -2
View File
@@ -42,9 +42,9 @@ rm -f ../doc/sqlite-source-$VERSW.zip
zip ../doc/sqlite-source-$VERSW.zip *
cd ..
make sqlite3.c
cp tsrc/sqlite3.h .
cp tsrc/sqlite3.h tsrc/sqlite3ext.h .
pwd
zip doc/sqlite-amalgamation-$VERSW.zip sqlite3.c sqlite3.h
zip doc/sqlite-amalgamation-$VERSW.zip sqlite3.c sqlite3.h sqlite3ext.h
# Build the sqlite.so and tclsqlite.so shared libraries
# under Linux