Browse Source

+ also build wasmtool

git-svn-id: branches/wasm@46202 -
nickysn 5 years ago
parent
commit
08af87cde2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/wasmbin/fpmake.pp

+ 1 - 0
utils/wasmbin/fpmake.pp

@@ -31,6 +31,7 @@ begin
       P.OSes := P.OSes - [java,android];
       P.OSes := P.OSes - [java,android];
     P.Dependencies.Add('fcl-base');
     P.Dependencies.Add('fcl-base');
     PT:=P.Targets.AddProgram('wasa.pas');
     PT:=P.Targets.AddProgram('wasa.pas');
+    PT:=P.Targets.AddProgram('wasmtool.lpr');
     end;
     end;
 end;
 end;