Ver Fonte

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

Karoly Balogh há 3 anos atrás
pai
commit
456bed9486
1 ficheiros alterados com 1 adições e 0 exclusões
  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');