]> granicus.if.org Git - python/commitdiff
Fixed version number in build_ssl.bat.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 11 Jan 2009 03:28:13 +0000 (03:28 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 11 Jan 2009 03:28:13 +0000 (03:28 +0000)
PC/VS8.0/build_ssl.bat
PCbuild/build_ssl.bat

index 04eab5b764e1b9212dbf6fc236e6ddc4e42df44c..f06c2d1b633e0b7ac7e42df1c7adef84e657b4b3 100644 (file)
@@ -2,10 +2,10 @@
 if not defined HOST_PYTHON (\r
   if %1 EQU Debug (\r
     set HOST_PYTHON=python_d.exe\r
-    if not exist python30_d.dll exit 1\r
+    if not exist python27_d.dll exit 1\r
   ) ELSE (\r
     set HOST_PYTHON=python.exe\r
-    if not exist python30.dll exit 1\r
+    if not exist python27.dll exit 1\r
   )\r
 )\r
 %HOST_PYTHON% build_ssl.py %1 %2 %3\r
index ba144463cbed62f6de101147f109a542ba288c6e..2531a5be935410d1298144cfb6bcebc403b4bdd7 100644 (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