]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Enable FTS4 when building the shell with the MSVC makefile.
authormistachkin <mistachkin@noemail.net>
Fri, 22 Jan 2016 04:22:36 +0000 (04:22 +0000)
committermistachkin <mistachkin@noemail.net>
Fri, 22 Jan 2016 04:22:36 +0000 (04:22 +0000)
FossilOrigin-Name: e4c07df557cd50786b05eecf011bf94708e6e31b

Makefile.msc
manifest
manifest.uuid

index a75045fc988d52eb3daefd05d372bf05e216bfa6..3621d4f92bea5329db6f1fc07a842ee667f5b427 100644 (file)
@@ -1308,7 +1308,7 @@ FUZZDATA = \
 # when the shell is not being dynamically linked.
 #
 !IF $(DYNAMIC_SHELL)==0 && $(FOR_WIN10)==0
-SHELL_COMPILE_OPTS = $(SHELL_COMPILE_OPTS) -DSQLITE_SHELL_JSON1 -DSQLITE_ENABLE_FTS5
+SHELL_COMPILE_OPTS = $(SHELL_COMPILE_OPTS) -DSQLITE_SHELL_JSON1 -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5
 !ENDIF
 
 # Extra compiler options for various test tools.
index c364abf8fa9febd908f775adf678f7d86739a836..5d0ee23cca88fee2ee79cd394e19730b4f9a8104 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
-C Further\srefinements\sto\sthe\sMSVC\smakefile.
-D 2016-01-22T03:54:36.710
+C Enable\sFTS4\swhen\sbuilding\sthe\sshell\swith\sthe\sMSVC\smakefile.
+D 2016-01-22T04:22:36.961
 F Makefile.in 027c1603f255390c43a426671055a31c0a65fdb4
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
-F Makefile.msc 7e45640ca31116b24372d30a4e087078db22fcd8
+F Makefile.msc d2b93511a969c0c8fcf52aeb5e426571e8c610d2
 F README.md 8ecc12493ff9f820cdea6520a9016001cb2e59b7
 F VERSION 866588d1edf0ccb5b0d33896974338f97564f719
 F aclocal.m4 a5c22d164aff7ed549d53a90fa56d56955281f50
@@ -1419,7 +1419,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P ac2e9d3de54d299f92fc35927b6df6d3aaa2dc59
-R 2fd39a9f583616f965419daf8ad2c68a
+P 67625b963a6f5a0c6dff1a04a323e693569c2d94
+R a9194694e295a05f59bbd77f1c470bc0
 U mistachkin
-Z 2b921b34884313de5b54030da9770cbb
+Z bf1c280948a8257fdbbacb5c97da93b0
index 51b2a1dd73f1242f03b03d07fc42ac2e3f89a1bd..533751ec8ab1e30ea50142a731575363f7aa63eb 100644 (file)
@@ -1 +1 @@
-67625b963a6f5a0c6dff1a04a323e693569c2d94
\ No newline at end of file
+e4c07df557cd50786b05eecf011bf94708e6e31b
\ No newline at end of file