On Thu, 19 Jun 2014 11:37:19 +0300
FreeMan <[email protected]> wrote:

>[...]
> 1-) In compiler_config_target.pas,   TargetOSComboBox & 
> TargetCPUComboBox adding items, this can be in include file or public 
> procedure, without class. For TargetCPUComboBox too.
> example:
> procedure TargetOSComboBox_Fill_Items(aItems : Tstringlist);
> begin
>      aItems.Add('(' + lisDefault + ')');
>      aItems.Add('Darwin');
>      aItems.Add('FreeBSD');
> 
> 2- I need this procedures too but out TCompilerConfigTargetFrame class
>    procedure UpdateByTargetOS(aTargetOS: string);
>    procedure UpdateByTargetCPU(aTargetCPU: string);

I moved those lists to codetools.


Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to