summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index c49fa89a2d..ff04098cc6 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -75,7 +75,7 @@ FIRMSRCS = $(LCDSRSC) power.c sprintf.c id3.c usb.c \
75 75
76APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ 76APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
77 playlist.c wps.c wps-display.c settings.c status.c \ 77 playlist.c wps.c wps-display.c settings.c status.c \
78 screens.c peakmeter.c viewer.c 78 screens.c peakmeter.c viewer.c sleeptimer.c
79 79
80MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 80MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
81 81
@@ -164,6 +164,9 @@ $(OBJDIR)/main.o: $(APPDIR)/main.c
164$(OBJDIR)/wps.o: $(APPDIR)/wps.c 164$(OBJDIR)/wps.o: $(APPDIR)/wps.c
165 $(CC) $(APPCFLAGS) -c $< -o $@ 165 $(CC) $(APPCFLAGS) -c $< -o $@
166 166
167$(OBJDIR)/sleeptimer.o: $(APPDIR)/sleeptimer.c
168 $(CC) $(APPCFLAGS) -c $< -o $@
169
167$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c 170$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
168 $(CC) $(APPCFLAGS) -c $< -o $@ 171 $(CC) $(APPCFLAGS) -c $< -o $@
169 172