Changeset 9 for trunk/VCSCommander.lpi


Ignore:
Timestamp:
May 18, 2015, 11:49:39 PM (10 years ago)
Author:
chronos
Message:
  • Added: Simple Bazaar backend.\n* Added: Support for backends dynamic registration.\n* Added: Backend selection in checkout form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpi

    r8 r9  
    8383      </Item4>
    8484    </RequiredPackages>
    85     <Units Count="12">
     85    <Units Count="14">
    8686      <Unit0>
    8787        <Filename Value="VCSCommander.lpr"/>
     
    128128      </Unit6>
    129129      <Unit7>
    130         <Filename Value="Units/USubversion.pas"/>
     130        <Filename Value="Backends/Subversion/USubversion.pas"/>
    131131        <IsPartOfProject Value="True"/>
    132132      </Unit7>
     
    156156        <ResourceBaseClass Value="Form"/>
    157157      </Unit11>
     158      <Unit12>
     159        <Filename Value="Backends/Bazaar/UBazaar.pas"/>
     160        <IsPartOfProject Value="True"/>
     161      </Unit12>
     162      <Unit13>
     163        <Filename Value="Units/UBackend.pas"/>
     164        <IsPartOfProject Value="True"/>
     165      </Unit13>
    158166    </Units>
    159167  </ProjectOptions>
     
    165173    <SearchPaths>
    166174      <IncludeFiles Value="$(ProjOutDir)"/>
    167       <OtherUnitFiles Value="Forms;Units"/>
     175      <OtherUnitFiles Value="Forms;Units;Backends/Bazaar;Backends/Subversion"/>
    168176      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    169177    </SearchPaths>
Note: See TracChangeset for help on using the changeset viewer.