Changeset 5 for trunk/LinuxBuilder.lpr


Ignore:
Timestamp:
May 1, 2014, 11:31:03 PM (10 years ago)
Author:
chronos
Message:
  • Added: Compare form to show differences between two linux versions.
  • Added: Faster binary search through TConfigMenu tree.
  • Added: Some actions icons.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LinuxBuilder.lpr

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