mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 10:37:58 +02:00
package fcl: make simpleipc optional
This commit is contained in:
parent
0a7ff2fb3d
commit
e5f6362b08
@ -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>
|
||||
|
@ -8,7 +8,7 @@ unit fcllaz;
|
||||
interface
|
||||
|
||||
uses
|
||||
db, process, simpleipc, eventlog, XMLConf, LazarusPackageIntf;
|
||||
db, eventlog, XMLConf, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user