summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-03-12 20:23:07 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-03-12 20:23:07 +0000
commit61a4cce65611c9c7b5bbb29ffceaed91c919ffc0 (patch)
tree71781e1ae84c5b1618827c1725eac68452d2907f /uisimulator/x11
parentd7a55e186827508a39247334405a5b473c589f9f (diff)
downloadrockbox-61a4cce65611c9c7b5bbb29ffceaed91c919ffc0.tar.gz
rockbox-61a4cce65611c9c7b5bbb29ffceaed91c919ffc0.zip
Added onplay.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3437 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 414725811d..d999629258 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\
97 97
98APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 98APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
99 playlist.c wps.c wps-display.c settings.c status.c icons.c\ 99 playlist.c wps.c wps-display.c settings.c status.c icons.c\
100 screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c 100 screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c onplay.c
101 101
102MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 102MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
103 103
@@ -240,6 +240,9 @@ $(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
240$(OBJDIR)/tree.o: $(APPDIR)/tree.c 240$(OBJDIR)/tree.o: $(APPDIR)/tree.c
241 $(CC) $(APPCFLAGS) -c $< -o $@ 241 $(CC) $(APPCFLAGS) -c $< -o $@
242 242
243$(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
244 $(CC) $(APPCFLAGS) -c $< -o $@
245
243$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c 246$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
244 $(CC) $(APPCFLAGS) -c $< -o $@ 247 $(CC) $(APPCFLAGS) -c $< -o $@
245 248