msvc: respect the quiet-by-default output

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2016-10-14 06:01:39 -07:00
parent 00a5491dbe
commit 2daad370c3

View File

@@ -57,5 +57,5 @@ if ($is_linking) {
unshift(@args, "cl.exe");
push(@args, @cflags);
}
printf("**** @args\n\n\n");
printf(STDERR "**** @args\n\n\n") if (!defined($ENV{'QUIET_GEN'}));
exit (system(@args) != 0);