Changeset 6 for trunk/VCSCommander.lpr
- Timestamp:
- May 6, 2015, 11:19:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VCSCommander.lpr
r5 r6 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UCore, UFormBrowse, UVCS, UFormFavorites, UFormSettings,11 UForm Console, USubversion, UProject10 Forms, UFormMain, UCore, Common, TemplateGenerics, UFormBrowse, UVCS, 11 UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject 12 12 { you can add units after this }; 13 13 … … 22 22 Application.CreateForm(TFormFavorites, FormFavorites); 23 23 Application.CreateForm(TFormSettings, FormSettings); 24 Application.CreateForm(TFormConsole, FormConsole); 24 25 Application.Run; 25 26 end.
Note:
See TracChangeset
for help on using the changeset viewer.