summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-15 00:02:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-15 00:02:12 +0000
commit353da9ba48c359d3a876dbfe05f4125b9b411e7e (patch)
tree1a801e6fb712577ed30c87c85e9e913b0a9c557f /uisimulator/win32/Makefile
parenta62fd981b2004a9c442bd82016ba086866024b64 (diff)
downloadrockbox-353da9ba48c359d3a876dbfe05f4125b9b411e7e.tar.gz
rockbox-353da9ba48c359d3a876dbfe05f4125b9b411e7e.zip
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
Diffstat (limited to 'uisimulator/win32/Makefile')
-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 \