Changeset 364 for trunk/Integrated.lpi


Ignore:
Timestamp:
Apr 12, 2021, 11:55:20 PM (3 years ago)
Author:
chronos
Message:
  • Added: Partial network game play implementation.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Integrated.lpi

    r363 r364  
    3636          <SearchPaths>
    3737            <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/>
    38             <OtherUnitFiles Value="LocalPlayer"/>
     38            <OtherUnitFiles Value="LocalPlayer;Network"/>
    3939            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    4040          </SearchPaths>
     
    9595      </Item2>
    9696    </RequiredPackages>
    97     <Units Count="44">
     97    <Units Count="47">
    9898      <Unit0>
    9999        <Filename Value="Integrated.lpr"/>
     
    344344        <IsPartOfProject Value="True"/>
    345345      </Unit43>
     346      <Unit44>
     347        <Filename Value="Network\UNetworkServer.pas"/>
     348        <IsPartOfProject Value="True"/>
     349      </Unit44>
     350      <Unit45>
     351        <Filename Value="Network\UNetworkClient.pas"/>
     352        <IsPartOfProject Value="True"/>
     353      </Unit45>
     354      <Unit46>
     355        <Filename Value="UTCPServer.pas"/>
     356        <IsPartOfProject Value="True"/>
     357      </Unit46>
    346358    </Units>
    347359  </ProjectOptions>
     
    354366    <SearchPaths>
    355367      <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/>
    356       <OtherUnitFiles Value="LocalPlayer"/>
     368      <OtherUnitFiles Value="LocalPlayer;Network"/>
    357369      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    358370    </SearchPaths>
Note: See TracChangeset for help on using the changeset viewer.