aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-07-31 11:20:44 +1000
committerDavid Walter Seikel2014-07-31 11:20:44 +1000
commit5e72c583353bda794e47904fc3dda83a4bceb309 (patch)
tree10a2e291713d6f461dcb97efeb1bfecdf3ff778d /build.lua
parentOops, left this out of the last commit. (diff)
downloadSledjHamr-5e72c583353bda794e47904fc3dda83a4bceb309.zip
SledjHamr-5e72c583353bda794e47904fc3dda83a4bceb309.tar.gz
SledjHamr-5e72c583353bda794e47904fc3dda83a4bceb309.tar.bz2
SledjHamr-5e72c583353bda794e47904fc3dda83a4bceb309.tar.xz
Move lemon building to be part of LuaSL building.
Diffstat (limited to 'build.lua')
-rwxr-xr-xbuild.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.lua b/build.lua
index 6a4af7c..dc89b11 100755
--- a/build.lua
+++ b/build.lua
@@ -83,8 +83,6 @@ EDJE_FLAGS = '-id ' .. baseDir .. '/media -fd ' .. baseDir .. '/media'
83 83
84if 'nil' == type(args) then 84if '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 _______________')
87 compileFiles('lemon', 'libraries/lemon', {'lemon'}, '')
88 86
89-- print('_______________ BUILDING Irrlicht _______________') 87-- print('_______________ BUILDING Irrlicht _______________')
90 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test. 88 -- Irrlicht is an external project that comes with make files anyway, and doesn't otherwise pass the test.