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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd2afe9edceb2879cea4bb5a81a748a6d2569956;p=python Closes #20366: Build full text search support into SQLite on Windows --- diff --git a/Misc/NEWS b/Misc/NEWS index 4aa29bc6c5..a07a8fb357 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 c841c5a8ea..4f5b1965d9 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 +