From 1c3de84161c6dd2fc9a96b830799bce5c04c8551 Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 29 Jan 2014 17:26:02 -0800 Subject: [PATCH] obj_int_extract (msvs): add missing project dep obj_int_extract.bat this project and target still need some work to allow for concurrent builds to succeed from the command line. Change-Id: Ieb3bddc54636e77519083c48573909616257eb23 --- libs.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs.mk b/libs.mk index 470066a..cc40451 100644 --- a/libs.mk +++ b/libs.mk @@ -214,8 +214,11 @@ CLEAN-OBJS += libvpx_srcs.txt ifeq ($(CONFIG_EXTERNAL_BUILD),yes) ifeq ($(CONFIG_MSVS),yes) +obj_int_extract.bat: $(SRC_PATH_BARE)/build/$(MSVS_ARCH_DIR)/obj_int_extract.bat + @cp $^ $@ + +obj_int_extract.$(VCPROJ_SFX): obj_int_extract.bat obj_int_extract.$(VCPROJ_SFX): $(SRC_PATH_BARE)/build/make/obj_int_extract.c - @cp $(SRC_PATH_BARE)/build/$(MSVS_ARCH_DIR)/obj_int_extract.bat . @echo " [CREATE] $@" $(qexec)$(GEN_VCPROJ) \ --exe \ -- 2.7.4