summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile5
-rw-r--r--uisimulator/x11/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 5d3ad06..b443e37 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -93,7 +93,7 @@ FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c $(EXTRAFI
APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
playlist.c wps.c wps-display.c settings.c status.c \
- screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c
+ screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c onplay.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -200,6 +200,9 @@ $(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
$(OBJDIR)/tree.o: $(APPDIR)/tree.c
$(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
+ $(CC) $(APPCFLAGS) -c $< -o $@
+
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
$(CC) $(APPCFLAGS) -c $< -o $@
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 4147258..d999629 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -97,7 +97,7 @@ FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c power.c\
APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
playlist.c wps.c wps-display.c settings.c status.c icons.c\
- screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c
+ screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c onplay.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -240,6 +240,9 @@ $(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
$(OBJDIR)/tree.o: $(APPDIR)/tree.c
$(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
+ $(CC) $(APPCFLAGS) -c $< -o $@
+
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
$(CC) $(APPCFLAGS) -c $< -o $@