aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-13 12:03:16 +1000
committerDavid Walter Seikel2014-05-13 12:03:16 +1000
commit4a7fb771bd8a2e3d00dab031f88e15c92a6be184 (patch)
tree8787beaff5d2596e08f1f7e835dd1d49f41258d9 /build.lua
parentMove poor mans introspection into winFang.c, and use it in purkle. (diff)
downloadSledjHamr-4a7fb771bd8a2e3d00dab031f88e15c92a6be184.zip
SledjHamr-4a7fb771bd8a2e3d00dab031f88e15c92a6be184.tar.gz
SledjHamr-4a7fb771bd8a2e3d00dab031f88e15c92a6be184.tar.bz2
SledjHamr-4a7fb771bd8a2e3d00dab031f88e15c92a6be184.tar.xz
Add some love, er I mean, add the love world server, coz love makes the world go around.
Actually, it's just the old LuaSL_test harness, but half of that is the love server anyway, the other half is just test harness.
Diffstat (limited to 'build.lua')
-rwxr-xr-xbuild.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.lua b/build.lua
index 1128d71..bf8a460 100755
--- a/build.lua
+++ b/build.lua
@@ -94,6 +94,7 @@ if 'nil' == type(args) then
94 runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make') 94 runCommand('Irrlicht','libraries/irrlicht-1.8.1/source/Irrlicht', 'make')
95 buildSub('libraries', 'src/libraries') 95 buildSub('libraries', 'src/libraries')
96 buildSub('LuaSL', 'src/LuaSL') 96 buildSub('LuaSL', 'src/LuaSL')
97 buildSub('love', 'src/love')
97 buildSub('GuiLua', 'src/GuiLua') 98 buildSub('GuiLua', 'src/GuiLua')
98 buildSub('purkle', 'src/purkle') 99 buildSub('purkle', 'src/purkle')
99 buildSub('extantz', 'src/extantz') 100 buildSub('extantz', 'src/extantz')