diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-25 14:19:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-25 14:19:48 (GMT) |
commit | 7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec (patch) | |
tree | c33e7e3e8da75d1ad2ba29a6dbed5e1c1d2ca3b8 /PC/VS7.1 | |
parent | 2ec8cbc75fb6482aa00f998d53a39a812d1e34bc (diff) | |
download | cpython-7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec.zip cpython-7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec.tar.gz cpython-7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec.tar.bz2 |
Make svn:eol-style's more consistent
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 + |