mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 23:44:00 +02:00
80 lines
2.4 KiB
XML
80 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="/"/>
|
|
<Version Value="5"/>
|
|
<General>
|
|
<Flags>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<MainUnit Value="0"/>
|
|
<AutoCreateForms Value="False"/>
|
|
<IconPath Value="./"/>
|
|
<TargetFileExt Value=""/>
|
|
<Title Value="Directory Cleaning service"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<ProjectVersion Value=""/>
|
|
</VersionInfo>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
<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"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="LazDaemon"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="FCL"/>
|
|
</Item3>
|
|
</RequiredPackages>
|
|
<Units Count="4">
|
|
<Unit0>
|
|
<Filename Value="cleandirs.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<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>
|
|
<Filename Value="dircleaner.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="dircleaner"/>
|
|
</Unit3>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Other>
|
|
<CustomOptions Value="-dUseCThreads"/>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|