diff options
| author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-13 18:33:57 +0000 |
|---|---|---|
| committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-13 18:33:57 +0000 |
| commit | 064e387d4998fc7045b1358c7322d7894b512d69 (patch) | |
| tree | 30dacddf113578a24617a0e6aca1cd3869fe4827 /packages/fpmake_proc.inc | |
| parent | cf8d217d988d337bc096f57187d0711966db67ff (diff) | |
| download | fpc-064e387d4998fc7045b1358c7322d7894b512d69.tar.gz | |
* Re-generated using script in fpmake.pp
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15273 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpmake_proc.inc')
| -rw-r--r-- | packages/fpmake_proc.inc | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/packages/fpmake_proc.inc b/packages/fpmake_proc.inc index d0ef54dae4..9cc5520c56 100644 --- a/packages/fpmake_proc.inc +++ b/packages/fpmake_proc.inc @@ -226,12 +226,6 @@ begin {$include hash/fpmake.pp} end; -procedure add_hermes; -begin - with Installer do -{$include hermes/fpmake.pp} -end; - procedure add_httpd13; begin with Installer do @@ -322,6 +316,12 @@ begin {$include librsvg/fpmake.pp} end; +procedure add_libsee; +begin + with Installer do +{$include libsee/fpmake.pp} +end; + procedure add_libxml; begin with Installer do @@ -376,6 +376,12 @@ begin {$include numlib/fpmake.pp} end; +procedure add_nvapi; +begin + with Installer do +{$include nvapi/fpmake.pp} +end; + procedure add_objcrtl; begin with Installer do @@ -400,6 +406,12 @@ begin {$include openal/fpmake.pp} end; +procedure add_opencl; +begin + with Installer do +{$include opencl/fpmake.pp} +end; + procedure add_opengl; begin with Installer do @@ -460,12 +472,6 @@ begin {$include proj4/fpmake.pp} end; -procedure add_ptc; -begin - with Installer do -{$include ptc/fpmake.pp} -end; - procedure add_pthreads; begin with Installer do @@ -496,12 +502,6 @@ begin {$include sdl/fpmake.pp} end; -procedure add_sndfile; -begin - with Installer do -{$include sndfile/fpmake.pp} -end; - procedure add_sqlite; begin with Installer do |
