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
This commit is contained in:
5
project/jni/python/src/PCbuild/env.bat
Normal file
5
project/jni/python/src/PCbuild/env.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
set VS9=%ProgramFiles%\Microsoft Visual Studio 9.0
|
||||
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
||||
echo.
|
||||
call "%VS9%\VC\vcvarsall.bat" %1
|
||||
Reference in New Issue
Block a user