summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-07 10:21:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-07 10:21:50 +0000
commit3d84988597e932a3a891d6927217484d9c5209a0 (patch)
treee65f7cf8f5d3d491c6d99c8a5d71ad6c2f59f523 /uisimulator/win32/Makefile
parent910cc29d92d8e1091b8c1409c3511bc1d1b4bab8 (diff)
downloadrockbox-3d84988597e932a3a891d6927217484d9c5209a0.tar.gz
rockbox-3d84988597e932a3a891d6927217484d9c5209a0.zip
use the new paths
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3223 a1c6a512-1295-4272-9138-f99709370657
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
PREVAPPDIR= ..
FIRMWAREDIR = ../../firmware
+
+# build some sources from these dirs
DRIVERS = $(FIRMWAREDIR)/drivers
COMMON = $(FIRMWAREDIR)/common
-LIBMADDIR = $(PREVAPPDIR)/common/libmad
+
+# include here:
+EXPORT = $(FIRMWAREDIR)/export
TOOLSDIR = ../../tools
DOCSDIR = ../../docs
@@ -54,7 +58,7 @@ $(KEYPAD) $(DISPLAY) -DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES) $(RTC)
LDFLAGS = -lgdi32 -luser32 -mwindows
# Use this for simulator-only files
-INCLUDES = -I. -I$(DRIVERS) -I$(COMMON) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(MACHINEDIR) -I../common -I$(MACHINEDIR) -I$(OBJDIR)
+INCLUDES = -I. -I$(EXPORT) -I$(APPDIR) -I$(MACHINEDIR) -I../common -I$(MACHINEDIR) -I$(OBJDIR)
# The true Rockbox Applications should use this include path:
APPINCLUDES = -I$(FIRMWAREDIR)/include $(INCLUDES)