aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-05 13:09:13 +1000
committerDavid Walter Seikel2012-02-05 13:09:13 +1000
commitb8ac69f1c3e21822b1d4e0713b2d77331f29c9aa (patch)
treebc9c7396edfadc3b65312865749239839ef032d7 /LuaSL/build.sh
parentMerge doneParsing(), it's only used once. (diff)
downloadSledjHamr-b8ac69f1c3e21822b1d4e0713b2d77331f29c9aa.zip
SledjHamr-b8ac69f1c3e21822b1d4e0713b2d77331f29c9aa.tar.gz
SledjHamr-b8ac69f1c3e21822b1d4e0713b2d77331f29c9aa.tar.bz2
SledjHamr-b8ac69f1c3e21822b1d4e0713b2d77331f29c9aa.tar.xz
Turn on the script running stuff, clean out the now excess tests, then move the runner to it's own file.
Diffstat (limited to 'LuaSL/build.sh')
-rwxr-xr-xLuaSL/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 4433120..edddb31 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_utilities LuaSL_lexer LuaSL_lemon_yaccer" 66names="LuaSL_main LuaSL_compile LuaSL_runner 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