+ added IDE compilation under OS/2

This commit is contained in:
Tomas Hajny 2002-10-12 19:44:21 +00:00
parent a11f0cf6b2
commit f622e4f5a9
2 changed files with 12 additions and 0 deletions

View File

@ -315,6 +315,12 @@ endif
ifeq ($(OS_TARGET),freebsd)
IDE=1
endif
ifeq ($(OS_TARGET),os2)
IDE=1
endif
ifeq ($(OS_TARGET),emx)
IDE=1
endif
endif
endif
override TARGET_DIRS+=compiler rtl utils fcl fv packages ide installer

View File

@ -159,6 +159,12 @@ endif
ifeq ($(OS_TARGET),freebsd)
IDE=1
endif
ifeq ($(OS_TARGET),os2)
IDE=1
endif
ifeq ($(OS_TARGET),emx)
IDE=1
endif
endif
endif