source:
trunk/essentials/dev-lang/python/PCbuild/build_ssl.bat@
3391
| Last change on this file since 3391 was 3225, checked in by , 19 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.
