
run configure script git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2257 8e941d3f-bd1b-0410-a28a-d453659cc2b4
19 lines
254 B
PHP
19 lines
254 B
PHP
procedure add_examples;
|
|
begin
|
|
with Installer do
|
|
{$include examples/fpmake.pp}
|
|
end;
|
|
|
|
procedure add_src;
|
|
begin
|
|
with Installer do
|
|
{$include src/fpmake.pp}
|
|
end;
|
|
|
|
procedure add_utils;
|
|
begin
|
|
with Installer do
|
|
{$include utils/fpmake.pp}
|
|
end;
|
|
|