mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 09:19:45 +02:00
Add handling of packages/fcl-process/src/amicommon directory
This commit is contained in:
parent
848c3a252e
commit
2eaa6c5ced
@ -398,6 +398,10 @@ endif
|
||||
ifneq ($(findstring $(OS_SOURCE),os2 emx),)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/os2
|
||||
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)
|
||||
ifeq ($(USE_PROCESS_DUMMY_DIR),1)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/dummy
|
||||
|
@ -49,6 +49,10 @@ ifneq ($(findstring $(OS_SOURCE),os2 emx),)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/os2
|
||||
#USE_PROCESS_DUMMY_DIR=0 (still uses dummy/process.inc)
|
||||
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)
|
||||
ifeq ($(USE_PROCESS_DUMMY_DIR),1)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/dummy
|
||||
|
Loading…
Reference in New Issue
Block a user