summaryrefslogtreecommitdiff
path: root/uisimulator/win32
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 8bb495e0c3..3885e46e6f 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -93,7 +93,8 @@ 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 viewer.c sleeptimer.c keyboard.c onplay.c\
97 misc.c
97 98
98MENUS = 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
99 100
@@ -182,6 +183,9 @@ $(OBJDIR)/snow.o: $(RECDIR)/snow.c
182$(OBJDIR)/main.o: $(APPDIR)/main.c 183$(OBJDIR)/main.o: $(APPDIR)/main.c
183 $(CC) $(APPCFLAGS) -c $< -o $@ 184 $(CC) $(APPCFLAGS) -c $< -o $@
184 185
186$(OBJDIR)/misc.o: $(APPDIR)/misc.c
187 $(CC) $(APPCFLAGS) -c $< -o $@
188
185$(OBJDIR)/wps.o: $(APPDIR)/wps.c 189$(OBJDIR)/wps.o: $(APPDIR)/wps.c
186 $(CC) $(APPCFLAGS) -c $< -o $@ 190 $(CC) $(APPCFLAGS) -c $< -o $@
187 191