mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 19:09:36 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@21941 -
This commit is contained in:
parent
97a9d2384e
commit
60b4421824
@ -1117,7 +1117,7 @@ procedure TLazBuildApplication.WriteUsage;
|
|||||||
const
|
const
|
||||||
space = ' ';
|
space = ' ';
|
||||||
begin
|
begin
|
||||||
TranslateResourceStrings(ProgramDirectory,'');
|
TranslateResourceStrings(ProgramDirectory(true),'');
|
||||||
writeln('');
|
writeln('');
|
||||||
writeln('lazbuild [options] <project or package-filename>');
|
writeln('lazbuild [options] <project or package-filename>');
|
||||||
writeln('');
|
writeln('');
|
||||||
|
Loading…
Reference in New Issue
Block a user