Fixed version number in build_ssl.bat.

This commit is contained in:
Hirokazu Yamamoto 2009-01-11 03:32:00 +00:00
parent e1e6ed1e93
commit 64e718e605
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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