Changeset 13 for branches/DelphiToC/DelphiToC.dpr
- Timestamp:
- Apr 9, 2009, 9:53:40 AM (16 years ago)
- Location:
- branches/DelphiToC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC
-
Property svn:ignore
set to
*.dsk
*.exe
*.res
*.~dsk
*.dcu
-
Property svn:ignore
set to
-
branches/DelphiToC/DelphiToC.dpr
r12 r13 7 7 UPascalSource in 'UPascalSource.pas', 8 8 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'; 10 13 11 14 {$R *.res} 12 15 16 {$WARN SYMBOL_PLATFORM OFF} 13 17 begin 14 18 ReportMemoryLeaksOnShutdown := DebugHook <> 0;
Note:
See TracChangeset
for help on using the changeset viewer.