summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/Makefile')
-rw-r--r--uisimulator/win32/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index c20e82d07d..3ba223d7bd 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -93,19 +93,18 @@ FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c \
93 93
94APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ 94APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
95 playlist.c wps.c wps-display.c settings.c status.c \ 95 playlist.c wps.c wps-display.c settings.c status.c \
96 screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c onplay.c\ 96 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
97 misc.c 97 misc.c
98 98
99MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 99MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
100 100
101ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 101ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
102 APPS += tetris.c sokoban.c bounce.c snow.c bmp.c \ 102 APPS += bmp.c widgets.c
103 widgets.c wormlet.c cube.c
104endif 103endif
105 104
106SRCS = button.c dir-win32.c lcd-win32.c panic-win32.c thread-win32.c \ 105SRCS = button.c dir-win32.c lcd-win32.c panic-win32.c thread-win32.c \
107 debug-win32.c kernel.c string-win32.c uisw32.c stubs.c \ 106 debug-win32.c kernel.c string-win32.c uisw32.c stubs.c \
108 $(APPS) $(MENUS) $(FIRMSRCS) strtok.c sim_icons.c io.c 107 $(APPS) $(MENUS) $(FIRMSRCS) strtok.c sim_icons.c io.c plugin-win32.c
109 108
110OBJS := $(OBJDIR)/lang.o $(SRCS:%.c=$(OBJDIR)/%.o) $(OBJDIR)/uisw32-res.o 109OBJS := $(OBJDIR)/lang.o $(SRCS:%.c=$(OBJDIR)/%.o) $(OBJDIR)/uisw32-res.o
111 110