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, 6 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 6daf8d70e1..f18352ac61 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -31,9 +31,13 @@ endif
31 31
32PREVAPPDIR= .. 32PREVAPPDIR= ..
33FIRMWAREDIR = ../../firmware 33FIRMWAREDIR = ../../firmware
34
35# build some sources from these dirs
34DRIVERS = $(FIRMWAREDIR)/drivers 36DRIVERS = $(FIRMWAREDIR)/drivers
35COMMON = $(FIRMWAREDIR)/common 37COMMON = $(FIRMWAREDIR)/common
36LIBMADDIR = $(PREVAPPDIR)/common/libmad 38
39# include here:
40EXPORT = $(FIRMWAREDIR)/export
37TOOLSDIR = ../../tools 41TOOLSDIR = ../../tools
38DOCSDIR = ../../docs 42DOCSDIR = ../../docs
39 43
@@ -54,7 +58,7 @@ $(KEYPAD) $(DISPLAY) -DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES) $(RTC)
54LDFLAGS = -lgdi32 -luser32 -mwindows 58LDFLAGS = -lgdi32 -luser32 -mwindows
55 59
56# Use this for simulator-only files 60# Use this for simulator-only files
57INCLUDES = -I. -I$(DRIVERS) -I$(COMMON) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(MACHINEDIR) -I../common -I$(MACHINEDIR) -I$(OBJDIR) 61INCLUDES = -I. -I$(EXPORT) -I$(APPDIR) -I$(MACHINEDIR) -I../common -I$(MACHINEDIR) -I$(OBJDIR)
58 62
59# The true Rockbox Applications should use this include path: 63# The true Rockbox Applications should use this include path:
60APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES) 64APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES)