Files
commandergenius/project/jni/python/src/PCbuild/build_ssl.bat
pelya 9586a42a30 Added Python (Thanks to Beholder) - it fails to build properly using my build system,
so there's a precompiled binary included, with a hack in Android.mk to make it work on NDK r4b
2011-04-01 14:32:12 +03:00

13 lines
253 B
Batchfile

@echo off
if not defined HOST_PYTHON (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
if not exist python26_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
if not exist python26.dll exit 1
)
)
%HOST_PYTHON% build_ssl.py %1 %2 %3