Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0e3f591aeeef9ed715f8770320f4c4c7332a8794
/
.
/
PCbuild
/
build_ssl.bat
blob: 82572ed18ae53c82a307c6cdf03db55fac7649d6 [
file
] [
log
] [
blame
]
Thomas Wouters
0e3f591
2006-08-11 14:57:12 +0000
[
diff
] [
blame^
]
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