]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Modifications to main.mk so that -DSQLITE_ENABLE_FTS3 works. (CVS 5818)
authordanielk1977 <danielk1977@noemail.net>
Tue, 14 Oct 2008 14:28:35 +0000 (14:28 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 14 Oct 2008 14:28:35 +0000 (14:28 +0000)
FossilOrigin-Name: a06d226dee0df0df1aedb9c17353332c6a6e712f

main.mk
manifest
manifest.uuid

diff --git a/main.mk b/main.mk
index 50d9962e5b9c629fcf18271caecb2b7845a622f1..469c9b6da803ab39b624a7d917e197e94baa3807 100644 (file)
--- a/main.mk
+++ b/main.mk
 
 # This is how we compile
 #
-TCCX = $(TCC) $(OPTS) -I. -I$(TOP)/src -I$(TOP) -I$(TOP)/ext/rtree -I$(TOP)/ext/icu
+TCCX =  $(TCC) $(OPTS) -I. -I$(TOP)/src -I$(TOP) 
+TCCX += -I$(TOP)/ext/rtree -I$(TOP)/ext/icu -I$(TOP)/ext/fts3
 
 # Object files for the SQLite library.
 #
 LIBOBJ+= alter.o analyze.o attach.o auth.o \
          bitvec.o btmutex.o btree.o build.o \
-         callback.o complete.o date.o delete.o \
-         expr.o fault.o func.o global.o hash.o \
+         callback.o complete.o date.o delete.o expr.o fault.o \
+         fts3.o fts3_hash.o fts3_icu.o fts3_porter.o \
+         fts3_tokenizer.o fts3_tokenizer1.o \
+         func.o global.o hash.o \
          icu.o insert.o journal.o legacy.o loadext.o \
          main.o malloc.o mem1.o mem2.o mem3.o mem4.o mem5.o mem6.o \
          mutex.o mutex_noop.o mutex_os2.o mutex_unix.o mutex_w32.o \
@@ -64,6 +67,7 @@ LIBOBJ+= alter.o analyze.o attach.o auth.o \
          walker.o where.o utf.o vtab.o
 
 
+
 # All of the source code files.
 #
 SRC = \
index 189d7eea9d841f68ed0497a87bf841fd536d7db6..aeb2b547803097fa857265ba2d178c4e0c775f35 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C fix\sa\sfew\sreturn\scodes\sin\sthe\sOS/2\sVFS\s(CVS\s5817)
-D 2008-10-13T21:46:47
+C Modifications\sto\smain.mk\sso\sthat\s-DSQLITE_ENABLE_FTS3\sworks.\s(CVS\s5818)
+D 2008-10-14T14:28:36
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 2014e5a4010ad5ebbcaedff98240b3d14ee83838
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -79,7 +79,7 @@ F ext/rtree/tkt3363.test 6662237ea75bb431cd5d262dfc9535e1023315fc
 F ext/rtree/viewrtree.tcl 09526398dae87a5a87c5aac2b3854dbaf8376869
 F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
 F ltmain.sh 09fe5815427dc7d0abb188bbcdf0e34896577210
-F main.mk 5fc368ed5b618cc1713b7480a03346998719def4
+F main.mk e8870c902f6412118dbebe90fbe12776e3b4a05f
 F mkdll.sh 7d09b23c05d56532e9d44a50868eb4b12ff4f74a
 F mkextu.sh 416f9b7089d80e5590a29692c9d9280a10dbad9f
 F mkextw.sh 4123480947681d9b434a5e7b1ee08135abe409ac
@@ -648,7 +648,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 119b69fba0c27c4c479749360176b6eb69d2e70f
-R 8572cc15f5ebd64ab3df6bc802843d95
-U pweilbacher
-Z d399e9a2a7b4d7e67abfaf5fa03ff952
+P 4e978a40f7ee93b09093e82173edc74a992aadeb
+R 05d9c088f4622418f1cd7e2b66527270
+U danielk1977
+Z 85a3e3157ff6f762851644b800aa41e4
index bd3f407ebb950596168c97b4660e21e81b62fd15..1233320648b3d0b9442d814b9ebf47fb104b27b1 100644 (file)
@@ -1 +1 @@
-4e978a40f7ee93b09093e82173edc74a992aadeb
\ No newline at end of file
+a06d226dee0df0df1aedb9c17353332c6a6e712f
\ No newline at end of file