Changeset 21 for trunk/vCardStudio.lpr


Ignore:
Timestamp:
May 8, 2019, 12:11:40 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Removed: TemplateGenerics package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vCardStudio.lpr

    r19 r21  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UCore, Common, CoolTranslator, UDataFile, TemplateGenerics,
     10  Forms, UFormMain, UCore, Common, CoolTranslator, UDataFile,
    1111  SysUtils, UFormContacts, UFormContact, UFormFindDuplicity, UFormGenerate
    1212  { you can add units after this };
     
    1414{$R *.res}
    1515
    16 {$IFDEF DEBUG}
     16{$if declared(UseHeapTrace)}
    1717const
    1818  HeapTraceLog = 'heaptrclog.trc';
     
    2020
    2121begin
    22   Application.Title := 'vCard Studio';
    23   {$IFDEF DEBUG}
    24   // Heap trace
     22  Application.Scaled:=True;
     23  Application.Title:='vCard Studio';
     24  {$if declared(UseHeapTrace)}
    2525  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2626  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note: See TracChangeset for help on using the changeset viewer.