浏览代码

* Added chmobjinstconst.inc to fpmake.pp

git-svn-id: trunk@32121 -
joost 9 年之前
父节点
当前提交
7ce5b39e23
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/chm/fpmake.pp

+ 2 - 0
packages/chm/fpmake.pp

@@ -32,6 +32,7 @@ begin
     D.Version:='3.1.1';
 
     P.SourcePath.Add('src');
+    P.IncludePath.Add('src');
 
     T:=P.Targets.AddUnit('chmbase.pas');
     T:=P.Targets.AddUnit('chmfilewriter.pas');
@@ -75,6 +76,7 @@ begin
           AddUnit('chmspecialfiles');
           AddUnit('paslzxcomp');
           AddUnit('chmfiftimain');
+          AddInclude('chmobjinstconst.inc');
         end;
     T:=P.Targets.AddUnit('lzxcompressthread.pas');
       with T.Dependencies do