mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 15:20:30 +02:00
lazbuild: resourcestring
This commit is contained in:
parent
9be9ac65d7
commit
97c66591c5
@ -5345,6 +5345,8 @@ resourcestring
|
||||
lisObjectPascalDefault = 'Object Pascal - default';
|
||||
lisVerifyMethodCalls = 'Verify method calls';
|
||||
lisBuildAllFilesOfProjectPackageIDE = 'Build all files of project/package/IDE.';
|
||||
lisCompilePackageTwiceAndCheckIfAnyUnitWasCompiledAga = 'compile package twice and check if any '
|
||||
+'unit was compiled again';
|
||||
lisApplyBuildFlagsBToDependenciesToo = 'Apply build flags (-B) to dependencies too.';
|
||||
lisDoNotCompileDependencies = 'Do not compile dependencies.';
|
||||
lisAddPackageSToListOfInstalledPackagesCombineWithBui = 'Add package(s) to the '
|
||||
|
@ -1827,7 +1827,7 @@ begin
|
||||
w(lisBuildAllFilesOfProjectPackageIDE);
|
||||
writeln('');
|
||||
writeln('--build-twice');
|
||||
w('compile package twice and check if any unit was compiled again');
|
||||
w(lisCompilePackageTwiceAndCheckIfAnyUnitWasCompiledAga);
|
||||
writeln('');
|
||||
writeln('-r, --recursive');
|
||||
w(lisApplyBuildFlagsBToDependenciesToo);
|
||||
|
Loading…
Reference in New Issue
Block a user