mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
- added postgres for win32
This commit is contained in:
parent
aac3df3cfb
commit
254c09ae48
@ -237,7 +237,7 @@ ifeq ($(FULL_TARGET),i386-go32v2)
|
||||
override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5 gdbint
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-win32)
|
||||
override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5 gdbint mysql ibase odbc sqlite
|
||||
override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5 gdbint mysql ibase odbc sqlite postgres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5
|
||||
@ -1401,6 +1401,7 @@ TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
TARGET_DIRS_PASZLIB=1
|
||||
|
@ -6,7 +6,7 @@
|
||||
dirs=paszlib pasjpeg regexpr netdb md5
|
||||
dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \
|
||||
pthreads sqlite libc
|
||||
dirs_win32=gdbint mysql ibase odbc sqlite
|
||||
dirs_win32=gdbint mysql ibase odbc sqlite postgres
|
||||
dirs_go32v2=gdbint
|
||||
dirs_netbsd=gdbint libasync \
|
||||
mysql ibase postgres oracle odbc
|
||||
|
Loading…
Reference in New Issue
Block a user