Changeset 51 for trunk/LazFuckIDE.lpr
- Timestamp:
- Jul 26, 2012, 2:07:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpr
r50 r51 13 13 UFormOptions, CoolTranslator, Common, 14 14 TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory, 15 UFormMessages, UFormSourceCode, UFormTargetCode, UFormTargetOptions ;15 UFormMessages, UFormSourceCode, UFormTargetCode, UFormTargetOptions, UCore; 16 16 17 17 {$R *.res} … … 21 21 RequireDerivedFormResource := True; 22 22 Application.Initialize; 23 Application.CreateForm(TCore, Core); 23 24 Application.CreateForm(TMainForm, MainForm); 24 25 Application.CreateForm(TFormCPU, FormCPU);
Note:
See TracChangeset
for help on using the changeset viewer.