lazmapviewer: set "maximize compatibility" flag of packages to make them readable for non-trunk Laz versions.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7600 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-08-12 15:16:21 +00:00
parent 196b787aed
commit d7364ed9f8
5 changed files with 74 additions and 71 deletions

View File

@@ -16,23 +16,24 @@
<Description Value="Add-on to LazMapViewer: Contains the download engine based on the Synapse library."/>
<License Value="modified LGPL with linking exception, like FreePascal RTL/FCL and Lazarus LCL"/>
<Version Minor="2" Release="3"/>
<Files>
<Item>
<Files Count="1">
<Item1>
<Filename Value="source\addons\synapse_downloadengine\mvdlesynapse.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="mvDLESynapse"/>
</Item>
</Item1>
</Files>
<RequiredPkgs>
<Item>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="lazMapViewerPkg"/>
</Item>
<Item>
</Item1>
<Item2>
<PackageName Value="laz_synapse"/>
</Item>
<Item>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>