Add better error reporting for MemoryErrors caused by str->float conversions.
[python.git] / PCbuild / build_ssl.bat
blob2531a5be935410d1298144cfb6bcebc403b4bdd7
1 @echo off
2 if not defined HOST_PYTHON (
3   if %1 EQU Debug (
4     set HOST_PYTHON=python_d.exe
5     if not exist python27_d.dll exit 1
6   ) ELSE (
7     set HOST_PYTHON=python.exe
8     if not exist python27.dll exit 1
9   )
11 %HOST_PYTHON% build_ssl.py %1 %2 %3