Skip to content

Commit

Permalink
Updated lbreakout2 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jahrome authored and pelya committed Dec 24, 2010
1 parent 87bae09 commit 3e76f89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project/jni/application/lbreakout2-2.6.2/AndroidBuild.sh
@@ -1,5 +1,16 @@
#!/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 [ -e $LOCAL_PATH/../../../obj/local/armeabi/libsdl_net.so ] ; then
ln -sf $LOCAL_PATH/../../../obj/local/armeabi/libsdl_net.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL_net.so
fi

if [ \! -f Makefile ] ; then
../launchConfigure.sh --disable-install --enable-sdl-net LIBS=-lintl
fi
Expand Down

0 comments on commit 3e76f89

Please sign in to comment.