* Updated fpmake_proc.inc and fpmake_add.inc. Manually changed the entry for

gdbint, because detecting the gdblib-version needs some specials. Later
   all other entries can be changed alike.

git-svn-id: trunk@18096 -
This commit is contained in:
joost 2011-08-04 19:26:59 +00:00
parent 8c03cf38c7
commit 5146bea422
3 changed files with 8 additions and 12 deletions

View File

@ -2,7 +2,7 @@
{$define allpackages} {$define allpackages}
program fpmake; program fpmake;
uses fpmkunit; uses fpmkunit, sysutils, Classes;
Var Var
TBuild,T : TTarget; TBuild,T : TTarget;

View File

@ -6,6 +6,7 @@
add_cairo; add_cairo;
add_cdrom; add_cdrom;
add_chm; add_chm;
add_cocoaint;
add_dbus; add_dbus;
add_dts; add_dts;
add_fastcgi; add_fastcgi;
@ -59,7 +60,6 @@
add_libxml; add_libxml;
add_lua; add_lua;
add_mad; add_mad;
add_matroska;
add_modplug; add_modplug;
add_mysql; add_mysql;
add_ncurses; add_ncurses;

View File

@ -46,6 +46,12 @@ begin
{$include chm/fpmake.pp} {$include chm/fpmake.pp}
end; end;
procedure add_cocoaint;
begin
with Installer do
{$include cocoaint/fpmake.pp}
end;
procedure add_dbus; procedure add_dbus;
begin begin
with Installer do with Installer do
@ -184,11 +190,7 @@ begin
{$include fv/fpmake.pp} {$include fv/fpmake.pp}
end; end;
procedure add_gdbint;
begin
with Installer do
{$include gdbint/fpmake.pp} {$include gdbint/fpmake.pp}
end;
procedure add_gdbm; procedure add_gdbm;
begin begin
@ -364,12 +366,6 @@ begin
{$include mad/fpmake.pp} {$include mad/fpmake.pp}
end; end;
procedure add_matroska;
begin
with Installer do
{$include matroska/fpmake.pp}
end;
procedure add_modplug; procedure add_modplug;
begin begin
with Installer do with Installer do