mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:48:03 +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"?>
|
||||
<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>
|
||||
|
@ -24,7 +24,6 @@ Uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
lazdaemon,
|
||||
daemonapp,
|
||||
sysutils
|
||||
{ add your units here }, svcmap, svccleandirs, dircleaner;
|
||||
|
Loading…
Reference in New Issue
Block a user