Browse Source

* tosunits: add metados to the compilable units, reported and patch by mfro on atari-forum.com

Karoly Balogh 3 years ago
parent
commit
456bed9486
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/tosunits/fpmake.pp

+ 1 - 0
packages/tosunits/fpmake.pp

@@ -37,6 +37,7 @@ begin
     T:=P.Targets.AddUnit('gem.pas');
     T:=P.Targets.AddUnit('gemcmmn.pas');
     T:=P.Targets.AddUnit('nf_ops.pas');
+    T:=P.Targets.AddUnit('metados.pas');
 
     P.ExamplePath.Add('examples');
     T:=P.Targets.AddExampleProgram('higem.pas');