aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-07-31 11:20:21 +1000
committerDavid Walter Seikel2014-07-31 11:20:21 +1000
commit4327208dafe4d6f1348c0d3815a09c370d125a38 (patch)
treea873560e6283ae4a8ff5ba2604690491cdda0165 /build.lua
parentStop building in Irrlicht, but keep it around in case Evas_3D isn't good enough. (diff)
downloadSledjHamr-4327208dafe4d6f1348c0d3815a09c370d125a38.zip
SledjHamr-4327208dafe4d6f1348c0d3815a09c370d125a38.tar.gz
SledjHamr-4327208dafe4d6f1348c0d3815a09c370d125a38.tar.bz2
SledjHamr-4327208dafe4d6f1348c0d3815a09c370d125a38.tar.xz
Oops, left this out of the last commit.
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')