IDE: adding comment to auto generated Makefile.fpc that the file is autogenerated from Mazen

git-svn-id: trunk@14614 -
This commit is contained in:
mattias 2008-03-22 21:42:29 +00:00
parent 3e15890632
commit 124ada7e4c

View File

@ -1303,6 +1303,8 @@ begin
e:=LineEnding;
s:='';
s:=s+'# File generated automatically by Lazarus Package Manager'+e;
s:=s+'#'+e;
s:=s+'# Makefile.fpc for '+APackage.IDAsString+e;
s:=s+''+e;
s:=s+'[package]'+e;