Ignore:
Timestamp:
Oct 14, 2010, 1:50:39 PM (14 years ago)
Author:
george
Message:
  • Fixed: Seaching global interunit types and functions.
  • Core files transfered into separate package named TranspascalCompiler.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Transpascal.lpr

    r54 r60  
    77  cthreads,
    88  {$ENDIF}{$ENDIF}
    9   Forms, Interfaces, SysUtils,
     9  Forms, CoolDocking, Interfaces, SysUtils,
    1010  UMainForm in 'UMainForm.pas' {MainForm},
    11   UTextSource in 'UTextSource.pas',
    12   USourceCode,
    13   UCompiler,
    14   UProducerAsm8051,
    15   UProducer,
    16   UProducerC, UProducerPascal,
    17   UParser, UProducerTreeView, UProject;
     11  UTextSource in 'UTextSource.pas', UProject, TranspascalCompiler,
     12UProjecManager;
    1813
    1914{$R *.res}
     
    2621  Application.Initialize;
    2722  Application.CreateForm(TMainForm, MainForm);
     23  Application.CreateForm(TForm1, Form1);
    2824  Application.Run;
    2925end.
Note: See TracChangeset for help on using the changeset viewer.