mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 22:16:17 +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;
|
||||
DebugLn(['TCompilerConfigTargetFrame.UpdateTargetSpecific: TargetOS=',aTargetOS,DbgMsg]);
|
||||
// Now hide/show the whole GroupBox because there is only one setting.
|
||||
grbTargetOptions.Visible := AnsiStartsStr('Win', aTargetOS);
|
||||
grbTargetOptions.Visible := AnsiStartsText('Win', aTargetOS);
|
||||
end;
|
||||
|
||||
procedure TCompilerConfigTargetFrame.UpdateByTargetCPU(aTargetCPU: string);
|
||||
|
Loading…
Reference in New Issue
Block a user