Updated ltris build script

This commit is contained in:
Jerome Marty
2010-12-21 13:17:30 +01:00
committed by pelya
parent 2b75431131
commit 87bae09b46

View File

@@ -1,5 +1,12 @@
#!/bin/sh
LOCAL_PATH=`dirname $0`
LOCAL_PATH=`cd $LOCAL_PATH && pwd`
if [ -e $LOCAL_PATH/../../../obj/local/armeabi/libsdl_mixer.so ] ; then
ln -sf $LOCAL_PATH/../../../obj/local/armeabi/libsdl_mixer.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL_mixer.so
fi
if [ \! -f Makefile ] ; then
../launchConfigure.sh --disable-install --enable-sdl-net LIBS=-lintl
fi