diff options
author | Matthew Hoops | 2010-10-13 18:13:24 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-10-13 18:13:24 +0000 |
commit | f9910fd0ee51a07a455ae0153f4b9827b40b2965 (patch) | |
tree | d4e56e5a1821c2509b9328b0202903bb15f29c04 /engines | |
parent | 2880ebdeb4501d7a055cd3bcdb4094310abef236 (diff) | |
download | scummvm-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
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sword25/module.mk | 1 |
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 \ |