mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 16:31:04 +02:00
* Add some packages for FreeBSD. Please keep FreeBSD in sync!!
This commit is contained in:
parent
b10e754536
commit
2963d1fc41
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/06/06]
|
||||
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/02]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -125,6 +125,9 @@ endif
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
override TARGET_DIRS+=mysql interbase
|
||||
endif
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
override TARGET_DIRS+=mysql interbase
|
||||
endif
|
||||
override TARGET_UNITS+=db ddg_ds ddg_rec
|
||||
override TARGET_EXAMPLEDIRS+=tests
|
||||
override INSTALL_FPCPACKAGE=y
|
||||
@ -528,6 +531,8 @@ REQUIRE_PACKAGES_RTL=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
REQUIRE_PACKAGES_MYSQL=1
|
||||
REQUIRE_PACKAGES_IBASE=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),beos)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
@ -949,6 +954,10 @@ ifeq ($(OS_TARGET),win32)
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
endif
|
||||
ifdef TARGET_DIRS_DBASE
|
||||
dbase_all:
|
||||
$(MAKE) -C dbase all
|
||||
|
@ -8,6 +8,7 @@ main=fcl
|
||||
[target]
|
||||
dirs=dbase
|
||||
dirs_linux=mysql interbase
|
||||
dirs_freebsd=mysql interbase
|
||||
dirs_win32=mysql interbase
|
||||
units=db ddg_ds ddg_rec
|
||||
exampledirs=tests
|
||||
|
Loading…
Reference in New Issue
Block a user