mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:29:36 +02:00
IDE: Compare TargetOS without case sensitivity. The default value is lowercase.
git-svn-id: trunk@43182 -
This commit is contained in:
parent
87094af7dc
commit
b12831f099
@ -196,7 +196,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
DebugLn(['TCompilerConfigTargetFrame.UpdateTargetSpecific: TargetOS=',aTargetOS,DbgMsg]);
|
DebugLn(['TCompilerConfigTargetFrame.UpdateTargetSpecific: TargetOS=',aTargetOS,DbgMsg]);
|
||||||
// Now hide/show the whole GroupBox because there is only one setting.
|
// Now hide/show the whole GroupBox because there is only one setting.
|
||||||
grbTargetOptions.Visible := AnsiStartsStr('Win', aTargetOS);
|
grbTargetOptions.Visible := AnsiStartsText('Win', aTargetOS);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCompilerConfigTargetFrame.UpdateByTargetCPU(aTargetCPU: string);
|
procedure TCompilerConfigTargetFrame.UpdateByTargetCPU(aTargetCPU: string);
|
||||||
|
Loading…
Reference in New Issue
Block a user