aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 15:13:38 +1000
committerDavid Walter Seikel2014-04-22 15:13:38 +1000
commitdd009ccdfd62f9153dbc72f5f5de5d5f72979690 (patch)
tree50d62438c6d47dccf82f440986919b1ed3edbbd9 /build.lua
parentMove most of the README's and other docs into the new docs directory. (diff)
downloadSledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.zip
SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.gz
SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.bz2
SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.xz
Move all source into the new src directory, and shuffle a few other things around.
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