Răsfoiți Sursa

+ added the gbpparser tool to fpmake.pp

git-svn-id: trunk@48721 -
nickysn 4 ani în urmă
părinte
comite
715fb8007f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      utils/unicode/fpmake.pp

+ 1 - 0
utils/unicode/fpmake.pp

@@ -60,6 +60,7 @@ begin
 
     T:=P.Targets.AddProgram('cldrparser.lpr');
     T:=P.Targets.AddProgram('unihelper.lpr');
+    T:=P.Targets.AddProgram('gbpparser.lpr');
 
     end;
 end;