summaryrefslogtreecommitdiff
path: root/uisimulator/uisimulator.make
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/uisimulator.make')
-rw-r--r--uisimulator/uisimulator.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/uisimulator.make b/uisimulator/uisimulator.make
index 86fcb2a3d2..2e6e75fdfe 100644
--- a/uisimulator/uisimulator.make
+++ b/uisimulator/uisimulator.make
@@ -7,7 +7,7 @@
7# $Id$ 7# $Id$
8# 8#
9 9
10INCLUDES += -I$(ROOTDIR)/uisimulator/sdl -I$(ROOTDIR)/uisimulator/common \ 10INCLUDES += -I$(ROOTDIR)/uisimulator/bitmaps -I$(ROOTDIR)/uisimulator/common \
11 -I$(FIRMDIR)/include -I$(FIRMDIR)/export $(TARGET_INC) -I$(BUILDDIR) -I$(APPSDIR) 11 -I$(FIRMDIR)/include -I$(FIRMDIR)/export $(TARGET_INC) -I$(BUILDDIR) -I$(APPSDIR)
12 12
13SIMFLAGS += $(INCLUDES) $(DEFINES) -DHAVE_CONFIG_H $(GCCOPTS) 13SIMFLAGS += $(INCLUDES) $(DEFINES) -DHAVE_CONFIG_H $(GCCOPTS)
@@ -33,5 +33,5 @@ $(BUILDDIR)/uisimulator/%.o: $(ROOTDIR)/uisimulator/%.c
33 $(SILENT)mkdir -p $(dir $@) 33 $(SILENT)mkdir -p $(dir $@)
34 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(SIMFLAGS) -c $< -o $@ 34 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(SIMFLAGS) -c $< -o $@
35 35
36$(UIBMP): $(ROOTDIR)/uisimulator/sdl/UI-$(MODELNAME).bmp 36$(UIBMP): $(ROOTDIR)/uisimulator/bitmaps/UI-$(MODELNAME).bmp
37 $(call PRINTS,CP $(@F))cp $< $@ 37 $(call PRINTS,CP $(@F))cp $< $@