FCL: Enabled possibility to use fpmake to build this package

git-svn-id: trunk@59939 -
This commit is contained in:
joost 2018-12-29 23:11:25 +00:00
parent cdbad960fd
commit 3e3ae9d53f

View File

@ -3,6 +3,7 @@
<Package Version="4">
<Name Value="FCL"/>
<Type Value="RunAndDesignTime"/>
<BuildMethod Value="Both"/>
<Author Value="Lazarus"/>
<CompilerOptions>
<Version Value="11"/>
@ -65,6 +66,16 @@
</Item9>
</Files>
<LazDoc Paths="docs"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="fcl-process"/>
<DependencyType Value="FPMake"/>
</Item1>
<Item2>
<PackageName Value="fcl-db"/>
<DependencyType Value="FPMake"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>