~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to fcl/db/sqldb/Makefile.fpc

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
main=fcl
7
7
 
8
8
[target]
9
 
dirs_linux=interbase postgres mysql
10
 
dirs_freebsd=interbase postgres mysql
11
 
dirs_darwin=interbase postgres mysql
12
 
dirs_netbsd=interbase postgres mysql
13
 
dirs_openbsd=interbase postgres mysql
14
 
dirs_win32=interbase postgres mysql
 
9
dirs_linux=interbase postgres mysql odbc oracle
 
10
dirs_freebsd=interbase postgres mysql odbc oracle
 
11
dirs_darwin=interbase postgres mysql odbc oracle
 
12
dirs_netbsd=interbase postgres mysql odbc oracle
 
13
dirs_openbsd=interbase postgres mysql odbc oracle
 
14
dirs_win32=interbase postgres mysql odbc oracle
 
15
dirs_wince=interbase postgres 
15
16
units=sqldb
16
17
rsts=sqldb
17
18