Browse Source

* ppc386 now default for OS/2 as well

Tomas Hajny 25 years ago
parent
commit
25aca5f60f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      utils/fpcmake.ini

+ 0 - 4
utils/fpcmake.ini

@@ -78,13 +78,9 @@ ifndef FPC
 ifdef PP
 FPC=$(PP)
 else
-ifdef inOS2
-FPC=ppos2
-else
 FPC=ppc386
 endif
 endif
-endif
 override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
 override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)