Explorar o código

* Change unit path order so compilation for wince is correct (Bug ID 27351, by Stephano)

git-svn-id: trunk@29637 -
michael %!s(int64=10) %!d(string=hai) anos
pai
achega
431a7e16ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');