PUAE compilation finally fixed

This commit is contained in:
pelya
2011-08-30 14:04:11 +03:00
parent 0dd7480538
commit fc16e074dd
6 changed files with 15 additions and 15 deletions

View File

@@ -5,14 +5,13 @@ LOCAL_PATH=`dirname $0`
LOCAL_PATH=`cd $LOCAL_PATH && pwd`
ln -sf libsdl-1.2.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL.so
ln -sf libsdl-1.2.so $LOCAL_PATH/../../../obj/local/armeabi/libpthread.so
if [ \! -f PUAE/configure ] ; then
sh -c "cd PUAE && ./bootstrap.sh"
fi
if [ \! -f PUAE/Makefile ] ; then
../setEnvironment.sh sh -c "cd PUAE && env SDL_CONFIG=$LOCAL_PATH/../sdl-config ./configure --build=x86_64-unknown-linux-gnu --host=arm-linux-androideabi --with-sdl --with-sdl-sound --with-sdl-gfx --with-sdl-gui --disable-gtktest"
../setEnvironment.sh sh -c "cd PUAE && ./configure --build=x86_64-unknown-linux-gnu --host=arm-linux-androideabi --with-sdl --with-sdl-sound --with-sdl-gfx --with-sdl-gui"
fi
make -C PUAE -j4 && mv -f PUAE/puae libapplication.so
make -C PUAE && mv -f PUAE/src/uae libapplication.so