mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:39:29 +02:00
Also disable fpdoc and pas2jni utils packages for targets not supporting fcl-process package
git-svn-id: trunk@40363 -
This commit is contained in:
parent
426e523a81
commit
234d442f71
@ -26,6 +26,10 @@ begin
|
||||
P.Description := 'Free Pascal documentation generation utility.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macos,palmos,atari];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-passrc');
|
||||
|
@ -24,6 +24,10 @@ begin
|
||||
P.Email := '';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macos,palmos,atari];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.3.1';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
|
Loading…
Reference in New Issue
Block a user