blob: c6825a8c7e4164c56e33e418213d5acb8aa41eef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ $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}
|