mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
+ added include file menus.inc to the menus unit dependencies in fpmake.pp
git-svn-id: branches/unicodekvm@48575 -
This commit is contained in:
parent
08c5d9b007
commit
e902487711
@ -182,6 +182,7 @@ begin
|
||||
T:=P.Targets.AddUnit('menus.pas');
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddInclude('menus.inc');
|
||||
AddInclude('platform.inc');
|
||||
AddUnit('drivers');
|
||||
AddUnit('views');
|
||||
|
Loading…
Reference in New Issue
Block a user