diff options
Diffstat (limited to 'uisimulator/common')
-rw-r--r-- | uisimulator/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/Makefile b/uisimulator/common/Makefile index f54df57b27..c892f1c615 100644 --- a/uisimulator/common/Makefile +++ b/uisimulator/common/Makefile | |||
@@ -24,7 +24,7 @@ DEBUG = -g | |||
24 | 24 | ||
25 | # Use this for simulator-only files | 25 | # Use this for simulator-only files |
26 | INCLUDES = -I. -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export -I$(APPSDIR) \ | 26 | INCLUDES = -I. -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export -I$(APPSDIR) \ |
27 | -I$(ROOTDIR)/uisimulator/$(SIMVER) -I$(BUILDDIR) | 27 | -I$(ROOTDIR)/uisimulator/sdl -I$(BUILDDIR) |
28 | 28 | ||
29 | # This sets up 'SRC' based on the files mentioned in SOURCES | 29 | # This sets up 'SRC' based on the files mentioned in SOURCES |
30 | include $(TOOLSDIR)/makesrc.inc | 30 | include $(TOOLSDIR)/makesrc.inc |