mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 14:49:33 +02:00
* added netware and netwlibc to smarttargets
This commit is contained in:
parent
312405c3b3
commit
399c230c41
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/04]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/10]
|
||||
#
|
||||
default: help
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||
@ -259,7 +259,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
|
||||
|
@ -73,7 +73,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
|
||||
|
Loading…
Reference in New Issue
Block a user