Skip to content

Commit 0dbaa77

Browse files
author
hirokazu.yamamoto
committed
Fixed version number in build_ssl.bat.
git-svn-id: http://svn.python.org/projects/python/trunk@68521 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 447997e commit 0dbaa77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PC/VS8.0/build_ssl.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
if not defined HOST_PYTHON (
33
if %1 EQU Debug (
44
set HOST_PYTHON=python_d.exe
5-
if not exist python30_d.dll exit 1
5+
if not exist python27_d.dll exit 1
66
) ELSE (
77
set HOST_PYTHON=python.exe
8-
if not exist python30.dll exit 1
8+
if not exist python27.dll exit 1
99
)
1010
)
1111
%HOST_PYTHON% build_ssl.py %1 %2 %3

PCbuild/build_ssl.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
if not defined HOST_PYTHON (
33
if %1 EQU Debug (
44
set HOST_PYTHON=python_d.exe
5-
if not exist python30_d.dll exit 1
5+
if not exist python27_d.dll exit 1
66
) ELSE (
77
set HOST_PYTHON=python.exe
8-
if not exist python30.dll exit 1
8+
if not exist python27.dll exit 1
99
)
1010
)
1111
%HOST_PYTHON% build_ssl.py %1 %2 %3

0 commit comments

Comments
 (0)