mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05: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 &def($makefile_extra{'clangcl'}->{'end'});
|
||||||
print "\nclean:\n".
|
print "\nclean:\n".
|
||||||
&splitline("\trm -f \$(BUILDDIR)*.obj \$(BUILDDIR)*.exe ".
|
&splitline("\trm -f \$(BUILDDIR)*.obj \$(BUILDDIR)*.exe ".
|
||||||
"\$(BUILDDIR)*.res \$(BUILDDIR)*.map ".
|
"\$(BUILDDIR)*.rcpp \$(BUILDDIR)*.res \$(BUILDDIR)*.map ".
|
||||||
"\$(BUILDDIR)*.exe.manifest")."\n";
|
"\$(BUILDDIR)*.exe.manifest")."\n";
|
||||||
select STDOUT; close OUT;
|
select STDOUT; close OUT;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user