Browse Source

+ added IDE compilation under OS/2

Tomas Hajny 23 years ago
parent
commit
f622e4f5a9
2 changed files with 12 additions and 0 deletions
  1. 6 0
      Makefile
  2. 6 0
      Makefile.fpc

+ 6 - 0
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

+ 6 - 0
Makefile.fpc

@@ -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