Fixed version number in build_ssl.bat.

This commit is contained in:
Hirokazu Yamamoto 2009-01-11 03:28:13 +00:00
parent 5ed4f6cfb9
commit 14aa4599ed
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 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

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