|
@@ -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
|
|
default: all
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
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
|
|
override TARGET_DIRS+=inet gdbint mysql ibase odbc sqlite
|
|
endif
|
|
endif
|
|
ifeq ($(OS_TARGET),freebsd)
|
|
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
|
|
endif
|
|
ifeq ($(OS_TARGET),netbsd)
|
|
ifeq ($(OS_TARGET),netbsd)
|
|
override TARGET_DIRS+=inet gdbint libasync mysql ibase postgres oracle odbc
|
|
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_POSTGRES=1
|
|
TARGET_DIRS_ORACLE=1
|
|
TARGET_DIRS_ORACLE=1
|
|
TARGET_DIRS_ODBC=1
|
|
TARGET_DIRS_ODBC=1
|
|
|
|
+TARGET_DIRS_SQLITE=1
|
|
|
|
+TARGET_DIRS_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(OS_TARGET),netbsd)
|
|
ifeq ($(OS_TARGET),netbsd)
|
|
TARGET_DIRS_INET=1
|
|
TARGET_DIRS_INET=1
|