Ver código fonte

* Set fpmake dependencies

git-svn-id: trunk@16044 -
joost 15 anos atrás
pai
commit
3fc7ec92b2
1 arquivos alterados com 3 adições e 0 exclusões
  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');