repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
[python.git]
/
PCbuild
/
build_ssl.bat
blob
ba144463cbed62f6de101147f109a542ba288c6e
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 python30_d.dll exit 1
6
) ELSE (
7
set HOST_PYTHON=python.exe
8
if not exist python30.dll exit 1
9
)
10
)
11
%HOST_PYTHON% build_ssl.py %1 %2 %3
12