Ignore:
Timestamp:
Nov 11, 2009, 11:11:13 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Seznamy objektů přepsány na TFPGObjectList a použití generických typů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Analyzátor gramatiky/PascalCompiler.lpr

    r28 r29  
    44
    55uses
    6   Forms, Interfaces,
     6  Forms, LResources, Interfaces,
    77  UMainForm in 'UMainForm.pas' {MainForm},
    88  UGrammer in 'UGrammer.pas',
    99  UProgram in 'UProgram.pas';
    1010
    11 {$R *.res}
     11{$IFDEF WINDOWS}{$R PascalCompiler.rc}{$ENDIF}
    1212
    1313begin
     14  {$I PascalCompiler.lrs}
    1415  Application.Initialize;
    1516  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.