Changeset 29 for branches/Analyzátor gramatiky/PascalCompiler.lpr
- Timestamp:
- Nov 11, 2009, 11:11:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Analyzátor gramatiky/PascalCompiler.lpr
r28 r29 4 4 5 5 uses 6 Forms, Interfaces,6 Forms, LResources, Interfaces, 7 7 UMainForm in 'UMainForm.pas' {MainForm}, 8 8 UGrammer in 'UGrammer.pas', 9 9 UProgram in 'UProgram.pas'; 10 10 11 {$ R *.res}11 {$IFDEF WINDOWS}{$R PascalCompiler.rc}{$ENDIF} 12 12 13 13 begin 14 {$I PascalCompiler.lrs} 14 15 Application.Initialize; 15 16 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.