mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 20:11:38 +02:00
# revisions: 29637
git-svn-id: branches/fixes_3_0@29655 -
This commit is contained in:
parent
185b9a216d
commit
2e9abd5d92
@ -30,8 +30,8 @@ begin
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src/unix',AllUnixOSes);
|
||||
P.IncludePath.Add('src/win',[win32,win64]);
|
||||
P.IncludePath.Add('src/dummy',AllOSes-[win32,win64]-AllUnixOSes);
|
||||
P.IncludePath.Add('src/$(OS)',AllOSes-[win32,win64]-AllUnixOSes);
|
||||
P.IncludePath.Add('src/dummy',AllOSes-[win32,win64]-AllUnixOSes);
|
||||
|
||||
T:=P.Targets.AddUnit('pipes.pp');
|
||||
T.Dependencies.AddInclude('pipes.inc');
|
||||
|
Loading…
Reference in New Issue
Block a user