* added netwlibc

This commit is contained in:
armin 2004-12-29 22:55:51 +00:00
parent ba9de3ec61
commit a5ea5e6ee6
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/20]
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/29]
#
default: all
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
@ -255,6 +255,9 @@ endif
ifeq ($(OS_TARGET),emx)
override TARGET_DIRS+=os2units rexx unzip zlib x11 gtk libpng tcl imlib fpgtk
endif
ifeq ($(OS_TARGET),netwlibc)
override TARGET_DIRS+=unzip zlib
endif
override INSTALL_FPCPACKAGE=y
override INSTALL_FPCSUBDIR=packages/extra
ifdef REQUIRE_UNITSDIR
@ -1636,6 +1639,10 @@ TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
TARGET_DIRS_FPGTK=1
endif
ifeq ($(OS_TARGET),netwlibc)
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
endif
ifdef TARGET_DIRS_UNZIP
unzip_all:
$(MAKE) -C unzip all

View File

@ -38,6 +38,7 @@ dirs_go32v2=unzip
dirs_amiga=amunits
dirs_palmos=palmunits
dirs_netware=unzip zlib
dirs_netwlibc=unzip zlib
dirs_darwin= unzip zlib \
x11 opengl gtk syslog \
forms svgalib ggi libpng libgd \