Ignore:
Timestamp:
Dec 17, 2024, 11:10:31 PM (4 days ago)
Author:
chronos
Message:
  • Added: Mouse API support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Independent/Independent.lpi

    r67 r68  
    2424          <SearchPaths>
    2525            <IncludeFiles Value="$(ProjOutDir)"/>
    26             <OtherUnitFiles Value="Forms;Apps/Code;Apps/Test"/>
     26            <OtherUnitFiles Value="Forms;Apps/Code;Apps/Test;Devices"/>
    2727            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    2828          </SearchPaths>
     
    9393      </Unit>
    9494      <Unit>
    95         <Filename Value="Console.pas"/>
     95        <Filename Value="Devices/Console.pas"/>
    9696        <IsPartOfProject Value="True"/>
    9797      </Unit>
    9898      <Unit>
    99         <Filename Value="FileSystem.pas"/>
     99        <Filename Value="Devices/FileSystem.pas"/>
    100100        <IsPartOfProject Value="True"/>
    101101      </Unit>
     
    122122        <IsPartOfProject Value="True"/>
    123123      </Unit>
     124      <Unit>
     125        <Filename Value="Devices/Mouse.pas"/>
     126        <IsPartOfProject Value="True"/>
     127      </Unit>
    124128    </Units>
    125129  </ProjectOptions>
     
    131135    <SearchPaths>
    132136      <IncludeFiles Value="$(ProjOutDir)"/>
    133       <OtherUnitFiles Value="Forms;Apps/Code;Apps/Test"/>
     137      <OtherUnitFiles Value="Forms;Apps/Code;Apps/Test;Devices"/>
    134138      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    135139    </SearchPaths>
Note: See TracChangeset for help on using the changeset viewer.