mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:09:18 +02:00
* make shortname really short
git-svn-id: trunk@48838 -
This commit is contained in:
parent
f7bf90f6a8
commit
0aae9dd375
@ -13,7 +13,7 @@ begin
|
|||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
|
||||||
P:=AddPackage('tplylib');
|
P:=AddPackage('tplylib');
|
||||||
P.ShortName:='tplylib';
|
P.ShortName:='tpll';
|
||||||
{$ifdef ALLPACKAGES}
|
{$ifdef ALLPACKAGES}
|
||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
Loading…
Reference in New Issue
Block a user