lazdaemon: do not add lazdaemon to daemons - it is a design time package

git-svn-id: trunk@19985 -
This commit is contained in:
mattias 2009-05-16 21:53:26 +00:00
parent 33442f4dc7
commit 0e309e4eb8
2 changed files with 7 additions and 5 deletions

View File

@ -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"/>

View File

@ -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;