diff options
author | Robert Hak <adiamas@rockbox.org> | 2002-08-11 12:02:15 +0000 |
---|---|---|
committer | Robert Hak <adiamas@rockbox.org> | 2002-08-11 12:02:15 +0000 |
commit | 7c38da34e3852e96175fe9d21f4b070393b744e4 (patch) | |
tree | 205f6efa9fedf15b7bb8799fa0a468056fbaa49e /uisimulator/x11/Makefile | |
parent | bbb4c9ea479f5a836771b84ae0fcf461d5b97f74 (diff) |
added blank
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1671 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r-- | uisimulator/x11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index b34bb48e08..9a21dece80 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -88,7 +88,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c\ MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) - APPS += tetris.c sokoban.c bounce.c boxes.c icons.c bmp.c widgets.c + APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c endif SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \ @@ -186,6 +186,9 @@ $(OBJDIR)/tetris.o: $(RECDIR)/tetris.c $(OBJDIR)/sokoban.o: $(RECDIR)/sokoban.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/blank.o: $(RECDIR)/blank.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/bounce.o: $(RECDIR)/bounce.c $(CC) $(APPCFLAGS) -c $< -o $@ |