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 f18352ac61..c81b88c809 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -61,7 +61,7 @@ LDFLAGS = -lgdi32 -luser32 -mwindows
61INCLUDES = -I. -I$(EXPORT) -I$(APPDIR) -I$(MACHINEDIR) -I../common -I$(MACHINEDIR) -I$(OBJDIR) 61INCLUDES = -I. -I$(EXPORT) -I$(APPDIR) -I$(MACHINEDIR) -I../common -I$(MACHINEDIR) -I$(OBJDIR)
62 62
63# The true Rockbox Applications should use this include path: 63# The true Rockbox Applications should use this include path:
64APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES) 64APPINCLUDES = $(INCLUDES)
65 65
66DEFINES += -DWIN32 66DEFINES += -DWIN32
67 67
@@ -75,7 +75,7 @@ else
75 LCDSRSC = lcd-playersim.c lcd-player.c 75 LCDSRSC = lcd-playersim.c lcd-player.c
76endif 76endif
77FIRMSRCS = $(LCDSRSC) power.c sprintf.c id3.c usb.c \ 77FIRMSRCS = $(LCDSRSC) power.c sprintf.c id3.c usb.c \
78 mpeg.c powermgmt.c font.c sysfont.c ctype.c 78 mpeg.c powermgmt.c font.c sysfont.c
79 79
80APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ 80APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
81 playlist.c wps.c wps-display.c settings.c status.c \ 81 playlist.c wps.c wps-display.c settings.c status.c \