mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
turbopower_ipro: compile unit iphtmlpv only with -dHTML_Print
git-svn-id: branches/fixes_1_6@51309 -
This commit is contained in:
parent
51c015b7b6
commit
0779740372
@ -32,6 +32,10 @@
|
||||
|
||||
unit IpHtmlPv;
|
||||
|
||||
{$IFNDEF Html_Print}
|
||||
{$ERROR requires -dHTML_Print}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -2,6 +2,7 @@
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Name Value="TurboPowerIPro"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Turbopower, portiert fuer Lazarus von Mattias Gaertner"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
@ -53,6 +54,7 @@
|
||||
</Item6>
|
||||
<Item7>
|
||||
<Filename Value="iphtmlpv.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="IpHtmlPv"/>
|
||||
</Item7>
|
||||
<Item8>
|
||||
@ -96,7 +98,6 @@
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="1">
|
||||
<Item1>
|
||||
<PackageName Value="Printer4Lazarus"/>
|
||||
|
@ -7,7 +7,7 @@ unit TurboPowerIPro;
|
||||
interface
|
||||
|
||||
uses
|
||||
IpAnim, IpConst, Ipfilebroker, IpHtml, {$IFDEF Html_Print}IpHtmlPv,{$ENDIF} IpMsg, IpStrms, IpUtils,
|
||||
IpAnim, IpConst, Ipfilebroker, IpHtml, IpMsg, IpStrms, IpUtils,
|
||||
IpHtmlTabList, iphtmlprop, ipHtmlBlockLayout, ipHtmlTableLayout,
|
||||
LazarusPackageIntf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user