Ignore:
Timestamp:
Apr 9, 2009, 11:16:15 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Analýza gramatiky .
Location:
branches/Analyzátor gramatiky
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Analyzátor gramatiky

    • Property svn:ignore set to
      *.exe
      *.dcu
  • branches/Analyzátor gramatiky/PascalCompiler.dpr

    r10 r17  
    66  Forms,
    77  UMainForm in 'UMainForm.pas' {MainForm},
    8   UGrammer in 'UGrammer.pas';
     8  UGrammer in 'UGrammer.pas',
     9  UProgram in 'UProgram.pas';
    910
    1011{$R *.res}
    1112
    1213begin
     14  {$WARN SYMBOL_PLATFORM OFF}
     15  ReportMemoryLeaksOnShutdown := DebugHook <> 0;
     16  {$WARN SYMBOL_PLATFORM ON}
    1317  Application.Initialize;
    1418  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.