Changeset 456 for trunk/Integrated.lpi


Ignore:
Timestamp:
May 30, 2023, 11:31:10 AM (11 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Integrated.lpi

    r422 r456  
    3636          <SearchPaths>
    3737            <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/>
    38             <OtherUnitFiles Value="LocalPlayer;Network"/>
     38            <OtherUnitFiles Value="LocalPlayer;Network;Packages\CevoComponents"/>
    3939            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    4040          </SearchPaths>
     
    5656            <Debugging>
    5757              <GenerateDebugInfo Value="False"/>
     58              <DebugInfoType Value="dsDwarf2Set"/>
    5859            </Debugging>
    5960            <LinkSmart Value="True"/>
     
    337338      </Unit40>
    338339      <Unit41>
    339         <Filename Value="LocalPlayer\UKeyBindings.pas"/>
     340        <Filename Value="LocalPlayer\KeyBindings.pas"/>
    340341        <IsPartOfProject Value="True"/>
    341342      </Unit41>
    342343      <Unit42>
    343         <Filename Value="UMiniMap.pas"/>
     344        <Filename Value="MiniMap.pas"/>
    344345        <IsPartOfProject Value="True"/>
    345346      </Unit42>
    346347      <Unit43>
    347         <Filename Value="UBrain.pas"/>
     348        <Filename Value="Brain.pas"/>
    348349        <IsPartOfProject Value="True"/>
    349350      </Unit43>
    350351      <Unit44>
    351         <Filename Value="Network\UNetworkServer.pas"/>
     352        <Filename Value="Network\NetworkServer.pas"/>
    352353        <IsPartOfProject Value="True"/>
    353354      </Unit44>
    354355      <Unit45>
    355         <Filename Value="Network\UNetworkClient.pas"/>
     356        <Filename Value="Network\NetworkClient.pas"/>
    356357        <IsPartOfProject Value="True"/>
    357358      </Unit45>
    358359      <Unit46>
    359         <Filename Value="Network\UNetworkCommon.pas"/>
     360        <Filename Value="Network\NetworkCommon.pas"/>
    360361        <IsPartOfProject Value="True"/>
    361362      </Unit46>
     
    370371    <SearchPaths>
    371372      <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/>
    372       <OtherUnitFiles Value="LocalPlayer;Network"/>
     373      <OtherUnitFiles Value="LocalPlayer;Network;Packages\CevoComponents"/>
    373374      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    374375    </SearchPaths>
     
    393394    <Linking>
    394395      <Debugging>
     396        <DebugInfoType Value="dsDwarf2Set"/>
    395397        <UseHeaptrc Value="True"/>
    396398        <UseExternalDbgSyms Value="True"/>
Note: See TracChangeset for help on using the changeset viewer.