summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index f18352a..c81b88c 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 \