Changeset 61 for trunk/IDE/Transpascal.lpr
- Timestamp:
- Jul 17, 2012, 9:15:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Transpascal.lpr
r60 r61 14 14 UFormAbout, UFormOptions, UFormTargets, 15 15 UFormProjectNew, UProjectTemplates, UFormTargetProject, UCore, 16 UFormTargetOptions ;16 UFormTargetOptions, UFormExternalProducerOutput; 17 17 18 18 {$R *.res} … … 32 32 33 33 Application.Initialize; 34 Application.CreateForm(TCore, Core); 34 35 Application.CreateForm(TFormMain, FormMain); 35 36 Application.CreateForm(TFormProject, FormProject); … … 43 44 Application.CreateForm(TFormProjectNew, FormProjectNew); 44 45 Application.CreateForm(TFormTargetProject, FormTargetProject); 45 Application.CreateForm(TCore, Core);46 46 Application.CreateForm(TFormTargetOptions, FormTargetOptions); 47 Application.CreateForm(TFormExternalProducerOutput, FormExternalProducerOutput 48 ); 47 49 Application.Run; 48 50 end.
Note:
See TracChangeset
for help on using the changeset viewer.