mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 17:59:32 +02:00
85 lines
2.4 KiB
XML
85 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<Name Value="FCL"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<BuildMethod Value="Both"/>
|
|
<Author Value="Lazarus"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="The FCL - FreePascal Component Library provides the base classes for object pascal."/>
|
|
<License Value="modified LGPL-2"/>
|
|
<Version Major="1" Release="1"/>
|
|
<Files Count="8">
|
|
<Item1>
|
|
<Filename Value="lazaruspackageintf.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="LazarusPackageIntf"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="db.pas"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<UnitName Value="db"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="process.pas"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="process"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Filename Value="simpleipc.pas"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="simpleipc"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Filename Value="eventlog.pas"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<UnitName Value="eventlog"/>
|
|
</Item5>
|
|
<Item6>
|
|
<Filename Value="XMLConf.pas"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<UnitName Value="XMLConf"/>
|
|
</Item6>
|
|
<Item7>
|
|
<Filename Value="fcllaz.pas"/>
|
|
<Type Value="Main Unit"/>
|
|
<UnitName Value="fcllaz"/>
|
|
</Item7>
|
|
<Item8>
|
|
<Filename Value="servicemanager.pas"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="ServiceManager"/>
|
|
</Item8>
|
|
</Files>
|
|
<CompatibilityMode Value="True"/>
|
|
<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>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|