* Compile libgbafpc and libndsfpc only for gba and nds respectively

git-svn-id: trunk@18802 -
This commit is contained in:
joost 2011-08-21 19:15:21 +00:00
parent 25cb482572
commit f95438ac0b
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libgbafpc');
P.OSes:=[gba];
{$ifdef ALLPACKAGES}
P.Directory:='libgbafpc';
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libndsfpc');
P.OSes:=[nds];
{$ifdef ALLPACKAGES}
P.Directory:='libndsfpc';
{$endif ALLPACKAGES}