mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:56:03 +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">
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user