mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 13:50:36 +02:00
+ disable unimplemented stuff in fppkg for MorphOS/Amiga, so it builds at least
git-svn-id: trunk@16194 -
This commit is contained in:
parent
02bfc51f71
commit
497518c6a3
@ -7,9 +7,13 @@ unit buildfppkg;
|
||||
not implemented properly, so remove them by ifdef. jl Aug 2009
|
||||
}
|
||||
|
||||
{$ifndef go32v2}
|
||||
{$ifndef go32v2}
|
||||
{$ifndef amiga}
|
||||
{$ifndef morphos}
|
||||
uses
|
||||
fprepos,fpxmlrep,pkgoptions,pkgglobals,pkgmessages,pkghandler,pkgmkconv,pkgdownload,pkgfpmake,pkgcommands,pkgrepos,pkgwget,pkglnet;
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user