mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-27 11:49:41 +02:00
* Do not pass -Fisrc to the compiler, fixes compiling with rtl compiled without -Ur
git-svn-id: trunk@20116 -
This commit is contained in:
parent
4bb05b21ed
commit
ac799e43ed
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user