Changeset 12 for branches/bigint/BigIntVM.lpi
- Timestamp:
- Apr 24, 2025, 10:12:32 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bigint/BigIntVM.lpi
r8 r12 24 24 <SearchPaths> 25 25 <IncludeFiles Value="$(ProjOutDir)"/> 26 <OtherUnitFiles Value="Forms "/>26 <OtherUnitFiles Value="Forms;Devices"/> 27 27 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 28 28 </SearchPaths> … … 60 60 </Item> 61 61 <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"/> 63 63 <Item2 ID="202440807568" Targets="Common" Modes="Release" Value="-CX -XX -O3"/> 64 64 </SharedMatrixOptions> … … 113 113 </Unit> 114 114 <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"/> 120 120 <IsPartOfProject Value="True"/> 121 121 </Unit> … … 158 158 <IsPartOfProject Value="True"/> 159 159 <ComponentName Value="FormMemory"/> 160 </Unit> 161 <Unit> 162 <Filename Value="Devices/Mouse.pas"/> 163 <IsPartOfProject Value="True"/> 160 164 </Unit> 161 165 </Units> … … 168 172 <SearchPaths> 169 173 <IncludeFiles Value="$(ProjOutDir)"/> 170 <OtherUnitFiles Value="Forms "/>174 <OtherUnitFiles Value="Forms;Devices"/> 171 175 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 172 176 </SearchPaths>
Note:
See TracChangeset
for help on using the changeset viewer.