summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32
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 /uisimulator/win32
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
Diffstat (limited to 'uisimulator/win32')
-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
DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \
$(KEYPAD) $(DISPLAY) -DAPPSVERSION=\"$(VERSION)\"
-LDFLAGS = -lgdi32 -luser32
+LDFLAGS = -lgdi32 -luser32 -mwindows
# Use this for simulator-only files
-INCLUDES = -I. -I$(DRIVERS) -I$(COMMON) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(RECDIR)
+INCLUDES = -I. -I$(DRIVERS) -I$(COMMON) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(RECDIR) -I../common
# The true Rockbox Applications should use this include path:
APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES)
DEFINES += -DWIN32
-CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
+CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mwindows
-APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall
+APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows
FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c usb.c \
mpeg.c powermgmt.c