mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +02:00
+ added IDE compilation under OS/2
This commit is contained in:
parent
a11f0cf6b2
commit
f622e4f5a9
6
Makefile
6
Makefile
@ -315,6 +315,12 @@ endif
|
|||||||
ifeq ($(OS_TARGET),freebsd)
|
ifeq ($(OS_TARGET),freebsd)
|
||||||
IDE=1
|
IDE=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),os2)
|
||||||
|
IDE=1
|
||||||
|
endif
|
||||||
|
ifeq ($(OS_TARGET),emx)
|
||||||
|
IDE=1
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
override TARGET_DIRS+=compiler rtl utils fcl fv packages ide installer
|
override TARGET_DIRS+=compiler rtl utils fcl fv packages ide installer
|
||||||
|
@ -159,6 +159,12 @@ endif
|
|||||||
ifeq ($(OS_TARGET),freebsd)
|
ifeq ($(OS_TARGET),freebsd)
|
||||||
IDE=1
|
IDE=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),os2)
|
||||||
|
IDE=1
|
||||||
|
endif
|
||||||
|
ifeq ($(OS_TARGET),emx)
|
||||||
|
IDE=1
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user