mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +02:00
+arm/wince more db, extrapackages
git-svn-id: trunk@2066 -
This commit is contained in:
parent
19b6be7d8e
commit
1a2308afc4
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/10]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/26]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince powerpc64-linux
|
||||
@ -278,7 +278,7 @@ ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||
override TARGET_DIRS+=sdf memds sqldb
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
override TARGET_DIRS+=sdf memds sqldb
|
||||
override TARGET_DIRS+=sdf memds sqldb interbase sqlite dbase
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_DIRS+=sdf memds sqldb mysql interbase sqlite dbase
|
||||
@ -338,7 +338,7 @@ ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=sdf memds sqldb mysql interbase sqlite dbase
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
override TARGET_DIRS+=sdf memds sqldb
|
||||
override TARGET_DIRS+=sdf memds sqldb interbase sqlite dbase
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override TARGET_DIRS+=sdf memds sqldb mysql interbase sqlite dbase
|
||||
@ -1620,6 +1620,9 @@ REQUIRE_PACKAGES_RTL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
REQUIRE_PACKAGES_IBASE=1
|
||||
REQUIRE_PACKAGES_POSTGRES=1
|
||||
REQUIRE_PACKAGES_SQLITE=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
@ -1740,6 +1743,9 @@ REQUIRE_PACKAGES_SQLITE=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
REQUIRE_PACKAGES_IBASE=1
|
||||
REQUIRE_PACKAGES_POSTGRES=1
|
||||
REQUIRE_PACKAGES_SQLITE=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
@ -2460,6 +2466,9 @@ ifeq ($(FULL_TARGET),i386-wince)
|
||||
TARGET_DIRS_SDF=1
|
||||
TARGET_DIRS_MEMDS=1
|
||||
TARGET_DIRS_SQLDB=1
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
TARGET_DIRS_DBASE=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
TARGET_DIRS_SDF=1
|
||||
@ -2603,6 +2612,9 @@ ifeq ($(FULL_TARGET),arm-wince)
|
||||
TARGET_DIRS_SDF=1
|
||||
TARGET_DIRS_MEMDS=1
|
||||
TARGET_DIRS_SQLDB=1
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
TARGET_DIRS_DBASE=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
TARGET_DIRS_SDF=1
|
||||
|
@ -14,6 +14,7 @@ dirs_darwin=mysql interbase sqlite
|
||||
dirs_netbsd=mysql interbase sqlite
|
||||
dirs_openbsd=mysql interbase sqlite
|
||||
dirs_win32=mysql interbase sqlite dbase
|
||||
dirs_wince=interbase sqlite dbase
|
||||
units=dbconst db ddg_ds ddg_rec dbwhtml
|
||||
exampledirs=tests
|
||||
rsts=dbwhtml dbconst
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/10]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/26]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince powerpc64-linux
|
||||
@ -247,6 +247,9 @@ endif
|
||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||
override TARGET_DIRS+=interbase postgres mysql odbc
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
override TARGET_DIRS+=interbase postgres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_DIRS+=interbase postgres mysql odbc
|
||||
endif
|
||||
@ -283,6 +286,9 @@ endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=interbase postgres mysql odbc
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
override TARGET_DIRS+=interbase postgres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override TARGET_DIRS+=interbase postgres mysql odbc
|
||||
endif
|
||||
@ -1447,6 +1453,8 @@ REQUIRE_PACKAGES_RTL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
REQUIRE_PACKAGES_IBASE=1
|
||||
REQUIRE_PACKAGES_POSTGRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
@ -1555,6 +1563,8 @@ REQUIRE_PACKAGES_ODBC=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
REQUIRE_PACKAGES_IBASE=1
|
||||
REQUIRE_PACKAGES_POSTGRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
REQUIRE_PACKAGES_RTL=1
|
||||
@ -2163,6 +2173,10 @@ TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
@ -2235,6 +2249,10 @@ TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
TARGET_DIRS_INTERBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
|
@ -12,6 +12,7 @@ dirs_darwin=interbase postgres mysql odbc
|
||||
dirs_netbsd=interbase postgres mysql odbc
|
||||
dirs_openbsd=interbase postgres mysql odbc
|
||||
dirs_win32=interbase postgres mysql odbc
|
||||
dirs_wince=interbase postgres
|
||||
units=sqldb
|
||||
rsts=sqldb
|
||||
|
||||
|
@ -22,6 +22,12 @@ uses Dynlibs, sysutils;
|
||||
gdslib = 'gds32.dll';
|
||||
fbclib = 'fbclient.dll';
|
||||
{$ENDIF}
|
||||
{$IFDEF Wince}
|
||||
{$DEFINE extdecl:=stdcall}
|
||||
const
|
||||
gdslib = 'gds32.dll';
|
||||
fbclib = 'fbclient.dll';
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
{ Unsigned types }
|
||||
|
@ -22,6 +22,10 @@ uses
|
||||
const
|
||||
pqlib = 'libpq.dll';
|
||||
{$ENDIF}
|
||||
{$IFDEF Wince}
|
||||
const
|
||||
pqlib = 'libpq.dll';
|
||||
{$ENDIF}
|
||||
|
||||
{$i dllisttypes.inc}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/10]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/26]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince powerpc64-linux
|
||||
@ -260,6 +260,9 @@ endif
|
||||
ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||
override TARGET_DIRS+=unzip zlib
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
override TARGET_DIRS+=unzip zlib tcl fftw
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_DIRS+=unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk unixutil newt uuid
|
||||
endif
|
||||
@ -302,6 +305,9 @@ endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk unixutil newt uuid
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
override TARGET_DIRS+=unzip zlib tcl fftw
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override TARGET_DIRS+=unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk unixutil newt uuid
|
||||
endif
|
||||
@ -1488,6 +1494,12 @@ ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_ZLIB=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_ZLIB=1
|
||||
TARGET_DIRS_TCL=1
|
||||
TARGET_DIRS_FFTW=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_ZLIB=1
|
||||
@ -1782,6 +1794,12 @@ TARGET_DIRS_UNIXUTIL=1
|
||||
TARGET_DIRS_NEWT=1
|
||||
TARGET_DIRS_UUID=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_ZLIB=1
|
||||
TARGET_DIRS_TCL=1
|
||||
TARGET_DIRS_FFTW=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_ZLIB=1
|
||||
|
@ -20,6 +20,7 @@ dirs_openbsd=unzip zlib \
|
||||
forms svgalib ggi libpng libgd \
|
||||
utmp bfd gdbm ncurses fpgtk tcl imlib gnome1
|
||||
dirs_win32=unzip opengl gtk gtk2 zlib tcl cdrom fpgtk winunits fftw
|
||||
dirs_wince=unzip zlib tcl fftw
|
||||
dirs_os2=os2units \
|
||||
rexx \
|
||||
unzip zlib \
|
||||
|
Loading…
Reference in New Issue
Block a user