From 5f3188ff6b8c768f1a18e4d238dced35bc4ad811 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 24 Jan 2012 15:08:57 +1000 Subject: Update to latest lemon, and actually use our local copy. --- LuaSL/build.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'LuaSL/build.sh') diff --git a/LuaSL/build.sh b/LuaSL/build.sh index 7455847..4f80cb4 100755 --- a/LuaSL/build.sh +++ b/LuaSL/build.sh @@ -54,24 +54,19 @@ LFLAGS="-d" EDJE_FLAGS="-id images -fd fonts" - - # Run lemon first, flex depends on it to define the symbol values. -command="lemon -s LuaSL_lemon_yaccer.y" +command="../../libraries/lemon/lemon -s -T../../libraries/lemon/lempar.c LuaSL_lemon_yaccer.y" echo $command $command - command="flex -C --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l" echo $command $command - command="edje_cc $EDJE_FLAGS LuaSL.edc ../LuaSL.edj" echo $command $command - names="LuaSL_main LuaSL_compile LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer" objects="" for i in $names -- cgit v1.1