mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:20:21 +02:00
cleandirs example: fixed linking errors by removing dependency on design time package (issue #13606)
git-svn-id: trunk@19682 -
This commit is contained in:
parent
3fe5350912
commit
0f8fc5b750
@ -1,16 +1,15 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<PathDelim Value="/"/>
|
<Version Value="7"/>
|
||||||
<Version Value="6"/>
|
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
<MainUnitHasCreateFormStatements Value="False"/>
|
<MainUnitHasCreateFormStatements Value="False"/>
|
||||||
|
<LRSInOutputDirectory Value="False"/>
|
||||||
</Flags>
|
</Flags>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<AutoCreateForms Value="False"/>
|
<AutoCreateForms Value="False"/>
|
||||||
<IconPath Value="./"/>
|
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
<Title Value="Directory Cleaning service"/>
|
<Title Value="Directory Cleaning service"/>
|
||||||
</General>
|
</General>
|
||||||
@ -49,7 +48,6 @@
|
|||||||
<Filename Value="svccleandirs.pp"/>
|
<Filename Value="svccleandirs.pp"/>
|
||||||
<ComponentName Value="CleanDirsDaemon"/>
|
<ComponentName Value="CleanDirsDaemon"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<ResourceFilename Value="svccleandirs.lrs"/>
|
|
||||||
<UnitName Value="svccleandirs"/>
|
<UnitName Value="svccleandirs"/>
|
||||||
</Unit1>
|
</Unit1>
|
||||||
<Unit2>
|
<Unit2>
|
||||||
@ -61,7 +59,6 @@
|
|||||||
<Filename Value="svcmap.pp"/>
|
<Filename Value="svcmap.pp"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<ResourceFilename Value="svcmap.lrs"/>
|
|
||||||
<UnitName Value="svcmap"/>
|
<UnitName Value="svcmap"/>
|
||||||
</Unit3>
|
</Unit3>
|
||||||
</Units>
|
</Units>
|
||||||
|
@ -24,7 +24,6 @@ Uses
|
|||||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
lazdaemon,
|
|
||||||
daemonapp,
|
daemonapp,
|
||||||
sysutils
|
sysutils
|
||||||
{ add your units here }, svcmap, svccleandirs, dircleaner;
|
{ add your units here }, svcmap, svccleandirs, dircleaner;
|
||||||
|
Loading…
Reference in New Issue
Block a user