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. # the makefiles). We may want to revisit this.
define vcproj_template define vcproj_template
$(1): $($(1:.$(VCPROJ_SFX)=).SRCS) vpx.$(VCPROJ_SFX) $(1): $($(1:.$(VCPROJ_SFX)=).SRCS) vpx.$(VCPROJ_SFX)
@echo " [vcproj] $$@" $(if $(quiet),@echo " [vcproj] $$@")
$$(GEN_VCPROJ)\ $(qexec)$$(GEN_VCPROJ)\
--exe\ --exe\
--target=$$(TOOLCHAIN)\ --target=$$(TOOLCHAIN)\
--name=$$(@:.$(VCPROJ_SFX)=)\ --name=$$(@:.$(VCPROJ_SFX)=)\