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
Add better error reporting for MemoryErrors caused by str->float conversions.
[python.git]
/
PC
/
VS7.1
/
build_ssl.bat
blob
9aad44127baf158a6ab92fc1146fb7df7d2b8e63
1
if "%1" == "ReleaseAMD64" call "%MSSdk%\SetEnv" /XP64 /RETAIL
\r
2
\r
3
@echo off
\r
4
if not defined HOST_PYTHON (
\r
5
if %1 EQU Debug (
\r
6
set HOST_PYTHON=python_d.exe
\r
7
) ELSE (
\r
8
set HOST_PYTHON=python.exe
\r
9
)
\r
10
)
\r
11
%HOST_PYTHON% build_ssl.py %1 %2
\r
12
\r