IDE: nicer Makefile

git-svn-id: trunk@49925 -
This commit is contained in:
mattias 2015-10-03 15:46:34 +00:00
parent 3c7b17daff
commit 638aa087c7

View File

@ -4269,6 +4269,7 @@ begin
end;
s:=s+' $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \'+e;
s:=s+' $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))'+e;
s:=s+''+e;
s:=s+'[prerules]'+e;
s:=s+'# LCL Platform'+e;
s:=s+'ifndef LCL_PLATFORM'+e;