Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
dd2afe9e
Commit
dd2afe9e
authored
Sep 05, 2016
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Closes #20366: Build full text search support into SQLite on Windows
parent
f5846560
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Misc/NEWS
Misc/NEWS
+2
-0
PCbuild/sqlite3.vcxproj
PCbuild/sqlite3.vcxproj
+2
-2
No files found.
Misc/NEWS
View file @
dd2afe9e
...
...
@@ -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
.
...
...
PCbuild/sqlite3.vcxproj
View file @
dd2afe9e
...
...
@@ -66,7 +66,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(sqlite3Dir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
SQLITE_
ENABLE_FTS4;SQLITE_ENABLE_FTS5;SQLITE_
API=__declspec(dllexport);%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level1
</WarningLevel>
</ClCompile>
<ResourceCompile>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment