source:
trunk/essentials/dev-lang/python/PCbuild/build_ssl.bat
Last change on this file was 3225, checked in by , 18 years ago | |
---|---|
File size: 184 bytes |
Line | |
---|---|
1 | @echo off |
2 | if 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 |
Note:
See TracBrowser
for help on using the repository browser.