Merged revisions 84125-84126 via svnmerge from
[python/dscho.git] / PCbuild / build_ssl.bat
blobcee64a8a5904ca7f57f9db81acd1aaa6e1246f46
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 python31_d.dll exit 1
6   ) ELSE (
7     set HOST_PYTHON=python.exe
8     if not exist python31.dll exit 1
9   )
11 %HOST_PYTHON% build_ssl.py %1 %2 %3