0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/PCbuild/build_ssl.bat
2014-03-17 15:57:38 -05:00

13 lines
253 B
Batchfile

@echo off
if not defined HOST_PYTHON (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
if not exist python35_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
if not exist python35.dll exit 1
)
)
%HOST_PYTHON% build_ssl.py %1 %2 %3