From c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 23:43:36 +1000 Subject: Move executables to the bin directory. --- build.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.lua') diff --git a/build.lua b/build.lua index 19168fd..bc32ad8 100755 --- a/build.lua +++ b/build.lua @@ -66,7 +66,7 @@ if 'number' == type(args) then end end -bin_d = baseDir +bin_d = baseDir .. '/bin' lib_d = baseDir .. '/lib' data_d = baseDir .. '/media' locale_d = baseDir .. '/locale' @@ -94,7 +94,7 @@ if 'nil' == type(args) then -- print('_______________ BUILDING Irrlicht _______________') -- 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') +-- runCommand('Irrlicht','src/others/irrlicht-1.8.1/source/Irrlicht', 'make') buildSub('libraries', 'src/libraries') buildSub('LuaSL', 'src/LuaSL') buildSub('love', 'src/love') -- cgit v1.1