Merge "examples.mk: quiet vcproj script exec by default"
This commit is contained in:
commit
c93dc38ca3
@ -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)=)\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user