Files
lazarus-ccr/components/gradcontrols/gradcontrols.lpk
blikblum 0c024f25e6 * Use the font orientation feature to draw rotate text instead of using an intermediary rotated bitmap
* Add urotatebitmap to the package file so the ide can track changes in it
(Changes acknowledged by eugen)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1173 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-03-01 18:16:55 +00:00

59 lines
1.6 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="gradcontrols"/>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="src\;..\"/>
<OtherUnitFiles Value="src\;..\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="3">
<Item1>
<Filename Value="src\ugradtabcontrol.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ugradtabcontrol"/>
</Item1>
<Item2>
<Filename Value="src\ugradbtn.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ugradbtn"/>
</Item2>
<Item3>
<Filename Value="src\urotatebitmap.pas"/>
<UnitName Value="uRotateBitmap"/>
</Item3>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
<PackageName Value="LCl"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<IncludePath Value="$(PkgOutDir)\;$(PkgOutDir)\..\"/>
<LibraryPath Value="$(PkgOutDir)\;$(PkgOutDir)\..\"/>
<ObjectPath Value="$(PkgOutDir)\;$(PkgOutDir)\..\"/>
<UnitPath Value="$(PkgOutDir)\;$(PkgOutDir)\..\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>