Skip to content

Commit 1347c50

Browse files
committed
Updated readme.txt
1 parent de56164 commit 1347c50

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

PCbuild/readme.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

257267
Getting External Sources

0 commit comments

Comments
 (0)