mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:50:37 +02:00
* make it work for BeOS
This commit is contained in:
parent
62484bb78a
commit
681ea5cdc2
@ -144,7 +144,7 @@ ifeq ($(OS_TARGET),freebsd)
|
|||||||
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_TARGET),beos)
|
ifeq ($(OS_TARGET),beos)
|
||||||
override TARGET_DIRS+=uncgi paszlib regexpr
|
override TARGET_DIRS+=paszlib regexpr
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_TARGET),netbsd)
|
ifeq ($(OS_TARGET),netbsd)
|
||||||
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
||||||
@ -869,7 +869,6 @@ TARGET_DIRS_REGEXPR=1
|
|||||||
TARGET_DIRS_UNZIP=1
|
TARGET_DIRS_UNZIP=1
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_TARGET),beos)
|
ifeq ($(OS_TARGET),beos)
|
||||||
TARGET_DIRS_UNCGI=1
|
|
||||||
TARGET_DIRS_PASZLIB=1
|
TARGET_DIRS_PASZLIB=1
|
||||||
TARGET_DIRS_REGEXPR=1
|
TARGET_DIRS_REGEXPR=1
|
||||||
endif
|
endif
|
||||||
|
@ -15,7 +15,7 @@ dirs_netbsd=zlib ncurses x11 gtk syslog \
|
|||||||
mysql ibase postgres oracle \
|
mysql ibase postgres oracle \
|
||||||
opengl forms svgalib ggi libpng libgd \
|
opengl forms svgalib ggi libpng libgd \
|
||||||
utmp paszlib gdbint cmem regexpr unzip
|
utmp paszlib gdbint cmem regexpr unzip
|
||||||
dirs_beos=uncgi paszlib regexpr
|
dirs_beos=paszlib regexpr
|
||||||
dirs_os2=uncgi paszlib unzip regexpr
|
dirs_os2=uncgi paszlib unzip regexpr
|
||||||
dirs_freebsd=zlib ncurses x11 gtk syslog \
|
dirs_freebsd=zlib ncurses x11 gtk syslog \
|
||||||
inet uncgi \
|
inet uncgi \
|
||||||
|
Loading…
Reference in New Issue
Block a user