From b1b8bd4dd159e90f9e197c8870953da079162639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Tue, 24 Sep 2002 17:22:12 +0000 Subject: Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. typedef Menu replaced with a bool. All code now calls usb_screen() for usb handling. Nearly all code now deals with USB connect/disconnect properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2401 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'uisimulator/win32') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 226bab10ef..2dc45ebdc5 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -66,7 +66,8 @@ FIRMSRCS = lcd-recorder.c power.c sprintf.c id3.c usb.c \ mpeg.c powermgmt.c font.c sysfont.c APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ - playlist.c showtext.c wps.c wps-display.c settings.c status.c + playlist.c showtext.c wps.c wps-display.c settings.c status.c \ + screens.c MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c @@ -197,6 +198,9 @@ $(OBJDIR)/sysfont.o: $(FIRMWAREDIR)/fonts/clR6x8.bdf $(OBJDIR)/status.o: $(APPDIR)/status.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/screens.o: $(APPDIR)/screens.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/version.o: $(FIRMWAREDIR)/version.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3