From a2ca16be91fd13ab1a413e56fa379d5400d00568 Mon Sep 17 00:00:00 2001 From: ivost Date: Sat, 7 Nov 2009 13:04:34 +0000 Subject: [PATCH] * regenrated fpmake includes git-svn-id: trunk@14098 - --- packages/fpmake_add.inc | 7 +++++++ packages/fpmake_proc.inc | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/packages/fpmake_add.inc b/packages/fpmake_add.inc index f590fa792c..e8136721c4 100644 --- a/packages/fpmake_add.inc +++ b/packages/fpmake_add.inc @@ -8,9 +8,11 @@ add_chm; add_dbus; add_dts; + add_fastcgi; add_fcl_async; add_fcl_base; add_fcl_db; + add_fcl_extra; add_fcl_fpcunit; add_fcl_image; add_fcl_json; @@ -24,6 +26,7 @@ add_fftw; add_fpgtk; add_fpmkunit; + add_fpvectorial; add_fv; add_gdbint; add_gdbm; @@ -48,6 +51,7 @@ add_libgd; add_libndsfpc; add_libpng; + add_librsvg; add_libxml; add_lua; add_mad; @@ -57,6 +61,7 @@ add_ncurses; add_newt; add_numlib; + add_objcrtl; add_odbc; add_oggvorbis; add_openal; @@ -69,6 +74,7 @@ add_paszlib; add_pcap; add_postgres; + add_proj4; add_ptc; add_pthreads; add_pxlib; @@ -92,3 +98,4 @@ add_x11; add_xforms; add_zlib; + add_zorba; diff --git a/packages/fpmake_proc.inc b/packages/fpmake_proc.inc index 4802179706..d0ef54dae4 100644 --- a/packages/fpmake_proc.inc +++ b/packages/fpmake_proc.inc @@ -58,6 +58,12 @@ begin {$include dts/fpmake.pp} end; +procedure add_fastcgi; +begin + with Installer do +{$include fastcgi/fpmake.pp} +end; + procedure add_fcl_async; begin with Installer do @@ -76,6 +82,12 @@ begin {$include fcl-db/fpmake.pp} end; +procedure add_fcl_extra; +begin + with Installer do +{$include fcl-extra/fpmake.pp} +end; + procedure add_fcl_fpcunit; begin with Installer do @@ -154,6 +166,12 @@ begin {$include fpmkunit/fpmake.pp} end; +procedure add_fpvectorial; +begin + with Installer do +{$include fpvectorial/fpmake.pp} +end; + procedure add_fv; begin with Installer do @@ -298,6 +316,12 @@ begin {$include libpng/fpmake.pp} end; +procedure add_librsvg; +begin + with Installer do +{$include librsvg/fpmake.pp} +end; + procedure add_libxml; begin with Installer do @@ -352,6 +376,12 @@ begin {$include numlib/fpmake.pp} end; +procedure add_objcrtl; +begin + with Installer do +{$include objcrtl/fpmake.pp} +end; + procedure add_odbc; begin with Installer do @@ -424,6 +454,12 @@ begin {$include postgres/fpmake.pp} end; +procedure add_proj4; +begin + with Installer do +{$include proj4/fpmake.pp} +end; + procedure add_ptc; begin with Installer do @@ -567,3 +603,4 @@ begin with Installer do {$include zorba/fpmake.pp} end; +