Explorar el Código

* added netware and netwlibc to SMARTTARGETS

armin hace 20 años
padre
commit
e925d4e678
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.fpc

+ 1 - 1
Makefile.fpc

@@ -81,7 +81,7 @@ ifdef SNAPSHOT
 ALLTARGET=all
 else
 ifndef ALLTARGET
-SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd
+SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd netware netwlibc
 ifneq ($(findstring $(OS_TARGET),$(SMARTTARGETS)),)
 ALLTARGET=smart
 else