Răsfoiți Sursa

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

Karoly Balogh 3 ani în urmă
părinte
comite
456bed9486
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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');