Updates of recent changes to logging.
[python.git] / PCbuild / build_ssl.bat
blob82572ed18ae53c82a307c6cdf03db55fac7649d6
1 @echo off\r
2 if not defined HOST_PYTHON (\r
3   if %1 EQU Debug (\r
4     set HOST_PYTHON=python_d.exe\r
5   ) ELSE (\r
6     set HOST_PYTHON=python.exe\r
7   )\r
8 )\r
9 %HOST_PYTHON% build_ssl.py %1 %2\r