mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 01:59:12 +02:00
package fcl: make simpleipc optional
This commit is contained in:
parent
0a7ff2fb3d
commit
e5f6362b08
@ -31,11 +31,13 @@
|
|||||||
<Item3>
|
<Item3>
|
||||||
<Filename Value="process.pas"/>
|
<Filename Value="process.pas"/>
|
||||||
<Type Value="Virtual Unit"/>
|
<Type Value="Virtual Unit"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="process"/>
|
<UnitName Value="process"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
<Item4>
|
<Item4>
|
||||||
<Filename Value="simpleipc.pas"/>
|
<Filename Value="simpleipc.pas"/>
|
||||||
<Type Value="Virtual Unit"/>
|
<Type Value="Virtual Unit"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="simpleipc"/>
|
<UnitName Value="simpleipc"/>
|
||||||
</Item4>
|
</Item4>
|
||||||
<Item5>
|
<Item5>
|
||||||
|
@ -8,7 +8,7 @@ unit fcllaz;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
db, process, simpleipc, eventlog, XMLConf, LazarusPackageIntf;
|
db, eventlog, XMLConf, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user