mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 03:49:08 +02:00
* Switched fcl-dbs fpmake-file to the same inclusion-mechanisn as used with gdbint. Fixes compilation of packages/fpmake.pp
git-svn-id: trunk@19984 -
This commit is contained in:
parent
088ddf7421
commit
1c3482debe
@ -3,6 +3,9 @@
|
|||||||
program fpmake;
|
program fpmake;
|
||||||
|
|
||||||
uses fpmkunit;
|
uses fpmkunit;
|
||||||
|
{$endif ALLPACKAGES}
|
||||||
|
|
||||||
|
procedure add_fcl_db;
|
||||||
|
|
||||||
const
|
const
|
||||||
ParadoxOSes = [beos,haiku,linux,freebsd,netbsd,openbsd,win32];
|
ParadoxOSes = [beos,haiku,linux,freebsd,netbsd,openbsd,win32];
|
||||||
@ -18,8 +21,6 @@ Var
|
|||||||
begin
|
begin
|
||||||
With Installer do
|
With Installer do
|
||||||
begin
|
begin
|
||||||
{$endif ALLPACKAGES}
|
|
||||||
|
|
||||||
P:=AddPackage('fcl-db');
|
P:=AddPackage('fcl-db');
|
||||||
|
|
||||||
P.Author := '<various>';
|
P.Author := '<various>';
|
||||||
@ -689,11 +690,16 @@ begin
|
|||||||
// database.ini.txt
|
// database.ini.txt
|
||||||
// README.txt
|
// README.txt
|
||||||
|
|
||||||
{$ifndef ALLPACKAGES}
|
|
||||||
Run;
|
|
||||||
end;
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
|
{$ifndef ALLPACKAGES}
|
||||||
|
begin
|
||||||
|
add_fcl_db;
|
||||||
|
Installer.Run;
|
||||||
end.
|
end.
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,11 +82,7 @@ begin
|
|||||||
{$include fcl-base/fpmake.pp}
|
{$include fcl-base/fpmake.pp}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure add_fcl_db;
|
|
||||||
begin
|
|
||||||
with Installer do
|
|
||||||
{$include fcl-db/fpmake.pp}
|
{$include fcl-db/fpmake.pp}
|
||||||
end;
|
|
||||||
|
|
||||||
procedure add_fcl_extra;
|
procedure add_fcl_extra;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user