diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:34:06 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:34:06 (GMT) |
commit | aee643b01fe4cb3993efcc2e06639e5cbf684c94 (patch) | |
tree | 6baaee6b2666bb9b372126fe33a653297bc3cb3b /PC/VC6/build_ssl.py | |
parent | 306179b173a58238d817068e61acf6280e373e61 (diff) | |
download | cpython-aee643b01fe4cb3993efcc2e06639e5cbf684c94.zip cpython-aee643b01fe4cb3993efcc2e06639e5cbf684c94.tar.gz cpython-aee643b01fe4cb3993efcc2e06639e5cbf684c94.tar.bz2 |
Reverted last transaction. It's the wrong 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 737b397..74f0383 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 PC/VC6 directory. +# * Run this script from the PCBuild directory. # # it should configure and build SSL, then build the ssl Python extension # without intervention. |