Changeset 13 for trunk/CoolDisk.lpr
- Timestamp:
- Apr 2, 2016, 1:06:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CoolDisk.lpr
r12 r13 10 10 Forms, tachartlazaruspkg, UFormBenchmark, UProject, 11 11 UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormOperation, 12 UFormProject, UFormMain, UPhysDrive, UFormDrive 13 { you can add units after this }; 12 UFormProject, UFormMain, UPhysDrive; 14 13 15 14 {$R *.res} … … 22 21 Application.CreateForm(TFormOperation, FormOperation); 23 22 Application.CreateForm(TFormProject, FormProject); 24 Application.CreateForm(TFormDrive, FormDrive);25 23 Application.Run; 26 24 end.
Note:
See TracChangeset
for help on using the changeset viewer.