Changeset 3 for trunk/LibrePaint.lpi


Ignore:
Timestamp:
Sep 15, 2014, 11:13:21 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Specific TGColor implementation moved to ColorFormats directory.
  • Added: Function to clear image with background color.
  • Modified: Drawing project image to off screen bitmap to speed up drawing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LibrePaint.lpi

    r2 r3  
    3333      </Item1>
    3434    </RequiredPackages>
    35     <Units Count="6">
     35    <Units Count="7">
    3636      <Unit0>
    3737        <Filename Value="LibrePaint.lpr"/>
    3838        <IsPartOfProject Value="True"/>
    39         <UnitName Value="LibrePaint"/>
    4039      </Unit0>
    4140      <Unit1>
    42         <Filename Value="UFormMain.pas"/>
    43         <IsPartOfProject Value="True"/>
    44         <ComponentName Value="FormMain"/>
    45         <ResourceBaseClass Value="Form"/>
    46         <UnitName Value="UFormMain"/>
    47       </Unit1>
    48       <Unit2>
    4941        <Filename Value="UCore.pas"/>
    5042        <IsPartOfProject Value="True"/>
    5143        <ComponentName Value="Core"/>
     44        <HasResources Value="True"/>
    5245        <ResourceBaseClass Value="DataModule"/>
    5346        <UnitName Value="UCore"/>
    54       </Unit2>
    55       <Unit3>
     47      </Unit1>
     48      <Unit2>
    5649        <Filename Value="UGraphic.pas"/>
    5750        <IsPartOfProject Value="True"/>
    5851        <UnitName Value="UGraphic"/>
    59       </Unit3>
    60       <Unit4>
     52      </Unit2>
     53      <Unit3>
    6154        <Filename Value="UProject.pas"/>
    6255        <IsPartOfProject Value="True"/>
    6356        <UnitName Value="UProject"/>
    64       </Unit4>
    65       <Unit5>
     57      </Unit3>
     58      <Unit4>
    6659        <Filename Value="Forms/UFormNew.pas"/>
    6760        <IsPartOfProject Value="True"/>
    6861        <ComponentName Value="FormNew"/>
     62        <HasResources Value="True"/>
    6963        <ResourceBaseClass Value="Form"/>
    7064        <UnitName Value="UFormNew"/>
     65      </Unit4>
     66      <Unit5>
     67        <Filename Value="ColorFormats/UColorRGBA8.pas"/>
     68        <IsPartOfProject Value="True"/>
     69        <UnitName Value="UColorRGBA8"/>
    7170      </Unit5>
     71      <Unit6>
     72        <Filename Value="Forms/UFormMain.pas"/>
     73        <IsPartOfProject Value="True"/>
     74        <ComponentName Value="FormMain"/>
     75        <HasResources Value="True"/>
     76        <ResourceBaseClass Value="Form"/>
     77        <UnitName Value="UFormMain"/>
     78      </Unit6>
    7279    </Units>
    7380  </ProjectOptions>
     
    7986    <SearchPaths>
    8087      <IncludeFiles Value="$(ProjOutDir)"/>
    81       <OtherUnitFiles Value="Forms"/>
     88      <OtherUnitFiles Value="Forms;ColorFormats"/>
    8289      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    8390    </SearchPaths>
Note: See TracChangeset for help on using the changeset viewer.