mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* tosunits: add metados to the compilable units, reported and patch by mfro on atari-forum.com
This commit is contained in:
parent
ff68e7b9de
commit
456bed9486
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user