WIP - merge latest sdl1-dev changes into sdl2-dev (warning, not fully checked yet, may crash!)

This commit is contained in:
Dimitris Panokostas 2017-11-29 00:54:20 +01:00
parent 6e0ab8ae90
commit d2c43c114b
144 changed files with 25089 additions and 22234 deletions

13
AndroidBuild.sh Normal file
View file

@ -0,0 +1,13 @@
#!/bin/sh
LOCAL_PATH=`dirname $0`
LOCAL_PATH=`cd $LOCAL_PATH && pwd`
JOBS=4
ln -sf libsdl_ttf.so $LOCAL_PATH/../../../obj/local/$1/libSDL_ttf.so
ln -sf libguichan.so $LOCAL_PATH/../../../obj/local/$1/libguichan_sdl.so
../setEnvironment-$1.sh sh -c "make -j$JOBS" && mv -f uae4arm libapplication-$1.so