Files
lazarus-ccr/components/nvidia-widgets/fpmake_proc.inc

19 lines
254 B
PHP
Raw Permalink Normal View History

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;