aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
Diffstat (limited to 'build.lua')
-rwxr-xr-xbuild.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.lua b/build.lua
index dadbb32..083d726 100755
--- a/build.lua
+++ b/build.lua
@@ -91,7 +91,7 @@ if 'nil' == type(args) then
91 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. 91 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test.
92 runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') 92 runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make')
93 buildSub('libraries', 'libraries') 93 buildSub('libraries', 'libraries')
94 buildSub('LuaSL', 'LuaSL') 94 buildSub('LuaSL', 'src/LuaSL')
95 buildSub('GuiLua', 'ClientHamr/GuiLua') 95 buildSub('GuiLua', 'src/GuiLua')
96 buildSub('extantz', 'ClientHamr/extantz') 96 buildSub('extantz', 'src/extantz')
97end 97end