* Re-generated using script in fpmake.pp

git-svn-id: trunk@15273 -
This commit is contained in:
joost 2010-05-13 18:33:57 +00:00
parent ca660d409c
commit 5405dfe119
2 changed files with 21 additions and 21 deletions

View File

@ -36,7 +36,6 @@
add_gtk1; add_gtk1;
add_gtk2; add_gtk2;
add_hash; add_hash;
add_hermes;
add_httpd13; add_httpd13;
add_httpd20; add_httpd20;
add_httpd22; add_httpd22;
@ -52,6 +51,7 @@
add_libndsfpc; add_libndsfpc;
add_libpng; add_libpng;
add_librsvg; add_librsvg;
add_libsee;
add_libxml; add_libxml;
add_lua; add_lua;
add_mad; add_mad;
@ -61,10 +61,12 @@
add_ncurses; add_ncurses;
add_newt; add_newt;
add_numlib; add_numlib;
add_nvapi;
add_objcrtl; add_objcrtl;
add_odbc; add_odbc;
add_oggvorbis; add_oggvorbis;
add_openal; add_openal;
add_opencl;
add_opengl; add_opengl;
add_openssl; add_openssl;
add_oracle; add_oracle;
@ -75,13 +77,11 @@
add_pcap; add_pcap;
add_postgres; add_postgres;
add_proj4; add_proj4;
add_ptc;
add_pthreads; add_pthreads;
add_pxlib; add_pxlib;
add_regexpr; add_regexpr;
add_rexx; add_rexx;
add_sdl; add_sdl;
add_sndfile;
add_sqlite; add_sqlite;
add_svgalib; add_svgalib;
add_symbolic; add_symbolic;

View File

@ -226,12 +226,6 @@ begin
{$include hash/fpmake.pp} {$include hash/fpmake.pp}
end; end;
procedure add_hermes;
begin
with Installer do
{$include hermes/fpmake.pp}
end;
procedure add_httpd13; procedure add_httpd13;
begin begin
with Installer do with Installer do
@ -322,6 +316,12 @@ begin
{$include librsvg/fpmake.pp} {$include librsvg/fpmake.pp}
end; end;
procedure add_libsee;
begin
with Installer do
{$include libsee/fpmake.pp}
end;
procedure add_libxml; procedure add_libxml;
begin begin
with Installer do with Installer do
@ -376,6 +376,12 @@ begin
{$include numlib/fpmake.pp} {$include numlib/fpmake.pp}
end; end;
procedure add_nvapi;
begin
with Installer do
{$include nvapi/fpmake.pp}
end;
procedure add_objcrtl; procedure add_objcrtl;
begin begin
with Installer do with Installer do
@ -400,6 +406,12 @@ begin
{$include openal/fpmake.pp} {$include openal/fpmake.pp}
end; end;
procedure add_opencl;
begin
with Installer do
{$include opencl/fpmake.pp}
end;
procedure add_opengl; procedure add_opengl;
begin begin
with Installer do with Installer do
@ -460,12 +472,6 @@ begin
{$include proj4/fpmake.pp} {$include proj4/fpmake.pp}
end; end;
procedure add_ptc;
begin
with Installer do
{$include ptc/fpmake.pp}
end;
procedure add_pthreads; procedure add_pthreads;
begin begin
with Installer do with Installer do
@ -496,12 +502,6 @@ begin
{$include sdl/fpmake.pp} {$include sdl/fpmake.pp}
end; end;
procedure add_sndfile;
begin
with Installer do
{$include sndfile/fpmake.pp}
end;
procedure add_sqlite; procedure add_sqlite;
begin begin
with Installer do with Installer do