From 345898785f651659a96ca7286f2f84737ac3e85c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 24 Feb 2012 18:54:25 +1000 Subject: Time to fork luaproc and turn it into an EFL based thing, with tighter integration into LuaSL. More of this coming soon. --- LuaSL/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/build.sh') diff --git a/LuaSL/build.sh b/LuaSL/build.sh index dcd243d..39d3a55 100755 --- a/LuaSL/build.sh +++ b/LuaSL/build.sh @@ -63,7 +63,7 @@ command="edje_cc $EDJE_FLAGS LuaSL.edc ../LuaSL.edj" echo $command $command -names="LuaSL_main LuaSL_compile LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer" +names="LuaSL_main LuaSL_compile LuaSL_threads LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer" objects="../../libraries/luaproc/channel.o ../../libraries/luaproc/list.o ../../libraries/luaproc/luaproc.o ../../libraries/luaproc/sched.o " for i in $names do -- cgit v1.1