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:
10
project/jni/python/src/PC/VS7.1/db.build
Normal file
10
project/jni/python/src/PC/VS7.1/db.build
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<project>
|
||||
<target name="all" description="Build all targets.">
|
||||
<solution configuration="release">
|
||||
<projects>
|
||||
<include name="db_static.vcproj" />
|
||||
</projects>
|
||||
</solution>
|
||||
</target>
|
||||
</project>
|
||||
Reference in New Issue
Block a user