summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/win32/Makefile5
-rw-r--r--uisimulator/win32/rockbox.dsp4
-rw-r--r--uisimulator/x11/Makefile5
3 files changed, 12 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index cc5ac73ae2..f7b562c0b1 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -101,7 +101,7 @@ FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c \
101APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ 101APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
102 playlist.c wps.c wps-display.c settings.c status.c \ 102 playlist.c wps.c wps-display.c settings.c status.c \
103 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\ 103 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
104 misc.c plugin.c 104 misc.c plugin.c playlist_viewer.c
105 105
106MENUS = settings_menu.c sound_menu.c playlist_menu.c 106MENUS = settings_menu.c sound_menu.c playlist_menu.c
107 107
@@ -200,6 +200,9 @@ $(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
200$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c 200$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
201 $(CC) $(APPCFLAGS) -c $< -o $@ 201 $(CC) $(APPCFLAGS) -c $< -o $@
202 202
203$(OBJDIR)/playlist_viewer.o: $(APPDIR)/playlist_viewer.c
204 $(CC) $(APPCFLAGS) -c $< -o $@
205
203$(OBJDIR)/plugin.o: $(APPDIR)/plugin.c plugin-win32.h 206$(OBJDIR)/plugin.o: $(APPDIR)/plugin.c plugin-win32.h
204 $(CC) $(APPCFLAGS) -c $< -o $@ 207 $(CC) $(APPCFLAGS) -c $< -o $@
205 208
diff --git a/uisimulator/win32/rockbox.dsp b/uisimulator/win32/rockbox.dsp
index dd1ada6dd3..ebfb98fa93 100644
--- a/uisimulator/win32/rockbox.dsp
+++ b/uisimulator/win32/rockbox.dsp
@@ -365,6 +365,10 @@ SOURCE=..\..\apps\playlist_menu.c
365# End Source File 365# End Source File
366# Begin Source File 366# Begin Source File
367 367
368SOURCE=..\..\apps\playlist_viewer.c
369# End Source File
370# Begin Source File
371
368SOURCE=..\..\apps\plugin.c 372SOURCE=..\..\apps\plugin.c
369# End Source File 373# End Source File
370# Begin Source File 374# Begin Source File
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 94f4581865..c4b47790a5 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -101,7 +101,7 @@ FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c power.c\
101APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 101APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
102 playlist.c wps.c wps-display.c settings.c status.c icons.c\ 102 playlist.c wps.c wps-display.c settings.c status.c icons.c\
103 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\ 103 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
104 misc.c plugin.c 104 misc.c plugin.c playlist_viewer.c
105 105
106MENUS = settings_menu.c sound_menu.c playlist_menu.c 106MENUS = settings_menu.c sound_menu.c playlist_menu.c
107 107
@@ -197,6 +197,9 @@ $(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
197$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c 197$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
198 $(CC) $(APPCFLAGS) -c $< -o $@ 198 $(CC) $(APPCFLAGS) -c $< -o $@
199 199
200$(OBJDIR)/playlist_viewer.o: $(APPDIR)/playlist_viewer.c
201 $(CC) $(APPCFLAGS) -c $< -o $@
202
200$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang 203$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang
201 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@ 204 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@
202 205