+ disable unimplemented stuff in fppkg for MorphOS/Amiga, so it builds at least

git-svn-id: trunk@16194 -
This commit is contained in:
Károly Balogh 2010-10-21 03:25:15 +00:00
parent 02bfc51f71
commit 497518c6a3

View File

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