From 4d895c4a14ce424d9d7986bb726a914800bb365e Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Sun, 16 Dec 2007 20:37:14 +0000 Subject: default is not to build plugins yet, until the plugin system is reworked svn-id: r29887 --- backends/platform/wince/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index 17c171c61f..325cc11391 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -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 @@ PocketSCUMM.o: PocketSCUMM.rc ARMscaler.o: ARMscaler.s $(AS) $*.s -o $@ -clean: +all-clean: clean $(RM) ARMscaler.o PocketSCUMM.o stub.o deploy-plugins: dist-plugins -- cgit v1.2.3