Changeset 102 for trunk/LazFuck.lpr
- Timestamp:
- May 5, 2019, 12:09:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuck.lpr
r96 r102 17 17 {$R *.res} 18 18 19 {$ IFDEF DEBUG}19 {$if declared(UseHeapTrace)} 20 20 const 21 21 HeapTraceLog = 'heaptrclog.trc'; … … 24 24 25 25 begin 26 {$IFDEF DEBUG} 27 // Heap trace 26 {$if declared(UseHeapTrace)} 28 27 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 29 28 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 30 29 {$ENDIF} 31 30 32 Application.Title := 'LazFuck IDE'; 31 Application.Scaled:=True; 32 Application.Title:='LazFuck IDE'; 33 33 RequireDerivedFormResource := True; 34 34 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.