|
@@ -1,14 +1,15 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<ProjectOptions>
|
|
- <Version Value="9"/>
|
|
|
|
|
|
+ <Version Value="12"/>
|
|
<General>
|
|
<General>
|
|
<Flags>
|
|
<Flags>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
|
|
+ <MainUnitHasScaledStatement Value="False"/>
|
|
|
|
+ <CompatibilityMode Value="True"/>
|
|
</Flags>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
- <MainUnit Value="0"/>
|
|
|
|
<Title Value="TextLine"/>
|
|
<Title Value="TextLine"/>
|
|
<UseAppBundle Value="False"/>
|
|
<UseAppBundle Value="False"/>
|
|
<ResourceType Value="res"/>
|
|
<ResourceType Value="res"/>
|
|
@@ -16,9 +17,6 @@
|
|
<i18n>
|
|
<i18n>
|
|
<EnableI18N LFM="False"/>
|
|
<EnableI18N LFM="False"/>
|
|
</i18n>
|
|
</i18n>
|
|
- <VersionInfo>
|
|
|
|
- <StringTable ProductVersion=""/>
|
|
|
|
- </VersionInfo>
|
|
|
|
<BuildModes Count="2">
|
|
<BuildModes Count="2">
|
|
<Item1 Name="Release" Default="True"/>
|
|
<Item1 Name="Release" Default="True"/>
|
|
<Item2 Name="Debug">
|
|
<Item2 Name="Debug">
|
|
@@ -32,19 +30,19 @@
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
</SearchPaths>
|
|
</SearchPaths>
|
|
- <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
|
|
|
+ <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
begin
|
|
begin
|
|
- CustomOptions += '-fPIC';
|
|
|
|
|
|
+ CustomOptions += '-fPIC';
|
|
end;
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'linux') then
|
|
|
|
|
|
+if (TargetOS = 'linux') then
|
|
begin
|
|
begin
|
|
- LinkerOptions += ' -z relro';
|
|
|
|
|
|
+ LinkerOptions += ' -z relro';
|
|
end;
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'darwin') then
|
|
|
|
|
|
+if (TargetOS = 'darwin') then
|
|
begin
|
|
begin
|
|
- LinkerOptions += ' -no_order_inits';
|
|
|
|
|
|
+ LinkerOptions += ' -no_order_inits';
|
|
end;"/>
|
|
end;"/>
|
|
<Parsing>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<SyntaxOptions>
|
|
@@ -77,9 +75,10 @@ end;"/>
|
|
<Version Value="2"/>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<RunParams>
|
|
- <local>
|
|
|
|
- <FormatVersion Value="1"/>
|
|
|
|
- </local>
|
|
|
|
|
|
+ <FormatVersion Value="2"/>
|
|
|
|
+ <Modes Count="1">
|
|
|
|
+ <Mode0 Name="default"/>
|
|
|
|
+ </Modes>
|
|
</RunParams>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<Item1>
|
|
@@ -103,19 +102,19 @@ end;"/>
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
</SearchPaths>
|
|
</SearchPaths>
|
|
- <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
|
|
|
+ <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
begin
|
|
begin
|
|
- CustomOptions += '-fPIC';
|
|
|
|
|
|
+ CustomOptions += '-fPIC';
|
|
end;
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'darwin') then
|
|
|
|
|
|
+if (TargetOS = 'darwin') then
|
|
begin
|
|
begin
|
|
- LinkerOptions += ' -no_order_inits';
|
|
|
|
|
|
+ LinkerOptions += ' -no_order_inits';
|
|
end;
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'linux') then
|
|
|
|
|
|
+if (TargetOS = 'linux') then
|
|
begin
|
|
begin
|
|
- LinkerOptions += ' -z relro --as-needed';
|
|
|
|
|
|
+ LinkerOptions += ' -z relro --as-needed';
|
|
end;"/>
|
|
end;"/>
|
|
<CodeGeneration>
|
|
<CodeGeneration>
|
|
<SmartLinkUnit Value="True"/>
|
|
<SmartLinkUnit Value="True"/>
|
|
@@ -133,6 +132,12 @@ end;"/>
|
|
<ExecutableType Value="Library"/>
|
|
<ExecutableType Value="Library"/>
|
|
</Options>
|
|
</Options>
|
|
</Linking>
|
|
</Linking>
|
|
|
|
+ <Other>
|
|
|
|
+ <Verbosity>
|
|
|
|
+ <ShowNotes Value="False"/>
|
|
|
|
+ <ShowHints Value="False"/>
|
|
|
|
+ </Verbosity>
|
|
|
|
+ </Other>
|
|
</CompilerOptions>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Debugging>
|
|
<Exceptions Count="3">
|
|
<Exceptions Count="3">
|