aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-25 00:09:31 +1000
committerDavid Walter Seikel2012-02-25 00:09:31 +1000
commiteff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44 (patch)
treeea1acf1bbd9fdd1f9905a7327183f0fe2bd87468 /build.sh
parentTime to fork luaproc and turn it into an EFL based thing, with tighter integr... (diff)
downloadSledjHamr-eff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44.zip
SledjHamr-eff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44.tar.gz
SledjHamr-eff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44.tar.bz2
SledjHamr-eff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44.tar.xz
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.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sh b/build.sh
index 41a7470..7395a3a 100755
--- a/build.sh
+++ b/build.sh
@@ -6,12 +6,6 @@ echo "_______________ BUILDING LuaJIT _______________"
6cd $wd/libraries/luajit-2.0 6cd $wd/libraries/luajit-2.0
7make amalg PREFIX=$()/src 7make amalg PREFIX=$()/src
8 8
9
10echo "_______________ BUILDING luaproc _______________"
11cd $wd/libraries/luaproc
12make
13
14
15echo "_______________ BUILDING lemon _______________" 9echo "_______________ BUILDING lemon _______________"
16cd $wd/libraries/lemon 10cd $wd/libraries/lemon
17rm -f *.o lemon 11rm -f *.o lemon