From 86f9a8410b8cfe53b11ca10f4f6dbcc2440c0e97 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 23 Sep 2002 11:17:52 +0000 Subject: Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2370 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uisimulator/win32/Makefile') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 382e71b886..bd4708ab6a 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -62,7 +62,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mwindows APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows -FIRMSRCS = lcd.c power.c sprintf.c id3.c usb.c \ +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 \ @@ -166,8 +166,8 @@ $(OBJDIR)/lang.o: $(APPDIR)/lang/$(LANGUAGE).lang $(TOOLSDIR)/genlang -p=$(OBJDIR)/lang $< $(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@ -$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c - $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/lcd.o: $(DRIVERS)/lcd-recorder.c + $(CC) $(APPCFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@ $(OBJDIR)/power.o: $(DRIVERS)/power.c $(CC) $(APPCFLAGS) -c $< -o $@ -- cgit v1.2.3