mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 07:08:12 +02:00
* Fixed paths in fpmake.pp files
git-svn-id: trunk@24787 -
This commit is contained in:
parent
07325e2b80
commit
f8a6ddd460
@ -205,7 +205,7 @@ begin
|
||||
P.NeedLibC:= false;
|
||||
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fpcm';
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.7.1';
|
||||
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user