Ignore:
Timestamp:
Feb 29, 2012, 11:16:44 AM (13 years ago)
Author:
chronos
Message:
  • Added: Targets definition classes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Transpascal.lpr

    r40 r42  
    1111  UTextSource, UProject, UApplicationInfo, TranspascalCompiler, UProjectManager, UCodeForm, UMessagesForm,
    1212  UCompiledForm, UCodeTreeForm, TemplateGenerics, CoolTranslator, Common,
    13   UAboutForm, UFormOptions, UCompilersForm, UCompilerSettingsForm;
     13  UAboutForm, UFormOptions, UFormTargets, UCompilerSettingsForm;
    1414
    1515{$R *.res}
     
    3838  Application.CreateForm(TFormOptions, FormOptions);
    3939  Application.CreateForm(TCompilerSettingsForm, CompilerSettingsForm);
    40   Application.CreateForm(TFormProducers, FormProducers);
     40  Application.CreateForm(TFormTargets, FormTargets);
    4141  Application.Run;
    4242end.
Note: See TracChangeset for help on using the changeset viewer.