Skip to content

Commit 99f0126

Browse files
committed
chore: Adding Proj Opt->Misc->Maximize compat
I have to say that this entry did tick a lot of boxes in terms of standards
1 parent 5881087 commit 99f0126

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

entries/laksen/src/laksen.lpi

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
<MainUnitHasCreateFormStatements Value="False"/>
88
<MainUnitHasTitleStatement Value="False"/>
99
<MainUnitHasScaledStatement Value="False"/>
10+
<CompatibilityMode Value="True"/>
1011
</Flags>
1112
<SessionStorage Value="InProjectDir"/>
1213
<Title Value="laksen"/>
1314
<UseAppBundle Value="False"/>
1415
<ResourceType Value="res"/>
1516
</General>
16-
<BuildModes>
17-
<Item Name="Debug" Default="True"/>
18-
<Item Name="Release">
17+
<BuildModes Count="2">
18+
<Item1 Name="Debug" Default="True"/>
19+
<Item2 Name="Release">
1920
<CompilerOptions>
2021
<Version Value="11"/>
2122
<Target>
@@ -39,7 +40,7 @@
3940
<LinkSmart Value="True"/>
4041
</Linking>
4142
</CompilerOptions>
42-
</Item>
43+
</Item2>
4344
</BuildModes>
4445
<PublishOptions>
4546
<Version Value="2"/>
@@ -48,11 +49,11 @@
4849
<RunParams>
4950
<FormatVersion Value="2"/>
5051
</RunParams>
51-
<Units>
52-
<Unit>
52+
<Units Count="1">
53+
<Unit0>
5354
<Filename Value="laksen.lpr"/>
5455
<IsPartOfProject Value="True"/>
55-
</Unit>
56+
</Unit0>
5657
</Units>
5758
</ProjectOptions>
5859
<CompilerOptions>
@@ -61,6 +62,7 @@
6162
<Filename Value="../../../bin/laksen"/>
6263
</Target>
6364
<SearchPaths>
65+
<IncludeFiles Value="$(ProjOutDir)"/>
6466
<UnitOutputDirectory Value="../../../bin/lib/$(TargetCPU)-$(TargetOS)"/>
6567
</SearchPaths>
6668
<Parsing>
@@ -87,16 +89,16 @@
8789
</Linking>
8890
</CompilerOptions>
8991
<Debugging>
90-
<Exceptions>
91-
<Item>
92+
<Exceptions Count="3">
93+
<Item1>
9294
<Name Value="EAbort"/>
93-
</Item>
94-
<Item>
95+
</Item1>
96+
<Item2>
9597
<Name Value="ECodetoolError"/>
96-
</Item>
97-
<Item>
98+
</Item2>
99+
<Item3>
98100
<Name Value="EFOpenError"/>
99-
</Item>
101+
</Item3>
100102
</Exceptions>
101103
</Debugging>
102104
</CONFIG>

0 commit comments

Comments
 (0)