Changeset 4 for trunk/LinuxBuilder.lpr


Ignore:
Timestamp:
May 1, 2014, 7:29:12 PM (10 years ago)
Author:
chronos
Message:
  • Added: Rearrange items in tree according Depends and Condition.
  • Fixed: Wrong parsing multiline commands.
  • Added: Log and option list forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LinuxBuilder.lpr

    r3 r4  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UKConfig
     10  Forms, UFormMain, UKConfig, UFormList, UFormLog
    1111  { you can add units after this };
    1212
     
    1717  Application.Initialize;
    1818  Application.CreateForm(TFormMain, FormMain);
     19  Application.CreateForm(TFormList, FormList);
     20  Application.CreateForm(TFormLog, FormLog);
    1921  Application.Run;
    2022end.
Note: See TracChangeset for help on using the changeset viewer.