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

knakos at users.sourceforge.net knakos at users.sourceforge.net
Sun Dec 16 21:37:15 CET 2007


Revision: 29887
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29887&view=rev
Author:   knakos
Date:     2007-12-16 12:37:14 -0800 (Sun, 16 Dec 2007)

Log Message:
-----------
default is not to build plugins yet, until the plugin system is reworked

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

Modified: scummvm/trunk/backends/platform/wince/Makefile
===================================================================
--- scummvm/trunk/backends/platform/wince/Makefile	2007-12-16 20:21:19 UTC (rev 29886)
+++ scummvm/trunk/backends/platform/wince/Makefile	2007-12-16 20:37:14 UTC (rev 29887)
@@ -12,7 +12,7 @@
 ########################################################################
 ## Do you want a build using plugins?
 
-BUILD_PLUGINS = 1
+#BUILD_PLUGINS = 1
 
 ########################################################################
 ## Disable whichever engines you want here
@@ -217,7 +217,7 @@
 ARMscaler.o: ARMscaler.s
 	$(AS) $*.s -o $@
 
-clean:
+all-clean: clean
 	$(RM) ARMscaler.o PocketSCUMM.o stub.o
 
 deploy-plugins: dist-plugins


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