diff options
author | Georg Brandl <georg@python.org> | 2011-03-05 14:10:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-05 14:10:38 (GMT) |
commit | 5537d298eabce9219cb33e6c5725c38a61714eff (patch) | |
tree | 8a3938feab43da5c9dd6b349512c046ee1287cc6 /PC/VS7.1 | |
parent | 6e63a418018126a5992add582c1385204a0939b6 (diff) | |
download | cpython-5537d298eabce9219cb33e6c5725c38a61714eff.zip cpython-5537d298eabce9219cb33e6c5725c38a61714eff.tar.gz cpython-5537d298eabce9219cb33e6c5725c38a61714eff.tar.bz2 |
Add updated .hgeol file and fix newlines in the 3.1 branch.
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/build_ssl.bat | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/PC/VS7.1/build_ssl.bat b/PC/VS7.1/build_ssl.bat index 9aad441..f6be3c0 100644 --- a/PC/VS7.1/build_ssl.bat +++ b/PC/VS7.1/build_ssl.bat @@ -1,12 +1,12 @@ -if "%1" == "ReleaseAMD64" call "%MSSdk%\SetEnv" /XP64 /RETAIL
-
-@echo off
-if not defined HOST_PYTHON (
- if %1 EQU Debug (
- set HOST_PYTHON=python_d.exe
- ) ELSE (
- set HOST_PYTHON=python.exe
- )
-)
-%HOST_PYTHON% build_ssl.py %1 %2
-
+if "%1" == "ReleaseAMD64" call "%MSSdk%\SetEnv" /XP64 /RETAIL + +@echo off +if not defined HOST_PYTHON ( + if %1 EQU Debug ( + set HOST_PYTHON=python_d.exe + ) ELSE ( + set HOST_PYTHON=python.exe + ) +) +%HOST_PYTHON% build_ssl.py %1 %2 + |