mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:49:14 +02:00
Remove useless code (P.OSes was set again below)
git-svn-id: trunk@42841 -
This commit is contained in:
parent
fd20dc1086
commit
c0212353d9
@ -18,10 +18,6 @@ begin
|
||||
begin
|
||||
P:=AddPackage('utils-fpdoc');
|
||||
P.ShortName:='fpdoc';
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
P.Author := '<various>';
|
||||
P.License := 'LGPL with modification';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
Loading…
Reference in New Issue
Block a user