aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 18:12:44 +1000
committerDavid Walter Seikel2014-03-27 18:12:44 +1000
commit19d5b1ce3423f158ea857a1fe54ed7a03523c63e (patch)
tree1bf8c13bd3730ffd75bca0c31d7ab573af91d418 /build.sh
parentPrint Lua version on skang load. (diff)
downloadSledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.zip
SledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.tar.gz
SledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.tar.bz2
SledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.tar.xz
Make test_c a real Lua module, but just a test one doing it the usual way, not a skang module, yet.
Diffstat (limited to '')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 4231ada..28c03f7 100755
--- a/build.sh
+++ b/build.sh
@@ -31,6 +31,10 @@ echo "_______________ BUILDING LuaSL _______________"
31cd $wd/LuaSL 31cd $wd/LuaSL
32./build.sh 32./build.sh
33 33
34echo "_______________ BUILDING GuiLua _______________"
35cd $wd/ClientHamr/GuiLua
36./build.sh
37
34echo "_______________ BUILDING extantz _______________" 38echo "_______________ BUILDING extantz _______________"
35cd $wd/ClientHamr/extantz 39cd $wd/ClientHamr/extantz
36./build.sh 40./build.sh