mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 18:39:30 +02:00
cleandir example: added note about missing fclel.res.
git-svn-id: trunk@12746 -
This commit is contained in:
parent
3020743028
commit
0224072d15
@ -105,3 +105,12 @@ is searched
|
||||
Enjoy !
|
||||
|
||||
Michael.
|
||||
|
||||
Missing file on windows
|
||||
-----------------------
|
||||
The cleandirs needs the fclel.res resource file on windows. It is provided by
|
||||
the FCL, but not distributed with fpc 2.2.0. You can copy
|
||||
lazarus\fpc\2.2.0\source\packages\fcl-base\src\win\fclel.res
|
||||
into this example directory.
|
||||
|
||||
Vincent
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<PathDelim Value="/"/>
|
||||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="6"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<MainUnitHasCreateFormStatements Value="False"/>
|
||||
@ -10,7 +10,7 @@
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<AutoCreateForms Value="False"/>
|
||||
<IconPath Value="./"/>
|
||||
<IconPath Value=".\"/>
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="Directory Cleaning service"/>
|
||||
</General>
|
||||
@ -25,18 +25,18 @@
|
||||
<RunParams>
|
||||
<local>
|
||||
<FormatVersion Value="1"/>
|
||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
||||
</local>
|
||||
</RunParams>
|
||||
<RequiredPackages Count="3">
|
||||
<Item1>
|
||||
<PackageName Value="LCL"/>
|
||||
<PackageName Value="FCL"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="LazDaemon"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<PackageName Value="FCL"/>
|
||||
<PackageName Value="LCL"/>
|
||||
</Item3>
|
||||
</RequiredPackages>
|
||||
<Units Count="4">
|
||||
@ -46,28 +46,29 @@
|
||||
<UnitName Value="cleandirs"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="/home/michael/source/lazarus/diskclean/svcmap.pp"/>
|
||||
<ComponentName Value="CleanDirServiceMapper"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ResourceFilename Value="/home/michael/source/lazarus/diskclean/svcmap.lrs"/>
|
||||
<UnitName Value="svcmap"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="svccleandirs.pp"/>
|
||||
<ComponentName Value="CleanDirsDaemon"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ResourceFilename Value="svccleandirs.lrs"/>
|
||||
<UnitName Value="svccleandirs"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="dircleaner.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="dircleaner"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
<Filename Value="svcmap.pp"/>
|
||||
<HasResources Value="True"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ResourceFilename Value="svcmap.lrs"/>
|
||||
<UnitName Value="svcmap"/>
|
||||
</Unit3>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<CodeGeneration>
|
||||
<Generate Value="Faster"/>
|
||||
</CodeGeneration>
|
||||
|
Loading…
Reference in New Issue
Block a user