cleandirs example: fixed linking errors by removing dependency on design time package (issue #13606)

git-svn-id: trunk@19682 -
This commit is contained in:
vincents 2009-04-29 07:12:46 +00:00
parent 3fe5350912
commit 0f8fc5b750
2 changed files with 2 additions and 6 deletions

View File

@ -1,16 +1,15 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="/"/>
<Version Value="6"/>
<Version Value="7"/>
<General>
<Flags>
<MainUnitHasCreateFormStatements Value="False"/>
<LRSInOutputDirectory Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<AutoCreateForms Value="False"/>
<IconPath Value="./"/>
<TargetFileExt Value=""/>
<Title Value="Directory Cleaning service"/>
</General>
@ -49,7 +48,6 @@
<Filename Value="svccleandirs.pp"/>
<ComponentName Value="CleanDirsDaemon"/>
<IsPartOfProject Value="True"/>
<ResourceFilename Value="svccleandirs.lrs"/>
<UnitName Value="svccleandirs"/>
</Unit1>
<Unit2>
@ -61,7 +59,6 @@
<Filename Value="svcmap.pp"/>
<HasResources Value="True"/>
<IsPartOfProject Value="True"/>
<ResourceFilename Value="svcmap.lrs"/>
<UnitName Value="svcmap"/>
</Unit3>
</Units>

View File

@ -24,7 +24,6 @@ Uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
lazdaemon,
daemonapp,
sysutils
{ add your units here }, svcmap, svccleandirs, dircleaner;