Issue #7406: Fix some occurrences of potential signed overflow in int
[python.git] / PC / VS8.0 / build_ssl.bat
blobf06c2d1b633e0b7ac7e42df1c7adef84e657b4b3
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     if not exist python27_d.dll exit 1\r
6   ) ELSE (\r
7     set HOST_PYTHON=python.exe\r
8     if not exist python27.dll exit 1\r
9   )\r
10 )\r
11 %HOST_PYTHON% build_ssl.py %1 %2 %3\r