Răsfoiți Sursa

* fixes for 8.3 platforms

Tomas Hajny 21 ani în urmă
părinte
comite
490f9abe4c
2 a modificat fișierele cu 154 adăugiri și 155 ștergeri
  1. 152 153
      utils/fpcm/fpcmake.inc
  2. 2 2
      utils/fpcm/fpcmake.ini

Fișier diff suprimat deoarece este prea mare
+ 152 - 153
utils/fpcm/fpcmake.inc


+ 2 - 2
utils/fpcm/fpcmake.ini

@@ -10,7 +10,7 @@
 # OS categories
 BSDs = freebsd netbsd openbsd darwin
 UNIXs = linux $(BSDs) sunos qnx
-LIMIT83fs = go32v2 os2
+LIMIT83fs = go32v2 os2 emx watcom
 
 #Empty target for rules that always should run. Needed if
 #the target is non-phoney, and there is non-phony prereqisites.
@@ -895,7 +895,7 @@ endif
 # Generate fpcmade.<x>, use for 8.3 limited OS's the short extension
 # Otherwise use the full name
 ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
-FPCMADE=fpcmade$(FPCMADEEXT)
+FPCMADE=fpcmade.$(FPCMADEEXT)
 else
 FPCMADE=fpcmade.$(FULL_TARGET)
 endif

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff