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
Fix py3k warnings in bsddb
[python.git]
/
PC
/
VS8.0
/
build_ssl.bat
blob
f06c2d1b633e0b7ac7e42df1c7adef84e657b4b3
1
@echo off
\r
2
if not defined HOST_PYTHON (
\r
3
if %1 EQU Debug (
\r
4
set HOST_PYTHON=python_d.exe
\r
5
if not exist python27_d.dll exit 1
\r
6
) ELSE (
\r
7
set HOST_PYTHON=python.exe
\r
8
if not exist python27.dll exit 1
\r
9
)
\r
10
)
\r
11
%HOST_PYTHON% build_ssl.py %1 %2 %3
\r
12
\r