aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-11 21:02:53 +1000
committerDavid Walter Seikel2012-02-11 21:02:53 +1000
commitfc3599b3a72b10feb86632dff6d7821a9af140f8 (patch)
treefcb56cb9536b0a6ceeb6c75ced60c00b416df7bb /LuaSL/build.sh
parentUpdated .gitignore (diff)
downloadSledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.zip
SledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.tar.gz
SledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.tar.bz2
SledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.tar.xz
LuaSL_main is pretty small now, LuaSL_runner is mostly comment. Merge them.
Diffstat (limited to '')
-rwxr-xr-xLuaSL/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 7242205..dcd243d 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -63,7 +63,7 @@ command="edje_cc $EDJE_FLAGS LuaSL.edc ../LuaSL.edj"
63echo $command 63echo $command
64$command 64$command
65 65
66names="LuaSL_main LuaSL_compile LuaSL_runner LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer" 66names="LuaSL_main LuaSL_compile LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer"
67objects="../../libraries/luaproc/channel.o ../../libraries/luaproc/list.o ../../libraries/luaproc/luaproc.o ../../libraries/luaproc/sched.o " 67objects="../../libraries/luaproc/channel.o ../../libraries/luaproc/list.o ../../libraries/luaproc/luaproc.o ../../libraries/luaproc/sched.o "
68for i in $names 68for i in $names
69do 69do