Ignore:
Timestamp:
Jul 17, 2012, 7:25:56 AM (12 years ago)
Author:
chronos
Message:
  • Added: Target celection combobox on main toolbar.
  • Added: Options of available targets allow to change producer and executor path if available.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Transpascal.lpr

    r55 r60  
    1212UFormSourceCode, UFormMessages,
    1313  UFormTargetCode, UFormCodeTree, TemplateGenerics, CoolTranslator, Common,
    14   UFormAbout, UFormOptions, UFormTargets, UFormCompilerSettings,
    15 UFormProjectNew, UProjectTemplates, UFormTargetProject, UCore;
     14  UFormAbout, UFormOptions, UFormTargets,
     15UFormProjectNew, UProjectTemplates, UFormTargetProject, UCore,
     16UFormTargetOptions;
    1617
    1718{$R *.res}
     
    3940  Application.CreateForm(TFormAbout, FormAbout);
    4041  Application.CreateForm(TFormOptions, FormOptions);
    41   Application.CreateForm(TFormCompilerSettings, FormCompilerSettings);
    4242  Application.CreateForm(TFormTargets, FormTargets);
    4343  Application.CreateForm(TFormProjectNew, FormProjectNew);
    4444  Application.CreateForm(TFormTargetProject, FormTargetProject);
    4545  Application.CreateForm(TCore, Core);
     46  Application.CreateForm(TFormTargetOptions, FormTargetOptions);
    4647  Application.Run;
    4748end.
Note: See TracChangeset for help on using the changeset viewer.