[Scummvm-cvs-logs] SF.net SVN: scummvm: [32945] scummvm/branches/gsoc2008-vkeybd/Makefile. common
joostp at users.sourceforge.net
joostp at users.sourceforge.net
Mon Jul 7 19:03:08 CEST 2008
Revision: 32945
http://scummvm.svn.sourceforge.net/scummvm/?rev=32945&view=rev
Author: joostp
Date: 2008-07-07 10:03:05 -0700 (Mon, 07 Jul 2008)
Log Message:
-----------
hacky temp. workaround to fix linking with gnu ld, as there now is a circular dependency between backends and common
Modified Paths:
--------------
scummvm/branches/gsoc2008-vkeybd/Makefile.common
Modified: scummvm/branches/gsoc2008-vkeybd/Makefile.common
===================================================================
--- scummvm/branches/gsoc2008-vkeybd/Makefile.common 2008-07-07 15:45:48 UTC (rev 32944)
+++ scummvm/branches/gsoc2008-vkeybd/Makefile.common 2008-07-07 17:03:05 UTC (rev 32945)
@@ -27,7 +27,11 @@
sound \
common \
engines \
- backends
+ backends \
+ common # HACK/FIXME: this extra 'common' was added because of a circular dependency between
+ # backends and common (the newly added Virtual Keyboard stuff depends on things
+ # from common). This should be resolved in one way or another, perhaps by moving
+ # the VK code out of backends?
ifdef USE_MT32EMU
MODULES += sound/softsynth/mt32
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