Changeset 9 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Feb 9, 2012, 4:10:10 PM (12 years ago)
Author:
chronos
Message:
  • Added: Easy compiler to Delphi.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r8 r9  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo
     10  Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo,
     11UCompiledForm
    1112  { you can add units after this };
    1213
     
    1920  Application.CreateForm(TMainForm, MainForm);
    2021  Application.CreateForm(TInterpreterForm, InterpreterForm);
     22  Application.CreateForm(TCompiledForm, CompiledForm);
    2123  Application.Run;
    2224end.
Note: See TracChangeset for help on using the changeset viewer.