Browse Source

# revisions: 29637

git-svn-id: branches/fixes_3_0@29655 -
marco 10 years ago
parent
commit
2e9abd5d92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-process/fpmake.pp

+ 1 - 1
packages/fcl-process/fpmake.pp

@@ -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');