Browse Source

+ fvcommon.inc include dependency

git-svn-id: branches/unicodekvm@48591 -
nickysn 4 years ago
parent
commit
e60b41f2ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fv/fpmake.pp

+ 1 - 0
packages/fv/fpmake.pp

@@ -175,6 +175,7 @@ begin
     T:=P.Targets.AddUnit('fvcommon.pas');
       with T.Dependencies do
         begin
+          AddInclude('fvcommon.inc');
           AddInclude('platform.inc');
         end;
     T:=P.Targets.AddUnit('fvconsts.pas');