Added VICE project files to Git - it crashes at random!

This commit is contained in:
pelya
2010-11-23 18:54:14 +02:00
parent 0d77f30292
commit bb94c54b8e
8 changed files with 63 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/sh
LOCAL_PATH=`dirname $0`
LOCAL_PATH=`cd $LOCAL_PATH && pwd`
ln -sf libsdl-1.2.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL.so
if [ \! -f vice/configure ] ; then
sh -c "cd vice && ./autogen.sh"
fi
if [ \! -f vice/Makefile ] ; then
../setEnvironment.sh sh -c "cd vice && ./configure --host=arm-eabi --without-x --enable-sdlui --with-sdlsound --without-resid"
fi
make -C vice && mv -f vice/src/x64 libapplication.so