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
Yury Selivanov7aa53412015-05-30 10:57:56 -04006 if not exist python35_d.dll exit 1
Zachary Ware774ac372015-04-13 12:11:40 -05007 ) ELSE (
8 set HOST_PYTHON=python.exe
Yury Selivanov7aa53412015-05-30 10:57:56 -04009 if not exist python35.dll exit 1
Zachary Ware774ac372015-04-13 12:11:40 -050010 )
11)
12%HOST_PYTHON% prepare_ssl.py %1