diff options
Diffstat (limited to 'build.lua')
-rwxr-xr-x | build.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ if 'number' == type(args) then | |||
66 | end | 66 | end |
67 | end | 67 | end |
68 | 68 | ||
69 | bin_d = baseDir | 69 | bin_d = baseDir .. '/bin' |
70 | lib_d = baseDir .. '/lib' | 70 | lib_d = baseDir .. '/lib' |
71 | data_d = baseDir .. '/media' | 71 | data_d = baseDir .. '/media' |
72 | locale_d = baseDir .. '/locale' | 72 | locale_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') |