From dd009ccdfd62f9153dbc72f5f5de5d5f72979690 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 22 Apr 2014 15:13:38 +1000 Subject: Move all source into the new src directory, and shuffle a few other things around. --- build.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.lua') 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 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') buildSub('libraries', 'libraries') - buildSub('LuaSL', 'LuaSL') - buildSub('GuiLua', 'ClientHamr/GuiLua') - buildSub('extantz', 'ClientHamr/extantz') + buildSub('LuaSL', 'src/LuaSL') + buildSub('GuiLua', 'src/GuiLua') + buildSub('extantz', 'src/extantz') end -- cgit v1.1