summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-31 19:39:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-31 19:39:44 (GMT)
commitee826f88c94d1c13b284c71de2df0bd75c5f5c60 (patch)
tree80c9f0e1afe15c4d5bc5fe5a30176e4951e63245 /Modules
parentae8c268a2b55d5a8dc07e399b4e6ba186807c036 (diff)
downloadcpython-ee826f88c94d1c13b284c71de2df0bd75c5f5c60.zip
cpython-ee826f88c94d1c13b284c71de2df0bd75c5f5c60.tar.gz
cpython-ee826f88c94d1c13b284c71de2df0bd75c5f5c60.tar.bz2
Docs for new Windows zlib build procedure.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/zlibmodule.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c
index ed00b5c..78bd130 100644
--- a/Modules/zlibmodule.c
+++ b/Modules/zlibmodule.c
@@ -1,14 +1,7 @@
/* zlibmodule.c -- gzip-compatible data compression */
/* See http://www.info-zip.org/pub/infozip/zlib/ */
-/* *** Notes for Windows Users ***
- * Download the source distribution as referenced above.
- * Unpack the distribution such that a "..\..\zlib-1.1.3" directory is created
- relative to the "pcbuild" directory.
- * Build this "zlib" project. Via from MSVC magic, the correct zlib makefile will
- be run, and "..\..\zlib-1.1.3\zlib.lib" will be built before zlib.pyd.
- *** End of notes for Windows users ***
-*/
+/* Windows users: read Python's PCbuild\readme.txt */
#include "Python.h"