mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 13:19:21 +02:00
lazbuild: comments
git-svn-id: trunk@52289 -
This commit is contained in:
parent
7d016ba974
commit
cfd3e115fb
@ -1107,7 +1107,7 @@ begin
|
|||||||
// Look for package name in all known packages
|
// Look for package name in all known packages
|
||||||
PkgFilename:=PackageNamesOrFiles[i];
|
PkgFilename:=PackageNamesOrFiles[i];
|
||||||
if CompareFileExt(PkgFilename,'.lpk')<>0 then begin
|
if CompareFileExt(PkgFilename,'.lpk')<>0 then begin
|
||||||
ErrorMsg+=PkgFilename+' is not a package, so it is not registered.'+LineEnding;
|
ErrorMsg+=PkgFilename+' is not a package (.lpk), so it is not registered.'+LineEnding;
|
||||||
continue;
|
continue;
|
||||||
end;
|
end;
|
||||||
PkgFilename:=ExpandFileNameUTF8(PkgFilename);
|
PkgFilename:=ExpandFileNameUTF8(PkgFilename);
|
||||||
|
Loading…
Reference in New Issue
Block a user