Changeset 53 for trunk/IDE/Transpascal.lpr
- Timestamp:
- Jun 26, 2012, 7:23:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Transpascal.lpr
r49 r53 13 13 UFormTargetCode, UFormCodeTree, TemplateGenerics, CoolTranslator, Common, 14 14 UFormAbout, UFormOptions, UFormTargets, UFormCompilerSettings, 15 UFormProjectNew, UProjectTemplates, UFormTargetProject ;15 UFormProjectNew, UProjectTemplates, UFormTargetProject, UCore; 16 16 17 17 {$R *.res} … … 43 43 Application.CreateForm(TFormProjectNew, FormProjectNew); 44 44 Application.CreateForm(TFormTargetProject, FormTargetProject); 45 Application.CreateForm(TCore, Core); 45 46 Application.Run; 46 47 end.
Note:
See TracChangeset
for help on using the changeset viewer.