Merged revisions 68469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68469 | hirokazu.yamamoto | 2009-01-10 17:12:09 +0900 | 1 line
Link to debug version of Tcl/Tk when python is built as debug version.
........
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt
index 5c91806..a156d8d 100644
--- a/PC/VC6/readme.txt
+++ b/PC/VC6/readme.txt
@@ -72,6 +72,10 @@
svn export http://svn.python.org/projects/external/tk-8.5.2.0 tk8.5.2
svn export http://svn.python.org/projects/external/tix-8.4.3.1 tix8.4.3
+ Debug Build
+ -----------
+ To build debug version, add DEBUG=1 to all nmake call bellow.
+
Build Tcl first (done here w/ MSVC 6 on Win2K)
---------------
If your environment doesn't have struct _stat64, you need to apply