mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Disable vcl-compat for target embedded.
git-svn-id: trunk@42939 -
This commit is contained in:
parent
9e5cbce6be
commit
45b59168ff
@ -19,6 +19,7 @@ begin
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Various non-visual VCL compatibility units.';
|
||||
P.OSes := P.OSes - [embedded];
|
||||
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
|
Loading…
Reference in New Issue
Block a user