Changeset 6 for trunk/LinuxBuilder.lpr


Ignore:
Timestamp:
May 2, 2014, 2:12:56 AM (10 years ago)
Author:
chronos
Message:
  • Added: Search form for searching configuration tree.
  • Modified: Better menu category creation. Still not correct.
  • Added: Detect kernel version from Makefile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LinuxBuilder.lpr

    r5 r6  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UKConfig, UFormList, UFormLog, UFormCompare
     10  Forms, UFormMain, UKConfig, UFormList, UFormLog, UFormCompare, UFormSearch
    1111  { you can add units after this };
    1212
     
    2020  Application.CreateForm(TFormLog, FormLog);
    2121  Application.CreateForm(TFormCompare, FormCompare);
     22  Application.CreateForm(TFormSearch, FormSearch);
    2223  Application.Run;
    2324end.
Note: See TracChangeset for help on using the changeset viewer.