aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xLuaSL/build.sh7
1 files changed, 1 insertions, 6 deletions
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"
54EDJE_FLAGS="-id images -fd fonts" 54EDJE_FLAGS="-id images -fd fonts"
55 55
56 56
57
58
59# Run lemon first, flex depends on it to define the symbol values. 57# Run lemon first, flex depends on it to define the symbol values.
60command="lemon -s LuaSL_lemon_yaccer.y" 58command="../../libraries/lemon/lemon -s -T../../libraries/lemon/lempar.c LuaSL_lemon_yaccer.y"
61echo $command 59echo $command
62$command 60$command
63 61
64
65command="flex -C --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l" 62command="flex -C --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l"
66echo $command 63echo $command
67$command 64$command
68 65
69
70command="edje_cc $EDJE_FLAGS LuaSL.edc ../LuaSL.edj" 66command="edje_cc $EDJE_FLAGS LuaSL.edc ../LuaSL.edj"
71echo $command 67echo $command
72$command 68$command
73 69
74
75names="LuaSL_main LuaSL_compile LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer" 70names="LuaSL_main LuaSL_compile LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer"
76objects="" 71objects=""
77for i in $names 72for i in $names