瀏覽代碼

+ added histlist.inc as dependency for histlist.pas in fpmake.pp

git-svn-id: branches/unicodekvm@48579 -
nickysn 4 年之前
父節點
當前提交
668d859cc2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fv/fpmake.pp

+ 1 - 0
packages/fv/fpmake.pp

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