clean up build.sh a little

This commit is contained in:
zmike 2014-01-18 21:58:49 -05:00
parent dc1cafc1c1
commit 781d8e98eb
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ fi
if [[ ! -f Empd_Common.h || empd.azy -nt Empd_Common.h ]] ; then
azy_parser -H empd.azy
fi
gcc -o empc empc.c empc_glyr_gmpc.c eldbus_empd_empc.c Empd_Common.c Empd_Common_Azy.c $(pkg-config --cflags --libs ecore elementary evas eldbus azy esskyuehl efreet) -Wall -Wextra -Wshadow -Wpointer-arith -g -O0
LIBS="ecore elementary evas eldbus azy esskyuehl efreet"
gcc -o empc empc.c empc_glyr_gmpc.c eldbus_empd_empc.c Empd_Common.c Empd_Common_Azy.c \
$(pkg-config --cflags --libs $LIBS) -Wall -Wextra -Wshadow -Wpointer-arith -g -O0
if [[ ! -f empc.edj || empc.edc -nt empc.edj ]] ; then
edje_cc empc.edc
fi