зеркало из https://github.com/github/putty.git
Makefile.clangcl: add .rcpp files to 'make clean'.
They're the intermediate product between preprocessing a resource file and feeding it to the resource compiler proper, so they certainly need cleaning.
This commit is contained in:
Родитель
67881a129c
Коммит
c800834d63
|
@ -601,7 +601,7 @@ if (defined $makefiles{'clangcl'}) {
|
|||
print &def($makefile_extra{'clangcl'}->{'end'});
|
||||
print "\nclean:\n".
|
||||
&splitline("\trm -f \$(BUILDDIR)*.obj \$(BUILDDIR)*.exe ".
|
||||
"\$(BUILDDIR)*.res \$(BUILDDIR)*.map ".
|
||||
"\$(BUILDDIR)*.rcpp \$(BUILDDIR)*.res \$(BUILDDIR)*.map ".
|
||||
"\$(BUILDDIR)*.exe.manifest")."\n";
|
||||
select STDOUT; close OUT;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче