소스 검색

+ added h2paschk.pas to the makefiles

git-svn-id: trunk@41859 -
nickysn 6 년 전
부모
커밋
b9e3a0692c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      utils/h2pas/fpmake.pp

+ 2 - 0
utils/h2pas/fpmake.pp

@@ -57,6 +57,8 @@ begin
 
     T:=P.Targets.AddProgram('h2paspp.pas');
 
+    T:=P.Targets.AddProgram('h2paschk.pas');
+
     P.Targets.AddUnit('h2poptions.pas').install:=false;
     P.Targets.AddUnit('h2plexlib.pas').install:=false;
     P.Targets.AddUnit('h2pyacclib.pas').install:=false;