Added ltris compilation scripts

This commit is contained in:
Jerome Marty
2010-12-20 16:55:01 +01:00
committed by pelya
parent 77f6e4ed37
commit 357b430ebc
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
if [ \! -f Makefile ] ; then
../launchConfigure.sh --disable-install --enable-sdl-net LIBS=-lintl
fi
rm -f libapplication.so
make
mv -f src/ltris libapplication.so