Fixed Package, added used units to Package

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1457 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2011-01-25 11:03:21 +00:00
parent ea64d0c14f
commit 8d6d07fe81
2 changed files with 71 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<AddToProjectUsesSection Value="False"/>
<Author Value="L. David Baldwin's HTML Components for Delphi; ported to Lazarus by Phil Hess"/>
<CompilerOptions>
<Version Value="8"/>
<Version Value="9"/>
<SearchPaths>
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
@ -16,6 +16,7 @@
<IncludeAssertionCode Value="True"/>
<AllowLabel Value="False"/>
<CPPInline Value="False"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
@ -27,12 +28,76 @@
<Description Value="HTML Components for Lazarus"/>
<License Value="MPL 1.1"/>
<Version Release="4"/>
<Files Count="1">
<Files Count="17">
<Item1>
<Filename Value="htmlcompreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="HtmlCompReg"/>
</Item1>
<Item2>
<Filename Value="urlsubs.pas"/>
<UnitName Value="URLSubs"/>
</Item2>
<Item3>
<Filename Value="ditherunit.pas"/>
<UnitName Value="DitherUnit"/>
</Item3>
<Item4>
<Filename Value="frambrwz.pas"/>
<UnitName Value="FramBrwz"/>
</Item4>
<Item5>
<Filename Value="framview.pas"/>
<UnitName Value="FramView"/>
</Item5>
<Item6>
<Filename Value="gdipl2a.pas"/>
<UnitName Value="GDIPL2A"/>
</Item6>
<Item7>
<Filename Value="htmlgif1.pas"/>
<UnitName Value="HtmlGif1"/>
</Item7>
<Item8>
<Filename Value="htmlgif2.pas"/>
<UnitName Value="HTMLGif2"/>
</Item8>
<Item9>
<Filename Value="htmlmisc.pas"/>
<UnitName Value="HtmlMisc"/>
</Item9>
<Item10>
<Filename Value="htmlsbs1.pas"/>
<UnitName Value="Htmlsbs1"/>
</Item10>
<Item11>
<Filename Value="htmlsubs.pas"/>
<UnitName Value="Htmlsubs"/>
</Item11>
<Item12>
<Filename Value="htmlun2.lrs"/>
<Type Value="LRS"/>
</Item12>
<Item13>
<Filename Value="htmlun2.pas"/>
<UnitName Value="HTMLUn2"/>
</Item13>
<Item14>
<Filename Value="htmlview.pas"/>
<UnitName Value="Htmlview"/>
</Item14>
<Item15>
<Filename Value="readhtml.pas"/>
<UnitName Value="Readhtml"/>
</Item15>
<Item16>
<Filename Value="stylepars.pas"/>
<UnitName Value="StylePars"/>
</Item16>
<Item17>
<Filename Value="styleun.pas"/>
<UnitName Value="StyleUn"/>
</Item17>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">

View File

@ -1,4 +1,4 @@
{ This file was automatically created by Lazarus. do not edit!
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
@ -7,7 +7,9 @@ unit HtmlComp;
interface
uses
HtmlCompReg, LazarusPackageIntf;
HtmlCompReg, URLSubs, DitherUnit, FramBrwz, FramView, GDIPL2A,
HtmlGif1, HTMLGif2, HtmlMisc, Htmlsbs1, Htmlsubs, HTMLUn2, Htmlview,
Readhtml, StylePars, StyleUn, LazarusPackageIntf;
implementation