Browse Source

* sqllite and pthreads added

marco 22 years ago
parent
commit
3561b1e55a
2 changed files with 5 additions and 3 deletions
  1. 4 2
      packages/base/Makefile
  2. 1 1
      packages/base/Makefile.fpc

+ 4 - 2
packages/base/Makefile

@@ -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

+ 1 - 1
packages/base/Makefile.fpc

@@ -13,7 +13,7 @@ dirs_netbsd=inet gdbint libasync \
 dirs_openbsd=inet gdbint libasync \
 dirs_openbsd=inet gdbint libasync \
             mysql ibase postgres oracle odbc 
             mysql ibase postgres oracle odbc 
 dirs_freebsd=inet gdbint libasync \
 dirs_freebsd=inet gdbint libasync \
-             mysql ibase postgres oracle odbc 
+             mysql ibase postgres oracle odbc sqlite pthreads
 
 
 [install]
 [install]
 fpcpackage=y
 fpcpackage=y