[Scummvm-cvs-logs] SF.net SVN: scummvm:[53442] scummvm/trunk/engines/sword25/module.mk
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Wed Oct 13 20:13:24 CEST 2010
Revision: 53442
http://scummvm.svn.sourceforge.net/scummvm/?rev=53442&view=rev
Author: mthreepwood
Date: 2010-10-13 18:13:24 +0000 (Wed, 13 Oct 2010)
Log Message:
-----------
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).
Modified Paths:
--------------
scummvm/trunk/engines/sword25/module.mk
Modified: scummvm/trunk/engines/sword25/module.mk
===================================================================
--- scummvm/trunk/engines/sword25/module.mk 2010-10-13 17:58:48 UTC (rev 53441)
+++ scummvm/trunk/engines/sword25/module.mk 2010-10-13 18:13:24 UTC (rev 53442)
@@ -86,7 +86,6 @@
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 \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list