mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 20:00:27 +02:00
lazdaemon: do not add lazdaemon to daemons - it is a design time package
git-svn-id: trunk@19985 -
This commit is contained in:
parent
33442f4dc7
commit
0e309e4eb8
@ -1,18 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Package Version="2">
|
||||
<Package Version="3">
|
||||
<Name Value="lazdaemon"/>
|
||||
<AddToProjectUsesSection Value="False"/>
|
||||
<Author Value="Michael Van Canneyt"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<Version Value="8"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="unix/"/>
|
||||
<OtherUnitFiles Value="unix/"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<Generate Value="Faster"/>
|
||||
</CodeGeneration>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
@ -33,6 +31,7 @@
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="lazdaemonapp.pp"/>
|
||||
<UnitName Value="lazdaemonapp"/>
|
||||
</Item3>
|
||||
</Files>
|
||||
<Type Value="DesignTime"/>
|
||||
|
@ -9,6 +9,9 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
This unit installs the IDE items.
|
||||
It is not needed by daemons.
|
||||
}
|
||||
unit RegLazDaemon;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user