mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:59:24 +02:00
* always add a fileextension to the package name so that packages with dotted names are handled correctly
git-svn-id: trunk@34231 -
This commit is contained in:
parent
839d82d9c6
commit
cb5f582f94
@ -411,7 +411,8 @@ implementation
|
|||||||
constructor tpcppackage.create(const pn: string);
|
constructor tpcppackage.create(const pn: string);
|
||||||
begin
|
begin
|
||||||
inherited create(pn);
|
inherited create(pn);
|
||||||
setfilename(pn,true);
|
|
||||||
|
setfilename(pn+'.ppk',true);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor tpcppackage.destroy;
|
destructor tpcppackage.destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user