Added few more apps

This commit is contained in:
pelya
2010-12-14 09:54:38 +00:00
parent 38bceffddd
commit 2f5ac6d276
16 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
LOCAL_PATH=`dirname $0`
LOCAL_PATH=`cd $LOCAL_PATH && pwd`
ln -sf libsdl_mixer.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL_mixer.so
cd hhexen-1.6.2-src
if [ \! -f Makefile ] ; then
../../launchConfigure.sh --disable-gl
fi
rm -f ../libapplication.so
make
mv -f hhexen-sdl ../libapplication.so