XSDL: new icon and random stuff

This commit is contained in:
Sergii Pylypenko
2016-02-24 21:36:25 +02:00
parent 90f4f25051
commit 38855f0b7a
8 changed files with 84 additions and 14 deletions

View File

@@ -13,9 +13,9 @@ PACKAGE_NAME=`grep AppFullName AndroidAppSettings.cfg | sed 's/.*=//'`
} || exit 1
../setEnvironment-$1.sh sh -c '\
$CC $CFLAGS -c main.c -o main-'"$1.o" || exit 1
$CC $CFLAGS -Werror=format -c main.c -o main-'"$1.o" || exit 1
../setEnvironment-$1.sh sh -c '\
$CC $CFLAGS -c gfx.c -o gfx-'"$1.o" || exit 1
$CC $CFLAGS -Werror=format -c gfx.c -o gfx-'"$1.o" || exit 1
[ -e ../../../lib ] || ln -s libs ../../../lib