discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=a4fc3528d78fe9198bcbd2dd0cf79220ac5f0669
commit a4fc3528d78fe9198bcbd2dd0cf79220ac5f0669 Author: zmike <[email protected]> Date: Tue Dec 16 00:48:31 2014 -0500 remove extremely old+outdated build.sh --- build.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/build.sh b/build.sh deleted file mode 100755 index 8d75bcb..0000000 --- a/build.sh +++ /dev/null @@ -1,15 +0,0 @@ -if [[ empdd.c -nt empdd ]] ; then - gcc -o empdd empdd.c $(pkg-config --cflags --libs ecore ecore-con eldbus eina libmpdclient) -Wall -Wextra -g -O0 -fi -if [[ ! -f eldbus_empd_empc.h || empd.azy -nt eldbus_empd_empc.h ]] ; then - eldbus-codegen empd.xml -fi -if [[ ! -f Empd_Common.h || empd.azy -nt Empd_Common.h ]] ; then - azy_parser -H empd.azy -fi -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 --
