mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-30 22:23:41 +02:00
64 lines
1.7 KiB
XML
64 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<Name Value="lazdaemon"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="Michael Van Canneyt"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
|
</SearchPaths>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<UseAnsiStrings Value="False"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<Other>
|
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="Lazarus Service (Daemon) Support"/>
|
|
<License Value="Modified LGPL as in FCL or RTL"/>
|
|
<Version Minor="9" Release="9"/>
|
|
<Files Count="3">
|
|
<Item1>
|
|
<Filename Value="reglazdaemon.pp"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="reglazdaemon"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="daemonapp.pp"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<UnitName Value="daemonapp"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="lazdaemonapp.pp"/>
|
|
<UnitName Value="lazdaemonapp"/>
|
|
</Item3>
|
|
</Files>
|
|
<i18n>
|
|
<EnableI18N Value="True"/>
|
|
<OutDir Value="languages"/>
|
|
</i18n>
|
|
<RequiredPkgs Count="3">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="FCL"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item3>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|