浏览代码

+ added IDE compilation under OS/2

Tomas Hajny 23 年之前
父节点
当前提交
f622e4f5a9
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 6 0
      Makefile
  2. 6 0
      Makefile.fpc

+ 6 - 0
Makefile

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

+ 6 - 0
Makefile.fpc

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