Explorar o código

* Set fpmake dependencies

git-svn-id: trunk@16044 -
joost %!s(int64=15) %!d(string=hai) anos
pai
achega
3fc7ec92b2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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');