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
This commit is contained in:
Matthew Hoops 2010-10-13 18:13:24 +00:00
parent 2880ebdeb4
commit f9910fd0ee

View File

@ -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 \