* Fixed paths in fpmake.pp files

git-svn-id: trunk@24787 -
This commit is contained in:
joost 2013-06-02 21:20:14 +00:00
parent 07325e2b80
commit f8a6ddd460
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ begin
P.NeedLibC:= false;
{$ifdef ALLPACKAGES}
P.Directory:='fpcm';
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='2.7.1';

View File

@ -22,7 +22,7 @@ begin
P.Email := '';
{$ifdef ALLPACKAGES}
P.Directory:='unicode';
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='2.7.1';
P.Dependencies.Add('rtl');