File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,16 @@ _tkinter
252252 Win32 and "tcltk64" on x64. They also copy the Tcl and Tk DLLs
253253 into the current output directory, which should ensure that Tkinter
254254 is able to load Tcl/Tk without having to change your PATH.
255+ zlib-ng
256+ Compiles zlib-ng as a static library, which is later included by
257+ pythoncore.vcxproj. This was generated using CMake against zlib-ng
258+ version 2.2.4, and should be minimally updated as needed to adapt
259+ to changes in their source layout. The zbuild.h, zconf.h and
260+ zconf-ng.h file in the PC directory were likewise generated and
261+ vendored.
262+
263+ Sources for zlib-ng are imported unmodified into our source
264+ repository at https://github.com/python/cpython-source-deps.
255265
256266
257267Getting External Sources
You can’t perform that action at this time.
0 commit comments