From: Hirokazu Yamamoto Date: Sun, 11 Jan 2009 03:28:13 +0000 (+0000) Subject: Fixed version number in build_ssl.bat. X-Git-Tag: v2.7a1~2327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14aa4599ed83e527bef45c165ded69753993d6dd;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..f06c2d1b633e 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 python27_d.dll exit 1 ) ELSE ( set HOST_PYTHON=python.exe - if not exist python30.dll exit 1 + if not exist python27.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..2531a5be9354 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 python27_d.dll exit 1 ) ELSE ( set HOST_PYTHON=python.exe - if not exist python30.dll exit 1 + if not exist python27.dll exit 1 ) ) %HOST_PYTHON% build_ssl.py %1 %2 %3