mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 07:34:28 +02:00
+ added dependency on unit xmd for unit dpms
This commit is contained in:
parent
a061b2e763
commit
b3744bf11f
@ -194,6 +194,7 @@ begin
|
||||
begin
|
||||
AddInclude('dpmsconst.inc');
|
||||
AddUnit('xlib');
|
||||
AddUnit('xmd');
|
||||
end;
|
||||
T:=P.Targets.AddUnit('multibuf.pp');
|
||||
with T.Dependencies do
|
||||
|
Loading…
Reference in New Issue
Block a user