소스 검색

* 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