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:
7
project/jni/python/src/Tools/pynche/pynche.pyw
Normal file
7
project/jni/python/src/Tools/pynche/pynche.pyw
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
|
||||
"""Run this file under Windows to inhibit the console window.
|
||||
Run the file pynche.py under Unix or when debugging under Windows.
|
||||
"""
|
||||
import Main
|
||||
Main.main()
|
||||
Reference in New Issue
Block a user