浏览代码

Add handling of packages/fcl-process/src/amicommon directory

Pierre Muller 1 年之前
父节点
当前提交
2eaa6c5ced
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      packages/fpmkunit/Makefile
  2. 4 0
      packages/fpmkunit/Makefile.fpc

+ 4 - 0
packages/fpmkunit/Makefile

@@ -398,6 +398,10 @@ endif
 ifneq ($(findstring $(OS_SOURCE),os2 emx),)
 ifneq ($(findstring $(OS_SOURCE),os2 emx),)
 UNIT_PROCESS+=-Fi../fcl-process/src/os2
 UNIT_PROCESS+=-Fi../fcl-process/src/os2
 endif
 endif
+ifneq ($(findstring $(OS_SOURCE),amiga morphos aros),)
+UNIT_PROCESS+=-Fi../fcl-process/src/amicommon
+USE_PROCESS_DUMMY_DIR=0
+endif
 UNIT_PROCESS+=-Fu../fcl-process/src -Fi../fcl-process/src/$(OS_SOURCE)
 UNIT_PROCESS+=-Fu../fcl-process/src -Fi../fcl-process/src/$(OS_SOURCE)
 ifeq ($(USE_PROCESS_DUMMY_DIR),1)
 ifeq ($(USE_PROCESS_DUMMY_DIR),1)
 UNIT_PROCESS+=-Fi../fcl-process/src/dummy
 UNIT_PROCESS+=-Fi../fcl-process/src/dummy

+ 4 - 0
packages/fpmkunit/Makefile.fpc

@@ -49,6 +49,10 @@ ifneq ($(findstring $(OS_SOURCE),os2 emx),)
 UNIT_PROCESS+=-Fi../fcl-process/src/os2
 UNIT_PROCESS+=-Fi../fcl-process/src/os2
 #USE_PROCESS_DUMMY_DIR=0 (still uses dummy/process.inc)
 #USE_PROCESS_DUMMY_DIR=0 (still uses dummy/process.inc)
 endif
 endif
+ifneq ($(findstring $(OS_SOURCE),amiga morphos aros),)
+UNIT_PROCESS+=-Fi../fcl-process/src/amicommon
+USE_PROCESS_DUMMY_DIR=0
+endif
 UNIT_PROCESS+=-Fu../fcl-process/src -Fi../fcl-process/src/$(OS_SOURCE)
 UNIT_PROCESS+=-Fu../fcl-process/src -Fi../fcl-process/src/$(OS_SOURCE)
 ifeq ($(USE_PROCESS_DUMMY_DIR),1)
 ifeq ($(USE_PROCESS_DUMMY_DIR),1)
 UNIT_PROCESS+=-Fi../fcl-process/src/dummy
 UNIT_PROCESS+=-Fi../fcl-process/src/dummy