소스 검색

* Set fpmake dependencies

git-svn-id: trunk@16044 -
joost 15 년 전
부모
커밋
3fc7ec92b2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/winunits-base/fpmake.pp

+ 3 - 0
packages/winunits-base/fpmake.pp

@@ -25,6 +25,9 @@ begin
     P.Description := 'Base Delphi compatible windows headers units outside the RTL';
     P.NeedLibC:= true;
 
+    P.Dependencies.Add('fcl-registry');
+    P.Dependencies.Add('fcl-base');
+
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');