From 0e6088fc9cdadbd488da990488944e177a19bfe5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 2 Oct 2002 16:33:26 +0000 Subject: Changed .eq file format to simple 'setting: value' model. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2478 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uisimulator/win32/Makefile') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index ad0eb2df17..68e50223d0 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -63,7 +63,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mwindows APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows FIRMSRCS = lcd-recorder.c power.c sprintf.c id3.c usb.c \ - mpeg.c powermgmt.c font.c sysfont.c + mpeg.c powermgmt.c font.c sysfont.c ctype.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 \ @@ -221,6 +221,9 @@ $(OBJDIR)/mpeg.o: $(FIRMWAREDIR)/mpeg.c $(OBJDIR)/sprintf.o: $(COMMON)/sprintf.c $(CC) $(CFLAGS) -c $< -o $@ +$(OBJDIR)/ctype.o: $(COMMON)/ctype.c + $(CC) $(CFLAGS) $(APPINCLUDES) -c $< -o $@ + $(OBJDIR)/strtok.o: $(COMMON)/strtok.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3