source:
python/trunk/PCbuild/build_ssl.bat@
13
| Last change on this file since 13 was 2, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 253 bytes | |
| Line | |
|---|---|
| 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 python26_d.dll exit 1 |
| 6 | ) ELSE ( |
| 7 | set HOST_PYTHON=python.exe |
| 8 | if not exist python26.dll exit 1 |
| 9 | ) |
| 10 | ) |
| 11 | %HOST_PYTHON% build_ssl.py %1 %2 %3 |
| 12 |
Note:
See TracBrowser
for help on using the repository browser.
