summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/Makefile')
-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