summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-01-11 03:32:00 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-01-11 03:32:00 (GMT)
commit64e718e6058d0233c12bc339865c7a1b8b403bfd (patch)
tree10ea123ec7b7ef929989a34e8064f0622be343b1 /PC
parente1e6ed1e936d23ba409cf49b62533584eac29f0a (diff)
downloadcpython-64e718e6058d0233c12bc339865c7a1b8b403bfd.zip
cpython-64e718e6058d0233c12bc339865c7a1b8b403bfd.tar.gz
cpython-64e718e6058d0233c12bc339865c7a1b8b403bfd.tar.bz2
Fixed version number in build_ssl.bat.
Diffstat (limited to 'PC')
-rw-r--r--PC/VS8.0/build_ssl.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/VS8.0/build_ssl.bat b/PC/VS8.0/build_ssl.bat
index 04eab5b..676f113 100644
--- a/PC/VS8.0/build_ssl.bat
+++ b/PC/VS8.0/build_ssl.bat
@@ -2,10 +2,10 @@
if not defined HOST_PYTHON (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
- if not exist python30_d.dll exit 1
+ if not exist python26_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
- if not exist python30.dll exit 1
+ if not exist python26.dll exit 1
)
)
%HOST_PYTHON% build_ssl.py %1 %2 %3