mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 02:09:17 +02:00
* omit fpmake.pp
git-svn-id: trunk@40854 -
This commit is contained in:
parent
b36bbb6909
commit
6b05b3aa89
@ -213,7 +213,7 @@ begin
|
||||
for I := 0 to FileList.Count-1 do
|
||||
begin
|
||||
XMLFile := XMLSrcDir+ChangeFileExt(FileList[I],'.xml');
|
||||
if FileExistsUTF8(PackageName+PathDelim+XMLFile) then
|
||||
if FileExistsUTF8(PackageName+PathDelim+XMLFile) and (filelist[i]<>'fpmake.pp') then
|
||||
begin
|
||||
InputList.Add('..'+PathDelim+PasSrcDir+FileList[I] + ' -Fi..'+PathDelim+PasSrcDir+'include');
|
||||
ArgParams:=ArgParams+' --descr='+XMLSrcDir+ChangeFileExt(FileList[I],'.xml');
|
||||
|
Loading…
Reference in New Issue
Block a user