Changeset 60 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Dec 3, 2014, 10:45:24 PM (9 years ago)
Author:
chronos
Message:
  • Added: Free Pascal Compiler as supported target.
  • Added: Log window to examine output from background execute compilers.
  • Fixed: Execution of targets except Java target.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r59 r60  
    1010  Interfaces, // this includes the LCL widgetset
    1111  Forms, UTarget, UTargetC, UTargetDelphi, UTargetInterpretter, UTargetPHP,
    12   UTargetJava, UFormCPU, UFormMain, UFormOptions, UFormTargets, UFormOutput,
    13   UFormInput, UFormMemory, UFormMessages, UFormSourceCode, UFormTargetCode,
    14   UFormTargetOptions, UCore, Common, TemplateGenerics, CoolTranslator;
     12  UTargetJava, UTargetFPC, UFormCPU, UFormMain, UFormOptions, UFormTargets,
     13  UFormOutput, UFormInput, UFormMemory, UFormMessages, UFormSourceCode,
     14  UFormTargetCode, UFormTargetOptions, UCore, Common, TemplateGenerics,
     15  CoolTranslator, UFormLog;
    1516
    1617{$R *.res}
     
    3233  Application.CreateForm(TFormTargetCode, FormTargetCode);
    3334  Application.CreateForm(TFormTargetOptions, FormTargetOptions);
     35  Application.CreateForm(TFormLog, FormLog);
    3436  Application.Run;
    3537end.
Note: See TracChangeset for help on using the changeset viewer.