mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 11:49:22 +02:00
FCL: Enabled possibility to use fpmake to build this package
git-svn-id: trunk@59939 -
This commit is contained in:
parent
cdbad960fd
commit
3e3ae9d53f
@ -3,6 +3,7 @@
|
|||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="FCL"/>
|
<Name Value="FCL"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<BuildMethod Value="Both"/>
|
||||||
<Author Value="Lazarus"/>
|
<Author Value="Lazarus"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
@ -65,6 +66,16 @@
|
|||||||
</Item9>
|
</Item9>
|
||||||
</Files>
|
</Files>
|
||||||
<LazDoc Paths="docs"/>
|
<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>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
|
Loading…
Reference in New Issue
Block a user