Updated build scripts to support NDK r9, updated VCMI

This commit is contained in:
Sergii Pylypenko
2013-08-01 22:01:21 +03:00
parent 49dc5d0da6
commit 062c3ff22c
10 changed files with 197 additions and 59 deletions

View File

@@ -3,4 +3,5 @@
# With default -O3 optimization each G++ process eats 2Gb RAM, so tone optimization down to -O2, and limit make to two jobs
make -j2 2>&1 | tee build.log
[ -f libapplication.so ] || exit 1
mv -f libapplication.so libapplication-armeabi-v7a.so
exit 0