Changeset 50 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Jul 13, 2012, 1:37:51 PM (12 years ago)
Author:
chronos
Message:
  • Added: Dialog for setting target options.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r46 r50  
    1313  UFormOptions, CoolTranslator, Common,
    1414  TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory,
    15   UFormMessages, UFormSourceCode, UFormTargetCode;
     15  UFormMessages, UFormSourceCode, UFormTargetCode, UFormTargetOptions;
    1616
    1717{$R *.res}
     
    3131  Application.CreateForm(TFormSourceCode, FormSourceCode);
    3232  Application.CreateForm(TFormTargetCode, FormTargetCode);
     33  Application.CreateForm(TFormTargetOptions, FormTargetOptions);
    3334  Application.Run;
    3435end.
Note: See TracChangeset for help on using the changeset viewer.