[Scummvm-cvs-logs] SF.net SVN: scummvm: [29412] scummvm/trunk/backends/platform/wince/Makefile

robinwatts at users.sourceforge.net robinwatts at users.sourceforge.net
Sun Nov 4 18:00:10 CET 2007


Revision: 29412
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29412&view=rev
Author:   robinwatts
Date:     2007-11-04 09:00:10 -0800 (Sun, 04 Nov 2007)

Log Message:
-----------
Minor tweak to Wince makefile; 'all' target now depends on whether we are
building with plugins or not. These means that weak minded programmers (like
me) no longer need to remember to do "make dist-plugins" instead of
"make dist".

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wince/Makefile

Modified: scummvm/trunk/backends/platform/wince/Makefile
===================================================================
--- scummvm/trunk/backends/platform/wince/Makefile	2007-11-04 16:47:42 UTC (rev 29411)
+++ scummvm/trunk/backends/platform/wince/Makefile	2007-11-04 17:00:10 UTC (rev 29412)
@@ -177,7 +177,13 @@
 
 include $(srcdir)/Makefile.common
 
+# Our top level target depends on whether we are building the plugin version
+# or not...
+ifdef BUILD_PLUGINS
+all: dist-plugins
+else
 all: dist
+endif
 
 dist: ARMscaler.o PocketSCUMM.o $(EXECUTABLE)
 


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