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:
9
project/jni/python/src/PC/icons.mak
Normal file
9
project/jni/python/src/PC/icons.mak
Normal file
@@ -0,0 +1,9 @@
|
||||
python_icon.exe: py.res empty.obj
|
||||
link /out:python_icon.exe /machine:x86 /subsystem:windows py.res empty.obj
|
||||
|
||||
py.res: py.ico pyc.ico pycon.ico icons.rc
|
||||
rc /fo py.res icons.rc
|
||||
|
||||
empty.obj: empty.c
|
||||
cl /c empty.c
|
||||
|
||||
Reference in New Issue
Block a user