mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 19:08:15 +02:00
* Added compilation of dblib, fixes compilation after r20618
git-svn-id: trunk@20621 -
This commit is contained in:
parent
b01e6e1671
commit
69ba57f4a7
@ -7,6 +7,7 @@
|
||||
add_cdrom;
|
||||
add_chm;
|
||||
add_cocoaint;
|
||||
add_dblib;
|
||||
add_dbus;
|
||||
add_dts;
|
||||
add_fastcgi;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user