mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 13:59:20 +02:00
TAChart: Make sure that compiler option {$H+} is default.
git-svn-id: trunk@56352 -
This commit is contained in:
parent
bbbbc443fb
commit
8cb2cedc3a
@ -1,5 +1,7 @@
|
|||||||
unit TAChartCombos;
|
unit TAChartCombos;
|
||||||
|
|
||||||
|
{$mode ObjFPC}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -13,11 +13,6 @@
|
|||||||
<OtherUnitFiles Value="numlib_fix;editors"/>
|
<OtherUnitFiles Value="numlib_fix;editors"/>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Parsing>
|
|
||||||
<SyntaxOptions>
|
|
||||||
<UseAnsiStrings Value="False"/>
|
|
||||||
</SyntaxOptions>
|
|
||||||
</Parsing>
|
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Checks>
|
<Checks>
|
||||||
<RangeChecks Value="True"/>
|
<RangeChecks Value="True"/>
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
unit TAFonts;
|
unit TAFonts;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user