Browse Source

* Do not pass -Fisrc to the compiler, fixes compiling with rtl compiled without -Ur

git-svn-id: trunk@20116 -
joost 13 years ago
parent
commit
ac799e43ed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/libxml/fpmake.pp

+ 0 - 1
packages/libxml/fpmake.pp

@@ -18,7 +18,6 @@ begin
 {$endif ALLPACKAGES}
 {$endif ALLPACKAGES}
     P.Version:='2.7.1';
     P.Version:='2.7.1';
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
-    P.IncludePath.Add('src');
 
 
   T:=P.Targets.AddUnit('xml2.pas');
   T:=P.Targets.AddUnit('xml2.pas');
   with T.Dependencies do
   with T.Dependencies do