Updated hHeretic, this is not yet usable because there's no button to change weapons

This commit is contained in:
pelya
2012-06-11 17:36:07 +03:00
parent bfdcd53be0
commit 6c03bdc131
7 changed files with 24 additions and 12 deletions

View File

@@ -5,10 +5,11 @@ LOCAL_PATH=`cd $LOCAL_PATH && pwd`
ln -sf libsdl_mixer.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL_mixer.so
[ -e hheretic-0.2.2-src ] || curl --location "http://sourceforge.net/project/downloading.php?group_id=4501&filename=hheretic-0.2.2-src.tgz" | gunzip | tar xv
cd hheretic-0.2.2-src
if [ \! -f Makefile ] ; then
../../launchConfigure.sh --disable-gl
../../setEnvironment.sh ./configure --host=arm-linux-androideabi --disable-gl --without-x
fi
rm -f ../libapplication.so
make
make -j4 CPPFLAGS="-include SDL_main.h -Iinclude -I."
mv -f hheretic-sdl ../libapplication.so