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:
12
project/jni/python/src/Mac/PythonLauncher/doscript.h
Normal file
12
project/jni/python/src/Mac/PythonLauncher/doscript.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* doscript.h
|
||||
* PythonLauncher
|
||||
*
|
||||
* Created by Jack Jansen on Wed Jul 31 2002.
|
||||
* Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <Carbon/Carbon.h>
|
||||
|
||||
extern int doscript(const char *command);
|
||||
Reference in New Issue
Block a user