/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

  1. if "%1" == "ReleaseAMD64" call "%MSSdk%\SetEnv" /XP64 /RETAIL
  2. @echo off
  3. if not defined HOST_PYTHON (
  4. if %1 EQU Debug (
  5. set HOST_PYTHON=python_d.exe
  6. ) ELSE (
  7. set HOST_PYTHON=python.exe
  8. )
  9. )
  10. %HOST_PYTHON% build_ssl.py %1 %2