mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 12:09:48 +02:00
IDE: fixed TBaseCompilerOptions.SetLinkerOptions, bug #17946
git-svn-id: trunk@28267 -
This commit is contained in:
parent
6e77b99059
commit
5f6a2af4de
@ -1268,6 +1268,7 @@ end;
|
||||
procedure TBaseCompilerOptions.SetLinkerOptions(const AValue: String);
|
||||
begin
|
||||
if LinkerOptions=AValue then exit;
|
||||
fLinkerOptions:=AValue;
|
||||
ParsedOpts.SetUnparsedValue(pcosLinkerOptions,AValue);
|
||||
IncreaseChangeStamp;
|
||||
end;
|
||||
|
@ -5,7 +5,7 @@ unit compiler_linking_options;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
|
||||
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, LCLProc,
|
||||
StdCtrls, IDEOptionsIntf, Project, CompilerOptions, LazarusIDEStrConsts;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user