mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:48:00 +02:00
Enable paszlib package and disable utils/fpcm and utils/fpcmkcfg for nativent OS
git-svn-id: trunk@41070 -
This commit is contained in:
parent
cab2b6261a
commit
eb4f3a29da
@ -20,7 +20,7 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.3.1';
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos];
|
||||
P.OSes := P.OSes - [embedded,msdos,win16,macos,palmos];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
|
@ -210,7 +210,7 @@ begin
|
||||
begin
|
||||
P:=AddPackage('utils-fpcm');
|
||||
P.ShortName:='fpcm';
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
|
||||
P.OSes:=AllOSes-[embedded,msdos,nativent,win16,macos,palmos];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
begin
|
||||
P:=AddPackage('utils-fpcmkcfg');
|
||||
P.ShortName:='fcmk';
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
|
||||
P.OSes:=AllOSes-[embedded,msdos,nativent,win16,macos,palmos];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user