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=
4848set libraries = %libraries% bzip2-1.0.6
4949if NOT " %IncludeBsddb% " == " false" set libraries = %libraries% bsddb-4.7.25.0
5050if 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
5252if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-8.5.19.0
5353if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.5.19.0
5454if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tix-8.4.3.5
Original file line number Diff line number Diff line change 3232
3333 <!-- Directories of external projects. tcltk is handled in tcltk.props -->
3434 <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 >
3636 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
3737 <bsddbDir >$(ExternalsDir)bsddb-4.7.25.0</bsddbDir >
3838 <opensslDir >$(ExternalsDir)openssl-1.0.2s\</opensslDir >
Original file line number Diff line number Diff line change 227227 functionality to _ssl or _hashlib. They will not clean up their output
228228 with the normal Clean target; CleanAll should be used instead.
229229_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
231231 Homepage:
232232 http://www.sqlite.org/
233233_tkinter
You can’t perform that action at this time.
0 commit comments