Staging
v0.8.1
Revision 55c6cc408c56f586c4826c1d9639a5f4635c021c authored by Serhiy Storchaka on 23 December 2013, 16:56:08 UTC, committed by Serhiy Storchaka on 23 December 2013, 16:56:08 UTC
1 parent a4d170d
Raw File
build_ssl.bat
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

back to top