blob: 82572ed18ae53c82a307c6cdf03db55fac7649d6 [file] [log] [blame]
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001@echo off
2if not defined HOST_PYTHON (
3 if %1 EQU Debug (
4 set HOST_PYTHON=python_d.exe
5 ) ELSE (
6 set HOST_PYTHON=python.exe
7 )
8)
9%HOST_PYTHON% build_ssl.py %1 %2
10