Merge "examples.mk: quiet vcproj script exec by default"

This commit is contained in:
James Zern 2015-08-05 00:42:36 +00:00 committed by Gerrit Code Review
commit c93dc38ca3

View File

@ -325,8 +325,8 @@ endif
# the makefiles). We may want to revisit this.
define vcproj_template
$(1): $($(1:.$(VCPROJ_SFX)=).SRCS) vpx.$(VCPROJ_SFX)
@echo " [vcproj] $$@"
$$(GEN_VCPROJ)\
$(if $(quiet),@echo " [vcproj] $$@")
$(qexec)$$(GEN_VCPROJ)\
--exe\
--target=$$(TOOLCHAIN)\
--name=$$(@:.$(VCPROJ_SFX)=)\