Windows: Show compiler invocation
authorSimon Richter <Simon.Richter@hogyros.de>
Mon, 11 Feb 2019 15:51:34 +0000 (16:51 +0100)
committerMatt Turner <mattst88@gmail.com>
Wed, 27 Mar 2019 22:12:52 +0000 (15:12 -0700)
Signed-off-by: Matt Turner <mattst88@gmail.com>
Makefile.win32.common

index 756fc94a6ee9d02d656b1704b0b53885836ae56d..0048cf82d25c49fb5210956bfaf3df6dba26e8f7 100644 (file)
@@ -53,7 +53,7 @@ $(CFG_VAR):
        @mkdir $@
 
 $(CFG_VAR)/%.obj: %.c $(libpixman_headers) | $(CFG_VAR)
-       @$(CC) -c $(PIXMAN_CFLAGS) -Fo"$@" $<
+       $(CC) -c $(PIXMAN_CFLAGS) -Fo"$@" $<
 
 clean: inform $(CFG_VAR)
        @cd $(CFG_VAR) && echo > silence_error.exe && $(RM) *.exe *.ilk *.lib *.obj *.pdb