mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 17:13:02 +02:00
+ added unit System.Terminal.Controller
This commit is contained in:
parent
28831a7734
commit
3d868d1349
@ -52,6 +52,14 @@ begin
|
||||
|
||||
T:=P.Targets.AddUnit('system.terminal.logger.pas');
|
||||
|
||||
T:=P.Targets.AddUnit('system.terminal.controller.pas');
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddUnit('system.terminal.base');
|
||||
AddUnit('system.terminal.model');
|
||||
AddUnit('system.terminal.logger');
|
||||
end;
|
||||
|
||||
//P.NamespaceMap:='namespaces.lst';
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
|
3801
packages/fcl-fpterm/src/system.terminal.controller.pas
Normal file
3801
packages/fcl-fpterm/src/system.terminal.controller.pas
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user