Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
dd2afe9e
Kaydet (Commit)
dd2afe9e
authored
Eyl 05, 2016
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Closes #20366: Build full text search support into SQLite on Windows
üst
f5846560
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
NEWS
Misc/NEWS
+2
-0
sqlite3.vcxproj
PCbuild/sqlite3.vcxproj
+2
-3
No files found.
Misc/NEWS
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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>
...
...
@@ -86,4 +86,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
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