aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2010-10-13 18:13:24 +0000
committerMatthew Hoops2010-10-13 18:13:24 +0000
commitf9910fd0ee51a07a455ae0153f4b9827b40b2965 (patch)
treed4e56e5a1821c2509b9328b0202903bb15f29c04
parent2880ebdeb4501d7a055cd3bcdb4094310abef236 (diff)
downloadscummvm-rg350-f9910fd0ee51a07a455ae0153f4b9827b40b2965.tar.gz
scummvm-rg350-f9910fd0ee51a07a455ae0153f4b9827b40b2965.tar.bz2
scummvm-rg350-f9910fd0ee51a07a455ae0153f4b9827b40b2965.zip
SWORD25: Don't compile lua.c
lua.c has its own main function which we don't want. Compiling this in for me gives me a Lua console on startup (which probably isn't a good thing). svn-id: r53442
-rw-r--r--engines/sword25/module.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sword25/module.mk b/engines/sword25/module.mk
index cb345560d6..1534dc15fd 100644
--- a/engines/sword25/module.mk
+++ b/engines/sword25/module.mk
@@ -86,7 +86,6 @@ MODULE_OBJS := \
util/lua/ltable.o \
util/lua/ltablib.o \
util/lua/ltm.o \
- util/lua/lua.o \
util/lua/lundump.o \
util/lua/lvm.o \
util/lua/lzio.o \