Browse Source

+ added rtl-unicode as dependency for the fv unit

git-svn-id: branches/unicodekvm@48728 -
nickysn 4 years ago
parent
commit
a202b86f37
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fv/fpmake.pp

+ 1 - 0
packages/fv/fpmake.pp

@@ -29,6 +29,7 @@ begin
     P.IncludePath.Add('src');
     P.IncludePath.Add('src');
     P.Dependencies.add('rtl-console');
     P.Dependencies.add('rtl-console');
     P.Dependencies.add('rtl-extra');
     P.Dependencies.add('rtl-extra');
+    P.Dependencies.add('rtl-unicode');
     P.Dependencies.add('morphunits',[morphos]);
     P.Dependencies.add('morphunits',[morphos]);
     P.Dependencies.add('arosunits',[aros]);
     P.Dependencies.add('arosunits',[aros]);
     if Defaults.CPU=m68k then
     if Defaults.CPU=m68k then