mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +02:00

* Added a fpmake.pp in the root, to compile the utils and packages in one go git-svn-id: trunk@24783 -
15 lines
194 B
PHP
15 lines
194 B
PHP
{ $include ide/fpmake.pp}
|
|
|
|
{$include packages/fpmake.pp}
|
|
|
|
(*
|
|
procedure add_rtl(const ADirectory: string);
|
|
begin
|
|
with Installer do
|
|
{$include rtl/fpmake.pp}
|
|
end;
|
|
*)
|
|
|
|
{$include utils/fpmake.pp}
|
|
|