Skip to content

Commit c6ad8ae

Browse files
committed
Add include dir
1 parent 4841937 commit c6ad8ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ endif
5050
EXE =
5151
LIBS =
5252

53+
CORE_DIR := .
54+
5355
ifeq ($(TARGET), mess)
5456
CORE_DEFINE := -DWANT_MESS
5557
TARGET_NAME = mess2014
@@ -612,6 +614,7 @@ endif
612614

613615
# add core include paths
614616
INCPATH += \
617+
-I$(CORE_DIR)/src/$(TARGET)/layout \
615618
-I$(SRC)/$(TARGET) \
616619
-I$(SRC)/$(TARGET)/layout \
617620
-I$(SRC)/emu \

0 commit comments

Comments
 (0)