diff options
| author | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:29:00 (GMT) |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:29:00 (GMT) |
| commit | 306179b173a58238d817068e61acf6280e373e61 (patch) | |
| tree | 5501e45ae3623e77b920ed6d0f882ac8010fbc0a /PC/VC6/build_ssl.py | |
| parent | 04ae916fa236099956bf62fcbf3567cac0f3ce2d (diff) | |
| download | cpython-306179b173a58238d817068e61acf6280e373e61.zip cpython-306179b173a58238d817068e61acf6280e373e61.tar.gz cpython-306179b173a58238d817068e61acf6280e373e61.tar.bz2 | |
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro!
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. |
