mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 11:19:36 +02:00
* use AddUnit() instead of Add()
git-svn-id: trunk@37102 -
This commit is contained in:
parent
135b5de410
commit
d8e0404e8f
@ -32,7 +32,7 @@ begin
|
||||
|
||||
T:=P.Targets.AddUnit('ffi.pp');
|
||||
T:=P.Targets.AddUnit('ffi.manager.pp');
|
||||
T.Dependencies.Add('ffi');
|
||||
T.Dependencies.AddUnit('ffi');
|
||||
|
||||
P.ExamplePath.Add('examples');
|
||||
P.Targets.AddExampleProgram('simple.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user