[Scummvm-cvs-logs] SF.net SVN: scummvm: [20603] scummvm/trunk/common.rules

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Feb 12 04:56:03 CET 2006


Revision: 20603
Author:   fingolfin
Date:     2006-02-12 04:54:41 -0800 (Sun, 12 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20603&view=rev

Log Message:
-----------
Fixed building of engine plugins

Modified Paths:
--------------
    scummvm/trunk/common.rules
Modified: scummvm/trunk/common.rules
===================================================================
--- scummvm/trunk/common.rules	2006-02-12 12:28:34 UTC (rev 20602)
+++ scummvm/trunk/common.rules	2006-02-12 12:54:41 UTC (rev 20603)
@@ -10,7 +10,7 @@
 # TODO: Right now, for Mac OS X only. We either will have to generate this
 # via the configure script, or put in some 'if' statements to choose from
 # one of several build rules
-PLUGIN-$(MODULE) := plugins/$(PLUGIN_PREFIX)$(MODULE)$(PLUGIN_SUFFIX)
+PLUGIN-$(MODULE) := plugins/$(PLUGIN_PREFIX)$(notdir $(MODULE))$(PLUGIN_SUFFIX)
 $(PLUGIN-$(MODULE)): $(MODULE_OBJS-$(MODULE)) $(PLUGIN_EXTRA_DEPS)
 	$(MKDIR) plugins
 	$(CXX) $(PLUGIN_LDFLAGS) $(filter-out $(PLUGIN_EXTRA_DEPS),$+) -o $@







More information about the Scummvm-git-logs mailing list