diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:35:04 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:35:04 (GMT) |
commit | 4c3eda3a847c927bc1594de70b2bf9d27975c8ba (patch) | |
tree | 0b5819c81dc4cacedc418e4069aaef6c53b4c3e1 /PC/VC6/build_ssl.py | |
parent | c36625b05df8cf35946a16c1e47faac4d5b5ea00 (diff) | |
download | cpython-4c3eda3a847c927bc1594de70b2bf9d27975c8ba.zip cpython-4c3eda3a847c927bc1594de70b2bf9d27975c8ba.tar.gz cpython-4c3eda3a847c927bc1594de70b2bf9d27975c8ba.tar.bz2 |
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro!
(This time, it's the correct branch :)
Diffstat (limited to 'PC/VC6/build_ssl.py')
-rw-r--r-- | PC/VC6/build_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VC6/build_ssl.py b/PC/VC6/build_ssl.py index 74f0383..737b397 100644 --- a/PC/VC6/build_ssl.py +++ b/PC/VC6/build_ssl.py @@ -8,7 +8,7 @@ # directory. It is likely you will already find the zlib library and # any other external packages there. # * Install ActivePerl and ensure it is somewhere on your path. -# * Run this script from the PCBuild directory. +# * Run this script from the PC/VC6 directory. # # it should configure and build SSL, then build the ssl Python extension # without intervention. |