aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-24 18:54:25 +1000
committerDavid Walter Seikel2012-02-24 18:54:25 +1000
commit345898785f651659a96ca7286f2f84737ac3e85c (patch)
treee8b401a49901a348b6794182c897341a73d4cb45 /LuaSL/build.sh
parentStub out the script resetting functions, and refactor the script finding code... (diff)
downloadSledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.zip
SledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.tar.gz
SledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.tar.bz2
SledjHamr-345898785f651659a96ca7286f2f84737ac3e85c.tar.xz
Time to fork luaproc and turn it into an EFL based thing, with tighter integration into LuaSL.
More of this coming soon.
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 dcd243d..39d3a55 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_threads 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