Browse Source

* fix building for OS/2 and EMX (additional include path necessary)

git-svn-id: trunk@26517 -
Tomas Hajny 11 years ago
parent
commit
cce9498b7c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl-extra/fpmake.pp

+ 1 - 0
packages/rtl-extra/fpmake.pp

@@ -54,6 +54,7 @@ begin
     P.IncludePath.Add('src/bsd',AllBSDOSes);
     P.IncludePath.Add('src/inc');
     P.IncludePath.Add('src/os2commn',[os2,emx]);
+    P.IncludePath.Add('../../rtl/os2',[os2,emx]);
     P.IncludePath.Add('src/netwcomn',[netware,netwlibc]);
     P.IncludePath.Add('src/unix',AllUnixOSes);
     P.IncludePath.Add('src/$(OS)');