From 19d5b1ce3423f158ea857a1fe54ed7a03523c63e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 27 Mar 2014 18:12:44 +1000 Subject: Make test_c a real Lua module, but just a test one doing it the usual way, not a skang module, yet. --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sh') 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 _______________" cd $wd/LuaSL ./build.sh +echo "_______________ BUILDING GuiLua _______________" +cd $wd/ClientHamr/GuiLua +./build.sh + echo "_______________ BUILDING extantz _______________" cd $wd/ClientHamr/extantz ./build.sh -- cgit v1.1