summaryrefslogtreecommitdiffstats
path: root/uisimulator
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-17 15:52:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-17 15:52:10 +0000
commit37b0c075cf8007b6bece5e8eaaf9bfa4756273f1 (patch)
tree4dfe9d7bade04ef451947208002fa3d9480d63e1 /uisimulator
parent058ec1305c74b4ef09a138e25339f0b96068853e (diff)
downloadrockbox-37b0c075cf8007b6bece5e8eaaf9bfa4756273f1.tar.gz
rockbox-37b0c075cf8007b6bece5e8eaaf9bfa4756273f1.zip
keyboard.c was missing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3125 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index ff04098cc6..6e377a9ac6 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -75,7 +75,7 @@ FIRMSRCS = $(LCDSRSC) power.c sprintf.c id3.c usb.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 viewer.c sleeptimer.c
+ screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -140,6 +140,9 @@ $(OBJDIR)/icons.o: $(MACHINEDIR)/icons.c
$(OBJDIR)/widgets.o: $(RECDIR)/widgets.c
$(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/keyboard.o: $(MACHINEDIR)/keyboard.c
+ $(CC) $(APPCFLAGS) -c $< -o $@
+
$(OBJDIR)/tetris.o: $(RECDIR)/tetris.c
$(CC) $(APPCFLAGS) -c $< -o $@