blob: c08a9f3474f3e30fe67ecffa8093cabb03f7c085 [file] [log] [blame]
Zachary Ware774ac372015-04-13 12:11:40 -05001@echo off
2if not defined HOST_PYTHON (
3 if %1 EQU Debug (
4 shift
5 set HOST_PYTHON=python_d.exe
6 if not exist python35_d.dll exit 1
7 ) ELSE (
8 set HOST_PYTHON=python.exe
9 if not exist python35.dll exit 1
10 )
11)
12%HOST_PYTHON% prepare_ssl.py %1