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:
Simon Tatham 2019-06-18 06:55:34 +01:00
Родитель 67881a129c
Коммит c800834d63
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}