jvcllaz: Make sure that package format has "Maximize compatibility" flag activated.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7202 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-12-05 10:55:38 +00:00
parent 0a310b31e8
commit 677d3e3eb3
2 changed files with 45 additions and 45 deletions

View File

@ -16,91 +16,91 @@
<Description Value="JVCL Multimedia and image components (Run-time package): bmp animator, id3v1 and id3v2 tags, full color components and dialogs, gradient, gradient header, special progress bar, animated image"/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="6"/>
<Files>
<Item>
<Files Count="19">
<Item1>
<Filename Value="..\run\JvMM\jvspecialprogress.pas"/>
<UnitName Value="JvSpecialProgress"/>
</Item>
<Item>
</Item1>
<Item2>
<Filename Value="..\run\JvMM\jvgradient.pas"/>
<UnitName Value="JvGradient"/>
</Item>
<Item>
</Item2>
<Item3>
<Filename Value="..\run\JvMM\jvgradientheaderpanel.pas"/>
<UnitName Value="JvGradientHeaderPanel"/>
</Item>
<Item>
</Item3>
<Item4>
<Filename Value="..\run\JvMM\jvid3v1.pas"/>
<UnitName Value="JvId3v1"/>
</Item>
<Item>
</Item4>
<Item5>
<Filename Value="..\run\JvMM\jvid3v2types.pas"/>
<UnitName Value="JvId3v2Types"/>
</Item>
<Item>
</Item5>
<Item6>
<Filename Value="..\run\JvMM\jvid3v2base.pas"/>
<UnitName Value="JvId3v2Base"/>
</Item>
<Item>
</Item6>
<Item7>
<Filename Value="..\run\JvMM\jvid3v2.pas"/>
<UnitName Value="JvId3v2"/>
</Item>
<Item>
</Item7>
<Item8>
<Filename Value="..\run\JvMM\jvbmpanimator.pas"/>
<UnitName Value="JvBmpAnimator"/>
</Item>
<Item>
</Item8>
<Item9>
<Filename Value="..\run\JvMM\jvfullcolorspaces.pas"/>
<UnitName Value="JvFullColorSpaces"/>
</Item>
<Item>
</Item9>
<Item10>
<Filename Value="..\run\JvMM\jvfullcolorrotate.pas"/>
<UnitName Value="JvFullColorRotate"/>
</Item>
<Item>
</Item10>
<Item11>
<Filename Value="..\run\JvMM\jvfullcolorctrls.pas"/>
<UnitName Value="JvFullColorCtrls"/>
</Item>
<Item>
</Item11>
<Item12>
<Filename Value="..\run\JvMM\jvfullcolorform.lfm"/>
<Type Value="LFM"/>
</Item>
<Item>
</Item12>
<Item13>
<Filename Value="..\run\JvMM\jvfullcolorform.pas"/>
<UnitName Value="JvFullColorForm"/>
</Item>
<Item>
</Item13>
<Item14>
<Filename Value="..\run\JvMM\jvfullcolorcircleform.pas"/>
<UnitName Value="JvFullColorCircleForm"/>
</Item>
<Item>
</Item14>
<Item15>
<Filename Value="..\run\JvMM\jvfullcolordialogs.pas"/>
<UnitName Value="JvFullColorDialogs"/>
</Item>
<Item>
</Item15>
<Item16>
<Filename Value="..\run\JvMM\jvanimatedimage.pas"/>
<UnitName Value="JvAnimatedImage"/>
</Item>
<Item>
</Item16>
<Item17>
<Filename Value="..\run\JvMM\jvpicclip.pas"/>
<UnitName Value="JvPicClip"/>
</Item>
<Item>
</Item17>
<Item18>
<Filename Value="..\run\JvMM\jvspecialimage.pas"/>
<UnitName Value="JvSpecialImage"/>
</Item>
<Item>
</Item18>
<Item19>
<Filename Value="..\run\JvMM\jvimagetransform.pas"/>
<UnitName Value="JvImageTransform"/>
</Item>
</Item19>
</Files>
<RequiredPkgs>
<Item>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="JvCoreLazR"/>
</Item>
<Item>
</Item1>
<Item2>
<PackageName Value="FCL"/>
</Item>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvStdCtrlsLazR"/>
<Author Value="Lazarus port by: Werner Pamler"/>