diff options
Diffstat (limited to 'backends/platform/wince')
-rw-r--r-- | backends/platform/wince/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index ef8a376560..3806725264 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -177,7 +177,13 @@ endif 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) |