Changeset 25 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Feb 13, 2012, 9:47:18 AM (12 years ago)
Author:
chronos
Message:
  • Added: List of supported compiler targets.
  • Added: Action to compile and run project.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r23 r25  
    1111  Forms, UBrainFuck, UApplicationInfo, UCompiledForm, UInterpretterForm,
    1212  UMainForm, UOptionsForm, ULastOpenedList, URegistry, CoolTranslator, Common,
    13   TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP;
     13  TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP, UCompilersForm;
    1414
    1515{$R *.res}
     
    2323  Application.CreateForm(TInterpreterForm, InterpreterForm);
    2424  Application.CreateForm(TOptionsForm, OptionsForm);
     25  Application.CreateForm(TFormCompilers, FormCompilers);
    2526  Application.Run;
    2627end.
Note: See TracChangeset for help on using the changeset viewer.