aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-28 23:43:36 +1000
committerDavid Walter Seikel2016-03-28 23:43:36 +1000
commitc616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614 (patch)
tree816e2be732bea46bd3bc773cd6df0f4623953415 /build.lua
parentMove some scripts to the bin directory. (diff)
downloadSledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.zip
SledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.tar.gz
SledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.tar.bz2
SledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.tar.xz
Move executables to the bin directory.
Diffstat (limited to '')
-rwxr-xr-xbuild.lua4
1 files changed, 2 insertions, 2 deletions
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
66 end 66 end
67end 67end
68 68
69bin_d = baseDir 69bin_d = baseDir .. '/bin'
70lib_d = baseDir .. '/lib' 70lib_d = baseDir .. '/lib'
71data_d = baseDir .. '/media' 71data_d = baseDir .. '/media'
72locale_d = baseDir .. '/locale' 72locale_d = baseDir .. '/locale'
@@ -94,7 +94,7 @@ if 'nil' == type(args) then
94 94
95-- print('_______________ BUILDING Irrlicht _______________') 95-- print('_______________ BUILDING Irrlicht _______________')
96 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. 96 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test.
97-- runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') 97-- runCommand('Irrlicht','src/others/irrlicht-1.8.1/source/Irrlicht', 'make')
98 buildSub('libraries', 'src/libraries') 98 buildSub('libraries', 'src/libraries')
99 buildSub('LuaSL', 'src/LuaSL') 99 buildSub('LuaSL', 'src/LuaSL')
100 buildSub('love', 'src/love') 100 buildSub('love', 'src/love')