Changeset 6 for trunk/LinuxBuilder.lpr
- Timestamp:
- May 2, 2014, 2:12:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LinuxBuilder.lpr
r5 r6 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UKConfig, UFormList, UFormLog, UFormCompare 10 Forms, UFormMain, UKConfig, UFormList, UFormLog, UFormCompare, UFormSearch 11 11 { you can add units after this }; 12 12 … … 20 20 Application.CreateForm(TFormLog, FormLog); 21 21 Application.CreateForm(TFormCompare, FormCompare); 22 Application.CreateForm(TFormSearch, FormSearch); 22 23 Application.Run; 23 24 end.
Note:
See TracChangeset
for help on using the changeset viewer.