Ignore:
Timestamp:
May 6, 2019, 2:53:22 PM (5 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r184 r205  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UAcronym, Common, SysUtils, TemplateGenerics,
     10  Forms, UAcronym, Common, SysUtils,
    1111  CoolTranslator, UFormMain, UCore, UFormCheck
    1212  { you can add units after this };
     
    1414{$R *.res}
    1515
    16 {$IFDEF DEBUG}
     16{$if declared(UseHeapTrace)}
    1717const
    1818  HeapTraceLog = 'heaptrclog.trc';
     
    2121
    2222begin
    23   {$IFDEF DEBUG}
    24   // Heap trace
     23  {$if declared(UseHeapTrace)}
    2524  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2625  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2726  {$ENDIF}
    2827
    29   Application.Title := 'Acronym Decoder';
     28  Application.Title:='Acronym Decoder';
    3029  RequireDerivedFormResource := True;
    3130  Application.Initialize;
Note: See TracChangeset for help on using the changeset viewer.