* Disable vcl-compat for target embedded.

git-svn-id: trunk@42939 -
This commit is contained in:
Jeppe Johansen 2019-09-07 20:19:54 +00:00
parent 9e5cbce6be
commit 45b59168ff

View File

@ -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;