Ignore:
Timestamp:
Feb 14, 2012, 7:33:51 AM (13 years ago)
Author:
chronos
Message:
  • Added: Form containing list of supported compiler producers. Path to real compiler can be changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/Produce/UProducer.pas

    r30 r37  
    1717    TextSource: TStringList;
    1818    IndentationLength: Integer;
    19     Indetation: Integer;
     19    Indentation: Integer;
     20    CompilerPath: string;
    2021    procedure Emit(AText: string);
    2122    procedure EmitLn(AText: string = '');
     
    5657    if Count = 0 then Add('');
    5758    if Strings[Count - 1] = '' then
    58       Strings[Count - 1] := Strings[Count - 1] + DupeString(' ', IndentationLength * Indetation);
     59      Strings[Count - 1] := Strings[Count - 1] + DupeString(' ', IndentationLength * Indentation);
    5960    Strings[Count - 1] := Strings[Count - 1] + AText;
    6061  end;
Note: See TracChangeset for help on using the changeset viewer.