package fcl: make simpleipc optional

This commit is contained in:
mattias 2024-05-06 08:58:46 +02:00
parent 0a7ff2fb3d
commit e5f6362b08
2 changed files with 3 additions and 1 deletions

View File

@ -31,11 +31,13 @@
<Item3>
<Filename Value="process.pas"/>
<Type Value="Virtual Unit"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="process"/>
</Item3>
<Item4>
<Filename Value="simpleipc.pas"/>
<Type Value="Virtual Unit"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="simpleipc"/>
</Item4>
<Item5>

View File

@ -8,7 +8,7 @@ unit fcllaz;
interface
uses
db, process, simpleipc, eventlog, XMLConf, LazarusPackageIntf;
db, eventlog, XMLConf, LazarusPackageIntf;
implementation