diff options
author | Kostas Nakos | 2007-12-16 20:37:14 +0000 |
---|---|---|
committer | Kostas Nakos | 2007-12-16 20:37:14 +0000 |
commit | 4d895c4a14ce424d9d7986bb726a914800bb365e (patch) | |
tree | c3d425e512d9ba551bb7f56ec8bd8ed7cb7019d6 | |
parent | e7a132728cf51510e0a933282fa7060049f2df3e (diff) | |
download | scummvm-rg350-4d895c4a14ce424d9d7986bb726a914800bb365e.tar.gz scummvm-rg350-4d895c4a14ce424d9d7986bb726a914800bb365e.tar.bz2 scummvm-rg350-4d895c4a14ce424d9d7986bb726a914800bb365e.zip |
default is not to build plugins yet, until the plugin system is reworked
svn-id: r29887
-rw-r--r-- | backends/platform/wince/Makefile | 4 |
1 files 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 |