From: Hirokazu Yamamoto Date: Sun, 11 Jan 2009 03:32:00 +0000 (+0000) Subject: Fixed version number in build_ssl.bat. X-Git-Tag: v2.6.2c1~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64e718e6058d0233c12bc339865c7a1b8b403bfd;p=thirdparty%2FPython%2Fcpython.git Fixed version number in build_ssl.bat. --- diff --git a/PC/VS8.0/build_ssl.bat b/PC/VS8.0/build_ssl.bat index 04eab5b764e1..676f1133914e 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 diff --git a/PCbuild/build_ssl.bat b/PCbuild/build_ssl.bat index ba144463cbed..cb5a7974b307 100644 --- a/PCbuild/build_ssl.bat +++ b/PCbuild/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