mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 11:49:55 +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;
|
||||
|
||||
{$mode ObjFPC}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -13,11 +13,6 @@
|
||||
<OtherUnitFiles Value="numlib_fix;editors"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
<Checks>
|
||||
<RangeChecks Value="True"/>
|
||||
|
@ -14,6 +14,8 @@
|
||||
|
||||
unit TAFonts;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user