From: Zachary Ware Date: Mon, 5 Sep 2016 23:19:13 +0000 (-0500) Subject: Closes #20366: Build full text search support into SQLite on Windows X-Git-Tag: v3.6.0b1~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd2afe9edceb2879cea4bb5a81a748a6d2569956;p=thirdparty%2FPython%2Fcpython.git Closes #20366: Build full text search support into SQLite on Windows --- diff --git a/Misc/NEWS b/Misc/NEWS index 4aa29bc6c52b..a07a8fb3572d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -185,6 +185,8 @@ Build Windows ------- +- Issue #20366: Build full text search support into SQLite on Windows. + - Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. diff --git a/PCbuild/sqlite3.vcxproj b/PCbuild/sqlite3.vcxproj index c841c5a8eab8..4f5b1965d9cd 100644 --- a/PCbuild/sqlite3.vcxproj +++ b/PCbuild/sqlite3.vcxproj @@ -66,7 +66,7 @@ $(sqlite3Dir);%(AdditionalIncludeDirectories) - SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions) + SQLITE_ENABLE_FTS4;SQLITE_ENABLE_FTS5;SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions) Level1 @@ -86,4 +86,4 @@ - \ No newline at end of file +