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
committed by Jameson Miller
parent 8901521222
commit db290c80cf

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);