Changeset 205


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

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpi

    r203 r205  
    7272      </Item2>
    7373      <SharedMatrixOptions Count="2">
    74         <Item1 ID="541486470266" Targets="Common,TemplateGenerics,CoolTranslator" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
    75         <Item2 ID="965571323456" Targets="Common,TemplateGenerics,CoolTranslator" Modes="Release" Value="-CX -XX -O3"/>
     74        <Item1 ID="541486470266" Targets="Common,CoolTranslator" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
     75        <Item2 ID="965571323456" Targets="Common,CoolTranslator" Modes="Release" Value="-CX -XX -O3"/>
    7676      </SharedMatrixOptions>
    7777    </BuildModes>
     
    8585      </Modes>
    8686    </RunParams>
    87     <RequiredPackages Count="5">
     87    <RequiredPackages Count="4">
    8888      <Item1>
    8989        <PackageName Value="SQLDBLaz"/>
     
    9494      </Item2>
    9595      <Item3>
    96         <PackageName Value="TemplateGenerics"/>
    97         <DefaultFilename Value="Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
     96        <PackageName Value="Common"/>
     97        <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
    9898      </Item3>
    9999      <Item4>
    100         <PackageName Value="Common"/>
    101         <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
     100        <PackageName Value="LCL"/>
    102101      </Item4>
    103       <Item5>
    104         <PackageName Value="LCL"/>
    105       </Item5>
    106102    </RequiredPackages>
    107103    <Units Count="18">
     
    272268        <IgnoredMessages idx5024="True"/>
    273269      </CompilerMessages>
    274       <CustomOptions Value="-dDEBUG"/>
    275270    </Other>
    276271  </CompilerOptions>
  • 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.