From c47efd9571614786ad09a1a001cf8e4e327856b2 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 20 Apr 2014 15:32:29 +1000 Subject: Add breath test comments. --- build.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.lua b/build.lua index de337de..0e88bbf 100755 --- a/build.lua +++ b/build.lua @@ -75,10 +75,12 @@ EDJE_FLAGS = '-id images -fd fonts' if 'nil' == type(args) then + -- Building this passes my "holding breath" test, if it can compile while I'm holding my breath, no need for make files. print('_______________ BUILDING lemon _______________') removeFiles(LOCALDIR .. '/libraries/lemon', {'*.o', 'lemon'}) compileFiles('lemon', LOCALDIR .. '/libraries/lemon', {'lemon'}) 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') buildSub('LuaSL', 'LuaSL') buildSub('GuiLua', 'ClientHamr/GuiLua') -- cgit v1.1