projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea37df
)
Windows: Show compiler invocation
author
Simon Richter
<Simon.Richter@hogyros.de>
Mon, 11 Feb 2019 15:51:34 +0000
(16:51 +0100)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/Makefile.win32.common
b/Makefile.win32.common
index 756fc94a6ee9d02d656b1704b0b53885836ae56d..0048cf82d25c49fb5210956bfaf3df6dba26e8f7 100644
(file)
--- 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