Changeset 36 for trunk/IDE/Transpascal.lpr
- Timestamp:
- Feb 13, 2012, 4:07:34 PM (13 years ago)
- Location:
- trunk/IDE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE
- Property svn:ignore
-
old new 4 4 Transpascal.lps 5 5 Transpascal.exe 6 heaptrclog.trc
-
- Property svn:ignore
-
trunk/IDE/Transpascal.lpr
r35 r36 16 16 {$R *.res} 17 17 18 {$IFDEF DEBUG} 18 19 const 19 20 HeapTraceLog = 'heaptrclog.trc'; 21 {$ENDIF} 20 22 21 23 begin 22 24 Application.Title := 'Transpascal IDE'; 25 {$IFDEF DEBUG} 23 26 // Heap trace 24 // DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 25 // SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 27 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 28 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 29 {$ENDIF} 26 30 27 31 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.