mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
* finished zlib addition to OS/2
This commit is contained in:
parent
06b26cdb3a
commit
92f58d8e2e
@ -209,7 +209,7 @@ ifeq ($(OS_TARGET),win32)
|
||||
override TARGET_DIRS+=unzip uncgi opengl gtk zlib mmsystem tcl cdrom
|
||||
endif
|
||||
ifeq ($(OS_TARGET),os2)
|
||||
override TARGET_DIRS+=unzip uncgi
|
||||
override TARGET_DIRS+=unzip uncgi zlib
|
||||
endif
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
override TARGET_DIRS+=unzip uncgi fpasync x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp cmem bfd zlib gdbm ncurses
|
||||
@ -1076,6 +1076,7 @@ endif
|
||||
ifeq ($(OS_TARGET),os2)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_UNCGI=1
|
||||
TARGET_DIRS_ZLIB=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
|
Loading…
Reference in New Issue
Block a user