aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
Diffstat (limited to 'build.lua')
-rwxr-xr-xbuild.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.lua b/build.lua
index 0859b25..6a4af7c 100755
--- a/build.lua
+++ b/build.lua
@@ -85,9 +85,10 @@ if 'nil' == type(args) then
85 -- Building this passes my "holding breath" test, if it can compile while I'm holding my breath, no need for make files. 85 -- Building this passes my "holding breath" test, if it can compile while I'm holding my breath, no need for make files.
86 print('_______________ BUILDING lemon _______________') 86 print('_______________ BUILDING lemon _______________')
87 compileFiles('lemon', 'libraries/lemon', {'lemon'}, '') 87 compileFiles('lemon', 'libraries/lemon', {'lemon'}, '')
88 print('_______________ BUILDING Irrlicht _______________') 88
89-- print('_______________ BUILDING Irrlicht _______________')
89 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. 90 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test.
90 runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') 91-- runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make')
91 buildSub('libraries', 'src/libraries') 92 buildSub('libraries', 'src/libraries')
92 buildSub('LuaSL', 'src/LuaSL') 93 buildSub('LuaSL', 'src/LuaSL')
93 buildSub('love', 'src/love') 94 buildSub('love', 'src/love')