/PC/VS7.1/build_ssl.bat
http://unladen-swallow.googlecode.com/ · Batch · 12 lines · 10 code · 2 blank · 0 comment · 4 complexity · ec309938471bfa783eebad9a98c7c26e MD5 · raw file
- 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