* Added compilation of dblib, fixes compilation after r20618

git-svn-id: trunk@20621 -
This commit is contained in:
joost 2012-03-25 10:18:04 +00:00
parent b01e6e1671
commit 69ba57f4a7
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@
add_cdrom;
add_chm;
add_cocoaint;
add_dblib;
add_dbus;
add_dts;
add_fastcgi;

View File

@ -52,6 +52,12 @@ begin
{$include cocoaint/fpmake.pp}
end;
procedure add_dblib;
begin
with Installer do
{$include dblib/fpmake.pp}
end;
procedure add_dbus;
begin
with Installer do