Changeset 46 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Jul 12, 2012, 7:47:58 AM (12 years ago)
Author:
chronos
Message:
  • Modified: Source code and target code splited to units.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r45 r46  
    1313  UFormOptions, CoolTranslator, Common,
    1414  TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory,
    15   UFormMessages;
     15  UFormMessages, UFormSourceCode, UFormTargetCode;
    1616
    1717{$R *.res}
     
    2929  Application.CreateForm(TFormMemory, FormMemory);
    3030  Application.CreateForm(TFormMessages, FormMessages);
     31  Application.CreateForm(TFormSourceCode, FormSourceCode);
     32  Application.CreateForm(TFormTargetCode, FormTargetCode);
    3133  Application.Run;
    3234end.
Note: See TracChangeset for help on using the changeset viewer.