Selaa lähdekoodia

* ppc386 now default for OS/2 as well

Tomas Hajny 25 vuotta sitten
vanhempi
commit
25aca5f60f
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  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)