Browse Source

* added netware and netwlibc to SMARTTARGETS

armin 20 năm trước cách đây
mục cha
commit
e925d4e678
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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