aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
Diffstat (limited to 'build.lua')
-rwxr-xr-xbuild.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.lua b/build.lua
index 581c134..c6b0748 100755
--- a/build.lua
+++ b/build.lua
@@ -86,6 +86,8 @@ if 'nil' == type(args) then
86 print('_______________ BUILDING Irrlicht _______________') 86 print('_______________ BUILDING Irrlicht _______________')
87 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. 87 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test.
88 runCommand('Irrlicht', 'libraries/irrlicht-1.8.1/source/Irrlicht', 'make') 88 runCommand('Irrlicht', 'libraries/irrlicht-1.8.1/source/Irrlicht', 'make')
89 buildSub('LumbrJack', 'LumbrJack')
90 buildSub('Runnr', 'Runnr')
89 buildSub('LuaSL', 'LuaSL') 91 buildSub('LuaSL', 'LuaSL')
90 buildSub('GuiLua', 'ClientHamr/GuiLua') 92 buildSub('GuiLua', 'ClientHamr/GuiLua')
91 buildSub('extantz', 'ClientHamr/extantz') 93 buildSub('extantz', 'ClientHamr/extantz')