mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
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:
parent
67881a129c
commit
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user