summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-21 11:29:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-21 11:29:54 +0000
commitde87a894dc4b9cd9cac19eef155ef8ae84aef6cb (patch)
tree92a43d5f268dbc5d9df27401f905b038d9a93c58
parente33b439216a60f855264bf458de7ad98d9392bba (diff)
downloadrockbox-de87a894dc4b9cd9cac19eef155ef8ae84aef6cb.tar.gz
rockbox-de87a894dc4b9cd9cac19eef155ef8ae84aef6cb.zip
darned compiler couldn't see I made a mistake so I had to correct it myself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1878 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/win32/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 510932d5ce..21bd09ea90 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -45,19 +45,19 @@ KEYPAD = -DHAVE_RECORDER_KEYPAD
45DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \ 45DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \
46$(KEYPAD) $(DISPLAY) -DAPPSVERSION=\"$(VERSION)\" 46$(KEYPAD) $(DISPLAY) -DAPPSVERSION=\"$(VERSION)\"
47 47
48LDFLAGS = -lgdi32 -luser32 48LDFLAGS = -lgdi32 -luser32 -mwindows
49 49
50# Use this for simulator-only files 50# Use this for simulator-only files
51INCLUDES = -I. -I$(DRIVERS) -I$(COMMON) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(RECDIR) 51INCLUDES = -I. -I$(DRIVERS) -I$(COMMON) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(RECDIR) -I../common
52 52
53# The true Rockbox Applications should use this include path: 53# The true Rockbox Applications should use this include path:
54APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES) 54APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES)
55 55
56DEFINES += -DWIN32 56DEFINES += -DWIN32
57 57
58CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall 58CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mwindows
59 59
60APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall 60APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows
61 61
62FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c usb.c \ 62FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c usb.c \
63 mpeg.c powermgmt.c 63 mpeg.c powermgmt.c