mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 09:59:12 +02:00
fcl-css in build
This commit is contained in:
parent
5b3953dde3
commit
5377cee3a2
@ -354,7 +354,7 @@ Const
|
||||
|
||||
implementation
|
||||
|
||||
uses SysUtils, Classes, rtlConsts, fpjson;
|
||||
uses SysUtils, Classes, rtlConsts;
|
||||
|
||||
Const
|
||||
sIndent = ' ';
|
||||
|
@ -149,4 +149,5 @@
|
||||
add_mustache(ADirectory+IncludeTrailingPathDelimiter('fcl-mustache'));
|
||||
add_wasmtime(ADirectory+IncludeTrailingPathDelimiter('wasmtime'));
|
||||
add_gitlab(ADirectory+IncludeTrailingPathDelimiter('gitlab'));
|
||||
add_fcl_css(ADirectory+IncludeTrailingPathDelimiter('fcl-css'));
|
||||
|
||||
|
@ -196,6 +196,12 @@ begin
|
||||
{$include fcl-xml/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_fcl_css(const ADirectory: string);
|
||||
begin
|
||||
with Installer do
|
||||
{$include fcl-css/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_fftw(const ADirectory: string);
|
||||
begin
|
||||
with Installer do
|
||||
|
Loading…
Reference in New Issue
Block a user