Changeset 49 for trunk/IDE/Transpascal.lpr
- Timestamp:
- Mar 4, 2012, 5:26:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Transpascal.lpr
r48 r49 13 13 UFormTargetCode, UFormCodeTree, TemplateGenerics, CoolTranslator, Common, 14 14 UFormAbout, UFormOptions, UFormTargets, UFormCompilerSettings, 15 UFormProjectNew, UProjectTemplates ;15 UFormProjectNew, UProjectTemplates, UFormTargetProject; 16 16 17 17 {$R *.res} … … 42 42 Application.CreateForm(TFormTargets, FormTargets); 43 43 Application.CreateForm(TFormProjectNew, FormProjectNew); 44 Application.CreateForm(TFormTargetProject, FormTargetProject); 44 45 Application.Run; 45 46 end.
Note:
See TracChangeset
for help on using the changeset viewer.