Changeset 17 for branches/Analyzátor gramatiky/PascalCompiler.dpr
- Timestamp:
- Apr 9, 2009, 11:16:15 AM (16 years ago)
- Location:
- branches/Analyzátor gramatiky
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Analyzátor gramatiky
-
Property svn:ignore
set to
*.exe
*.dcu
-
Property svn:ignore
set to
-
branches/Analyzátor gramatiky/PascalCompiler.dpr
r10 r17 6 6 Forms, 7 7 UMainForm in 'UMainForm.pas' {MainForm}, 8 UGrammer in 'UGrammer.pas'; 8 UGrammer in 'UGrammer.pas', 9 UProgram in 'UProgram.pas'; 9 10 10 11 {$R *.res} 11 12 12 13 begin 14 {$WARN SYMBOL_PLATFORM OFF} 15 ReportMemoryLeaksOnShutdown := DebugHook <> 0; 16 {$WARN SYMBOL_PLATFORM ON} 13 17 Application.Initialize; 14 18 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.