[Scummvm-cvs-logs] CVS: scummvm/scumm module.mk,1.38,1.39

Max Horn fingolfin at users.sourceforge.net
Sun Aug 22 03:54:14 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5884

Modified Files:
	module.mk 
Log Message:
Quick & dirty HACK to allow building the SCUMM plugin again; this will break building plugins on systems w/o zlib for now, but currrently it's broken on all other systems, and plugins aren't enabled by default anyway (better solution can be implemented later)

Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/module.mk,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- module.mk	24 Jun 2004 02:36:17 -0000	1.38
+++ module.mk	22 Aug 2004 10:52:55 -0000	1.39
@@ -78,6 +78,8 @@
 # This module can be built as a plugin
 ifdef BUILD_PLUGINS
 PLUGIN := 1
+# HACK HACK evil HACK HACK
+PLUGIN_LDFLAGS += -lz
 endif
 
 # Include common rules 





More information about the Scummvm-git-logs mailing list