From: James Zern Date: Thu, 30 Jan 2014 01:26:02 +0000 (-0800) Subject: obj_int_extract (msvs): add missing project dep X-Git-Tag: v1.4.0~2553^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c3de84161c6dd2fc9a96b830799bce5c04c8551;p=platform%2Fupstream%2Flibvpx.git 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 --- 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 \