summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Richter <Simon.Richter@hogyros.de>2019-02-11 16:51:34 +0100
committerMatt Turner <mattst88@gmail.com>2019-03-27 15:12:52 -0700
commit55d8f956c2da14ea2235c066dbc6e431b973e042 (patch)
tree9f711070e8a491cde91db269a7ee867bebf4090d
parent0ea37df4286e913b686ff0e85e686b6e6a494bda (diff)
downloadpixman-55d8f956c2da14ea2235c066dbc6e431b973e042.tar.gz
pixman-55d8f956c2da14ea2235c066dbc6e431b973e042.tar.bz2
pixman-55d8f956c2da14ea2235c066dbc6e431b973e042.zip
Windows: Show compiler invocation
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--Makefile.win32.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win32.common b/Makefile.win32.common
index 756fc94..0048cf8 100644
--- a/Makefile.win32.common
+++ b/Makefile.win32.common
@@ -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