fpc/fpmake_proc1.inc
joost df4191acb3 * Handle the location of each package at run-time, not at compilation time
* Added a fpmake.pp in the root, to compile the utils and packages in one go

git-svn-id: trunk@24783 -
2013-06-02 17:55:23 +00:00

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}