Browse Source

+ added the gbpparser tool to fpmake.pp

git-svn-id: trunk@48721 -
nickysn 4 years ago
parent
commit
715fb8007f
1 changed files with 1 additions and 0 deletions
  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;