diff options
| author | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-02-10 20:12:51 +0000 |
|---|---|---|
| committer | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-02-10 20:12:51 +0000 |
| commit | 06748597ce89f87951db0d21e6debf8c6c418ca0 (patch) | |
| tree | 96410a8eb5d5b7a940e01e73ef33ad12b7de7dbd /packages/fpmake.pp | |
| parent | 934561210dc3e61a45f1144740e42a0d0622c850 (diff) | |
| download | fpc-06748597ce89f87951db0d21e6debf8c6c418ca0.tar.gz | |
* added new packages
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@10283 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpmake.pp')
| -rw-r--r-- | packages/fpmake.pp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/fpmake.pp b/packages/fpmake.pp index 931e631d7b..8dfb271598 100644 --- a/packages/fpmake.pp +++ b/packages/fpmake.pp @@ -24,17 +24,21 @@ The include lines below are generated with the following command: {$include aspell/fpmake.pp} {$include bfd/fpmake.pp} {$include bzip2/fpmake.pp} +{$include cairo/fpmake.pp} {$include cdrom/fpmake.pp} +{$include chm/fpmake.pp} {$include dbus/fpmake.pp} {$include dts/fpmake.pp} {$include fcl-async/fpmake.pp} {$include fcl-base/fpmake.pp} +{$include fcl-db/fpmake.pp} {$include fcl-fpcunit/fpmake.pp} {$include fcl-image/fpmake.pp} {$include fcl-json/fpmake.pp} {$include fcl-net/fpmake.pp} {$include fcl-passrc/fpmake.pp} {$include fcl-process/fpmake.pp} +{$include fcl-registry/fpmake.pp} {$include fcl-web/fpmake.pp} {$include fcl-xml/fpmake.pp} {$include fftw/fpmake.pp} @@ -46,9 +50,11 @@ The include lines below are generated with the following command: {$include gdbm/fpmake.pp} {$include ggi/fpmake.pp} {$include gnome1/fpmake.pp} +{$include graph/fpmake.pp} {$include gtk1/fpmake.pp} {$include gtk2/fpmake.pp} {$include hash/fpmake.pp} +{$include hermes/fpmake.pp} {$include httpd13/fpmake.pp} {$include httpd20/fpmake.pp} {$include httpd22/fpmake.pp} @@ -71,6 +77,7 @@ The include lines below are generated with the following command: {$include numlib/fpmake.pp} {$include odbc/fpmake.pp} {$include oggvorbis/fpmake.pp} +{$include openal/fpmake.pp} {$include opengl/fpmake.pp} {$include openssl/fpmake.pp} {$include oracle/fpmake.pp} @@ -80,6 +87,7 @@ The include lines below are generated with the following command: {$include paszlib/fpmake.pp} {$include pcap/fpmake.pp} {$include postgres/fpmake.pp} +{$include ptc/fpmake.pp} {$include pthreads/fpmake.pp} {$include pxlib/fpmake.pp} {$include regexpr/fpmake.pp} @@ -91,6 +99,7 @@ The include lines below are generated with the following command: {$include symbolic/fpmake.pp} {$include syslog/fpmake.pp} {$include tcl/fpmake.pp} +{$include univint/fpmake.pp} {$include unixutil/fpmake.pp} {$include unzip/fpmake.pp} {$include users/fpmake.pp} @@ -114,4 +123,3 @@ The include lines below are generated with the following command: Run; end; end. - |
