From eff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 25 Feb 2012 00:09:31 +1000 Subject: Moved luaproc into LuaSL, merged it all into it's own file, and replaced the luaproc list with Eina_Clist. From this point on, luaproc is officialy forked. --- 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 39d3a55..447c04a 100755 --- a/LuaSL/build.sh +++ b/LuaSL/build.sh @@ -64,7 +64,7 @@ echo $command $command 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 " +objects="" for i in $names do command="gcc $CFLAGS -c -o $i.o $i.c" -- cgit v1.1