Sfoglia il codice sorgente

+ added rtl-unicode as dependency for the fv unit

git-svn-id: branches/unicodekvm@48728 -
nickysn 4 anni fa
parent
commit
a202b86f37
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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