Ignore:
Timestamp:
Apr 24, 2025, 10:12:32 PM (2 weeks ago)
Author:
chronos
Message:
  • Added: More CPU instructions.
  • Added: Mouse device.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bigint/BigIntVM.lpi

    r8 r12  
    2424          <SearchPaths>
    2525            <IncludeFiles Value="$(ProjOutDir)"/>
    26             <OtherUnitFiles Value="Forms"/>
     26            <OtherUnitFiles Value="Forms;Devices"/>
    2727            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    2828          </SearchPaths>
     
    6060      </Item>
    6161      <SharedMatrixOptions Count="2">
    62         <Item1 Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
     62        <Item1 ID="496997618487" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
    6363        <Item2 ID="202440807568" Targets="Common" Modes="Release" Value="-CX -XX -O3"/>
    6464      </SharedMatrixOptions>
     
    113113      </Unit>
    114114      <Unit>
    115         <Filename Value="Screen.pas"/>
    116         <IsPartOfProject Value="True"/>
    117       </Unit>
    118       <Unit>
    119         <Filename Value="Console.pas"/>
     115        <Filename Value="Devices/Screen.pas"/>
     116        <IsPartOfProject Value="True"/>
     117      </Unit>
     118      <Unit>
     119        <Filename Value="Devices/Console.pas"/>
    120120        <IsPartOfProject Value="True"/>
    121121      </Unit>
     
    158158        <IsPartOfProject Value="True"/>
    159159        <ComponentName Value="FormMemory"/>
     160      </Unit>
     161      <Unit>
     162        <Filename Value="Devices/Mouse.pas"/>
     163        <IsPartOfProject Value="True"/>
    160164      </Unit>
    161165    </Units>
     
    168172    <SearchPaths>
    169173      <IncludeFiles Value="$(ProjOutDir)"/>
    170       <OtherUnitFiles Value="Forms"/>
     174      <OtherUnitFiles Value="Forms;Devices"/>
    171175      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    172176    </SearchPaths>
Note: See TracChangeset for help on using the changeset viewer.