File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Update Windows builds to use SQLite 3.28.0.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ set libraries=
48
48
set libraries = %libraries% bzip2-1.0.6
49
49
if NOT " %IncludeBsddb% " == " false" set libraries = %libraries% bsddb-4.7.25.0
50
50
if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2s
51
- set libraries = %libraries% sqlite-3.14.2 .0
51
+ set libraries = %libraries% sqlite-3.28.0 .0
52
52
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-8.5.19.0
53
53
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.5.19.0
54
54
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tix-8.4.3.5
Original file line number Diff line number Diff line change 32
32
33
33
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
34
34
<ExternalsDir >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir >
35
- <sqlite3Dir >$(ExternalsDir)sqlite-3.14.2 .0\</sqlite3Dir >
35
+ <sqlite3Dir >$(ExternalsDir)sqlite-3.28.0 .0\</sqlite3Dir >
36
36
<bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
37
37
<bsddbDir >$(ExternalsDir)bsddb-4.7.25.0</bsddbDir >
38
38
<opensslDir >$(ExternalsDir)openssl-1.0.2s\</opensslDir >
Original file line number Diff line number Diff line change 227
227
functionality to _ssl or _hashlib. They will not clean up their output
228
228
with the normal Clean target; CleanAll should be used instead.
229
229
_sqlite3
230
- Wraps SQLite 3.8.11 .0, which is itself built by sqlite3.vcxproj
230
+ Wraps SQLite 3.28.0 .0, which is itself built by sqlite3.vcxproj
231
231
Homepage:
232
232
http://www.sqlite.org/
233
233
_tkinter
You can’t perform that action at this time.
0 commit comments