Browse Source

* Set fpmake dependencies

git-svn-id: trunk@16044 -
joost 15 years ago
parent
commit
3fc7ec92b2
1 changed files with 3 additions and 0 deletions
  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.Description := 'Base Delphi compatible windows headers units outside the RTL';
     P.NeedLibC:= true;
     P.NeedLibC:= true;
 
 
+    P.Dependencies.Add('fcl-registry');
+    P.Dependencies.Add('fcl-base');
+
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');
     P.IncludePath.Add('src');