mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:39:39 +02:00
IDE: compiler options: label target CPU family
git-svn-id: trunk@16421 -
This commit is contained in:
parent
309d5ab422
commit
a9ee160709
@ -1254,7 +1254,7 @@ begin
|
||||
ItemIndex:=0;
|
||||
end;
|
||||
|
||||
lblTargetCPU.Caption :=dlgTargetCPU+' (-P)';
|
||||
lblTargetCPU.Caption :=dlgTargetCPUFamily+' (-P)';
|
||||
|
||||
with TargetCPUComboBox do begin
|
||||
with Items do begin
|
||||
|
@ -1264,7 +1264,7 @@ resourcestring
|
||||
dlgLevel2Opt = 'Level 2 (Level 1 + quick optimizations)';
|
||||
dlgLevel3Opt = 'Level 3 (Level 2 + slow optimizations)';
|
||||
dlgTargetOS = 'Target OS';
|
||||
dlgTargetCPU = 'Target CPU';
|
||||
dlgTargetCPUFamily = 'Target CPU family';
|
||||
dlgCODebugging = 'Debugging:';
|
||||
dlgCOGDB = 'Generate Debugging Info For GDB (Slows Compiling)';
|
||||
dlgCODBX = 'Generate Debugging Info For DBX (Slows Compiling)';
|
||||
|
Loading…
Reference in New Issue
Block a user