mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 08:39:32 +02:00
* sqllite and pthreads added
This commit is contained in:
parent
50e934ab2f
commit
3561b1e55a
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/28]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/11/04]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
||||
@ -215,7 +215,7 @@ ifeq ($(OS_TARGET),win32)
|
||||
override TARGET_DIRS+=inet gdbint mysql ibase odbc sqlite
|
||||
endif
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
override TARGET_DIRS+=inet gdbint libasync mysql ibase postgres oracle odbc
|
||||
override TARGET_DIRS+=inet gdbint libasync mysql ibase postgres oracle odbc sqlite pthreads
|
||||
endif
|
||||
ifeq ($(OS_TARGET),netbsd)
|
||||
override TARGET_DIRS+=inet gdbint libasync mysql ibase postgres oracle odbc
|
||||
@ -1384,6 +1384,8 @@ TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
TARGET_DIRS_PTHREADS=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),netbsd)
|
||||
TARGET_DIRS_INET=1
|
||||
|
@ -13,7 +13,7 @@ dirs_netbsd=inet gdbint libasync \
|
||||
dirs_openbsd=inet gdbint libasync \
|
||||
mysql ibase postgres oracle odbc
|
||||
dirs_freebsd=inet gdbint libasync \
|
||||
mysql ibase postgres oracle odbc
|
||||
mysql ibase postgres oracle odbc sqlite pthreads
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
Loading…
Reference in New Issue
Block a user