mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +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
|
||||
PkgFilename:=PackageNamesOrFiles[i];
|
||||
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;
|
||||
end;
|
||||
PkgFilename:=ExpandFileNameUTF8(PkgFilename);
|
||||
|
Loading…
Reference in New Issue
Block a user