Files
lazarus-ccr/components/scrolltext/scrolltext.lpk
gbamber 5a04bbbdda First commit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3187 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-06-17 09:08:16 +00:00

49 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="scrolltext"/>
<Author Value="FPC / minesadorada (adaptation)"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Graphic surface that scrolls (when Active=True) that can be loaded with a Stringlist"/>
<License Value="LGPL"/>
<Version Major="1" Minor="1"/>
<Files Count="2">
<Item1>
<Filename Value="scrollingtext.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ScrollingText"/>
</Item1>
<Item2>
<Filename Value="aboutscrolltextunit.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="AboutScrolltextunit"/>
</Item2>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>