Skip to content

Commit 012d85b

Browse files
Update Lazarus project file
This is created by the latest Lazarus IDE 2.2.6
1 parent 0872c81 commit 012d85b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

source/project/tracker_editor/trackereditor.lpi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CONFIG>
33
<ProjectOptions>
4-
<Version Value="11"/>
4+
<Version Value="12"/>
55
<PathDelim Value="\"/>
66
<General>
77
<Flags>
88
<SaveJumpHistory Value="False"/>
9+
<CompatibilityMode Value="True"/>
910
</Flags>
1011
<SessionStorage Value="None"/>
11-
<MainUnit Value="0"/>
1212
<Title Value="trackereditor"/>
1313
<ResourceType Value="res"/>
1414
<UseXPManifest Value="True"/>
48 Bytes
Binary file not shown.

source/project/unit_test/tracker_editor_test.lpi

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CONFIG>
33
<ProjectOptions>
4-
<Version Value="11"/>
4+
<Version Value="12"/>
55
<PathDelim Value="\"/>
66
<General>
7+
<Flags>
8+
<MainUnitHasCreateFormStatements Value="False"/>
9+
<MainUnitHasTitleStatement Value="False"/>
10+
<MainUnitHasScaledStatement Value="False"/>
11+
<CompatibilityMode Value="True"/>
12+
</Flags>
713
<SessionStorage Value="None"/>
8-
<MainUnit Value="0"/>
914
<Title Value="tracker_editor_test"/>
1015
<UseAppBundle Value="False"/>
1116
<ResourceType Value="res"/>
@@ -44,7 +49,6 @@
4449
<Linking>
4550
<Debugging>
4651
<DebugInfoType Value="dsDwarf2Set"/>
47-
<UseHeaptrc Value="True"/>
4852
<TrashVariables Value="True"/>
4953
<UseValgrind Value="True"/>
5054
<UseExternalDbgSyms Value="True"/>
@@ -83,6 +87,9 @@
8387
<Version Value="2"/>
8488
</PublishOptions>
8589
<RunParams>
90+
<local>
91+
<CommandLineParams Value="-a --format=plain"/>
92+
</local>
8693
<FormatVersion Value="2"/>
8794
<Modes Count="1">
8895
<Mode0 Name="default">
@@ -149,7 +156,7 @@
149156
<Linking>
150157
<Debugging>
151158
<DebugInfoType Value="dsDwarf3"/>
152-
<UseHeaptrc Value="True"/>
159+
<UseLineInfoUnit Value="False"/>
153160
</Debugging>
154161
</Linking>
155162
</CompilerOptions>

0 commit comments

Comments
 (0)