- added postgres for win32

This commit is contained in:
joost 2005-02-04 18:17:55 +00:00
parent aac3df3cfb
commit 254c09ae48
2 changed files with 3 additions and 2 deletions

View File

@ -237,7 +237,7 @@ ifeq ($(FULL_TARGET),i386-go32v2)
override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5 gdbint override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5 gdbint
endif endif
ifeq ($(FULL_TARGET),i386-win32) 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 endif
ifeq ($(FULL_TARGET),i386-os2) ifeq ($(FULL_TARGET),i386-os2)
override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5 override TARGET_DIRS+=paszlib pasjpeg regexpr netdb md5
@ -1401,6 +1401,7 @@ TARGET_DIRS_MYSQL=1
TARGET_DIRS_IBASE=1 TARGET_DIRS_IBASE=1
TARGET_DIRS_ODBC=1 TARGET_DIRS_ODBC=1
TARGET_DIRS_SQLITE=1 TARGET_DIRS_SQLITE=1
TARGET_DIRS_POSTGRES=1
endif endif
ifeq ($(FULL_TARGET),i386-os2) ifeq ($(FULL_TARGET),i386-os2)
TARGET_DIRS_PASZLIB=1 TARGET_DIRS_PASZLIB=1

View File

@ -6,7 +6,7 @@
dirs=paszlib pasjpeg regexpr netdb md5 dirs=paszlib pasjpeg regexpr netdb md5
dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \ dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \
pthreads sqlite libc pthreads sqlite libc
dirs_win32=gdbint mysql ibase odbc sqlite dirs_win32=gdbint mysql ibase odbc sqlite postgres
dirs_go32v2=gdbint dirs_go32v2=gdbint
dirs_netbsd=gdbint libasync \ dirs_netbsd=gdbint libasync \
mysql ibase postgres oracle odbc mysql ibase postgres oracle odbc