Changeset 78 for trunk/LazFuck.lpr
- Timestamp:
- Jan 1, 2017, 12:59:53 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 LazFuck 6 6 compiled 7 heaptrclog.trc
-
- Property svn:ignore
-
trunk/LazFuck.lpr
r75 r78 13 13 UFormOutput, UFormInput, UFormMemory, UFormMessages, UFormSourceCode, 14 14 UFormTargetCode, UFormTargetOptions, UCore, Common, TemplateGenerics, 15 CoolTranslator, UFormLog, UProject, UBFTarget ;15 CoolTranslator, UFormLog, UProject, UBFTarget, SysUtils; 16 16 17 17 {$R *.res} 18 18 19 {$IFDEF DEBUG} 20 const 21 HeapTraceLog = 'heaptrclog.trc'; 22 {$ENDIF} 23 24 19 25 begin 26 {$IFDEF DEBUG} 27 // Heap trace 28 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 29 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 30 {$ENDIF} 31 20 32 Application.Title := 'LazFuck IDE'; 21 33 RequireDerivedFormResource := True;
Note:
See TracChangeset
for help on using the changeset viewer.