Ignore:
Timestamp:
Aug 10, 2010, 11:54:18 AM (14 years ago)
Author:
george
Message:

Added support for multiple source files and compilations for multiple modules in Project.pas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Produce/UProducer.pas

    r52 r54  
    66
    77uses
    8   USourceCode;
     8  USourceCode, Classes;
    99
    1010type
    1111  TProducer = class
    12     ProgramCode: TProgram;
    13     procedure Produce; virtual; abstract;
     12    procedure Produce(Module: TModule; ProducedCode: TStringList); virtual; abstract;
    1413  end;
    1514
Note: See TracChangeset for help on using the changeset viewer.