Explorar o código

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

Karoly Balogh %!s(int64=3) %!d(string=hai) anos
pai
achega
456bed9486
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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');