summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:08:24 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:08:24 +0000
commitfb00c2190bab443812581473032156eb1e804c30 (patch)
tree7ac8b3964e7ebf284b1eae3a384a036e928f568d /uisimulator/win32
parent087a085790b2f9099e9b7c9184374a30520f408e (diff)
downloadrockbox-fb00c2190bab443812581473032156eb1e804c30.tar.gz
rockbox-fb00c2190bab443812581473032156eb1e804c30.zip
Plugin/file type association system. Patch #879411 by Henrik Backe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 05acb9c41c..59ef7f5206 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -103,7 +103,7 @@ FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c mp3_playback.c \
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 sleeptimer.c keyboard.c onplay.c\
- misc.c plugin.c playlist_viewer.c bookmark.c
+ misc.c plugin.c playlist_viewer.c bookmark.c filetypes.c
MENUS = settings_menu.c sound_menu.c playlist_menu.c
@@ -199,6 +199,9 @@ $(OBJDIR)/tree.o: $(APPDIR)/tree.c
$(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
$(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/filetypes.o: $(APPDIR)/filetypes.c
+ $(CC) $(APPCFLAGS) -c $< -o $@
+
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
$(CC) $(APPCFLAGS) -c $< -o $@