Changeset 48 for trunk/IDE/Transpascal.lpr
- Timestamp:
- Mar 4, 2012, 4:28:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Transpascal.lpr
r45 r48 12 12 UFormSourceCode, UFormMessages, 13 13 UFormTargetCode, UFormCodeTree, TemplateGenerics, CoolTranslator, Common, 14 UFormAbout, UFormOptions, UFormTargets, UFormCompilerSettings; 14 UFormAbout, UFormOptions, UFormTargets, UFormCompilerSettings, 15 UFormProjectNew, UProjectTemplates; 15 16 16 17 {$R *.res} … … 40 41 Application.CreateForm(TFormCompilerSettings, FormCompilerSettings); 41 42 Application.CreateForm(TFormTargets, FormTargets); 43 Application.CreateForm(TFormProjectNew, FormProjectNew); 42 44 Application.Run; 43 45 end.
Note:
See TracChangeset
for help on using the changeset viewer.