Browse Source

+ add include file views.inc to fpmake

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

+ 1 - 0
packages/fv/fpmake.pp

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