From dd2afe9edceb2879cea4bb5a81a748a6d2569956 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 5 Sep 2016 18:19:13 -0500 Subject: [PATCH] Closes #20366: Build full text search support into SQLite on Windows --- Misc/NEWS | 2 ++ PCbuild/sqlite3.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 4aa29bc6c52..a07a8fb3572 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 c841c5a8eab..4f5b1965d9c 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 +