mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
* Enabled compilation of TMySQLxxConnection for win64
git-svn-id: trunk@7416 -
This commit is contained in:
parent
7d109a1a33
commit
419d518d4b
@ -287,7 +287,7 @@ ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||
override TARGET_DIRS+=interbase postgres mysql odbc oracle
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||
override TARGET_DIRS+=interbase odbc
|
||||
override TARGET_DIRS+=interbase odbc mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=interbase postgres mysql odbc oracle
|
||||
@ -1760,6 +1760,7 @@ ifeq ($(FULL_TARGET),x86_64-win64)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
REQUIRE_PACKAGES_IBASE=1
|
||||
REQUIRE_PACKAGES_ODBC=1
|
||||
REQUIRE_PACKAGES_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
@ -2577,6 +2578,7 @@ endif
|
||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
|
@ -12,7 +12,7 @@ dirs_darwin=interbase postgres mysql odbc oracle
|
||||
dirs_netbsd=interbase postgres mysql odbc oracle
|
||||
dirs_openbsd=interbase postgres mysql odbc oracle
|
||||
dirs_win32=interbase postgres mysql odbc oracle
|
||||
dirs_win64=interbase odbc
|
||||
dirs_win64=interbase odbc mysql
|
||||
dirs_wince=interbase postgres
|
||||
units=sqldb
|
||||
rsts=sqldb
|
||||
|
Loading…
Reference in New Issue
Block a user