Ignore:
Timestamp:
Apr 9, 2009, 9:53:40 AM (16 years ago)
Author:
george
Message:
  • Upraveno: Rozdělení původního kódu do více tříd.
Location:
branches/DelphiToC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC

    • Property svn:ignore set to
      *.dsk
      *.exe
      *.res
      *.~dsk
      *.dcu
  • branches/DelphiToC/DelphiToC.dpr

    r12 r13  
    77  UPascalSource in 'UPascalSource.pas',
    88  UCSource in 'UCSource.pas',
    9   UAssemblerSource in 'UAssemblerSource.pas';
     9  UAssemblerSource in 'UAssemblerSource.pas',
     10  UCodeProducer in 'UCodeProducer.pas',
     11  UPascalCompiler in 'UPascalCompiler.pas',
     12  UPascalParser in 'UPascalParser.pas';
    1013
    1114{$R *.res}
    1215
     16{$WARN SYMBOL_PLATFORM OFF}
    1317begin
    1418  ReportMemoryLeaksOnShutdown := DebugHook <> 0;
Note: See TracChangeset for help on using the changeset viewer.