Ignore:
Timestamp:
Apr 17, 2019, 12:58:41 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Propagate project build mode options to used packages.
  • Added: Check memory leaks using heaptrc.
  • Modified: Update BGRABitmap package.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        88GraphicTest.lps
        99GraphicTest.dbg
         10heaptrclog.trc
  • GraphicTest/Packages/Graphics32/Packages/GR32_L.lpk

    r452 r521  
    1 <?xml version="1.0"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<CONFIG>
    33  <Package Version="4">
     
    1313        <IncludeFiles Value=".."/>
    1414        <OtherUnitFiles Value=".."/>
    15         <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
     15        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)\$(LCLWidgetType)"/>
    1616      </SearchPaths>
    1717      <Parsing>
     
    2323        </SyntaxOptions>
    2424      </Parsing>
    25       <Other>
    26         <CompilerMessages>
    27           <UseMsgFile Value="True"/>
    28         </CompilerMessages>
    29         <CompilerPath Value="$(CompPath)"/>
    30       </Other>
     25      <CodeGeneration>
     26        <Optimizations>
     27          <OptimizationLevel Value="0"/>
     28        </Optimizations>
     29      </CodeGeneration>
     30      <Linking>
     31        <Debugging>
     32          <GenerateDebugInfo Value="False"/>
     33        </Debugging>
     34      </Linking>
    3135    </CompilerOptions>
    3236    <Description Value="Graphics32 is a library designed for fast 32-bit graphics handling on Delphi and Kylix. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives, and in most cases Graphics32 outperforms the standard TCanvas classes. It is almost a hundred times faster in per-pixel access and about 2–5 times faster in drawing lines.
     
    154158    <PublishOptions>
    155159      <Version Value="2"/>
    156       <IgnoreBinaries Value="False"/>
    157160    </PublishOptions>
    158161    <CustomOptions Items="ExternHelp" Version="2">
Note: See TracChangeset for help on using the changeset viewer.