From 6dc046a54c9b9920b2e3c069ce12157c3c214a30 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Jun 2002 09:42:51 +0000 Subject: added settings.c to the simulator build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1121 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'uisimulator/x11/Makefile') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 9143adbede..0d6c5b123c 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -42,7 +42,7 @@ DISPLAY = -DHAVE_LCD_BITMAP KEYPAD = -DHAVE_RECORDER_KEYPAD DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \ -$(KEYPAD) $(DISPLAY) +$(KEYPAD) $(DISPLAY) -DLCD_PROPFONTS LDFLAGS = -lX11 -lm -lXt -lXmu -lnsl @@ -73,7 +73,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c +FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c settings.c APPS = main.c tree.c play.c menu.c credits.c main_menu.c sound_menu.c \ playlist.c showtext.c @@ -192,6 +192,9 @@ $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c $(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/settings.o: $(FIRMWAREDIR)/settings.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c $(CC) $(APPCFLAGS) -c $< -o $@ -- cgit v1.2.3