Ignore:
Timestamp:
Feb 14, 2012, 7:33:51 AM (12 years ago)
Author:
chronos
Message:
  • Added: Form containing list of supported compiler producers. Path to real compiler can be changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Transpascal.lpr

    r36 r37  
    1212  UDebugLog, TranspascalCompiler, UProjectManager, UCodeForm, UMessagesForm,
    1313  UCompiledForm, UCodeTreeForm, TemplateGenerics, Common, CoolTranslator,
    14   UAboutForm, UFormOptions;
     14  UAboutForm, UFormOptions, UCompilersForm, UCompilerSettingsForm;
    1515
    1616{$R *.res}
     
    3838  Application.CreateForm(TAboutForm, AboutForm);
    3939  Application.CreateForm(TFormOptions, FormOptions);
     40  Application.CreateForm(TCompilerSettingsForm, CompilerSettingsForm);
     41  Application.CreateForm(TFormProducers, FormProducers);
    4042  Application.Run;
    4143end.
Note: See TracChangeset for help on using the changeset viewer.