File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ for %%e in (
5858 tcl-core-8.6.4.1
5959 tk-8.6.4.1
6060 tix-8.4.3.4
61- sqlite-3.8.3.1
61+ sqlite-3.8.11.0
6262 xz-5.0.5
6363 ) do (
6464 if exist %%e (
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.8.3.1 \</sqlite3Dir >
35+ <sqlite3Dir >$(ExternalsDir)sqlite-3.8.11.0 \</sqlite3Dir >
3636 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
3737 <lzmaDir >$(ExternalsDir)xz-5.0.5\</lzmaDir >
3838 <opensslDir >$(ExternalsDir)openssl-1.0.2d\</opensslDir >
Original file line number Diff line number Diff line change 232232 functionality to _ssl or _hashlib. They will not clean up their output
233233 with the normal Clean target; CleanAll should be used instead.
234234_sqlite3
235- Wraps SQLite 3.8.3.1 , which is itself built by sqlite3.vcxproj
235+ Wraps SQLite 3.8.11.0 , which is itself built by sqlite3.vcxproj
236236 Homepage:
237237 http://www.sqlite.org/
238238_tkinter
You can’t perform that action at this time.
0 commit comments