From 353da9ba48c359d3a876dbfe05f4125b9b411e7e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Feb 2003 00:02:12 +0000 Subject: don't build ctype don't use firmware/include in the include path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3269 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index f18352ac61..c81b88c809 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -61,7 +61,7 @@ LDFLAGS = -lgdi32 -luser32 -mwindows INCLUDES = -I. -I$(EXPORT) -I$(APPDIR) -I$(MACHINEDIR) -I../common -I$(MACHINEDIR) -I$(OBJDIR) # The true Rockbox Applications should use this include path: -APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES) +APPINCLUDES = $(INCLUDES) DEFINES += -DWIN32 @@ -75,7 +75,7 @@ else LCDSRSC = lcd-playersim.c lcd-player.c endif FIRMSRCS = $(LCDSRSC) power.c sprintf.c id3.c usb.c \ - mpeg.c powermgmt.c font.c sysfont.c ctype.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 wps.c wps-display.c settings.c status.c \ -- cgit