summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-06-02 16:42:14 -0700
committerJames Zern <jzern@google.com>2014-06-02 16:42:14 -0700
commitf66590cd7cf07da4346bb51b37316f6cda110920 (patch)
tree836b2bed795856ef7632deb37a31456b53bfe260 /examples.mk
parent1e3d9b9e5dd03e5b5547585cf757044bb828334a (diff)
downloadlibvpx-f66590cd7cf07da4346bb51b37316f6cda110920.tar
libvpx-f66590cd7cf07da4346bb51b37316f6cda110920.tar.gz
libvpx-f66590cd7cf07da4346bb51b37316f6cda110920.tar.bz2
libvpx-f66590cd7cf07da4346bb51b37316f6cda110920.zip
*.mk: pass SRC_PATH_BARE to all GEN_VCPROJ invocations
this will enable stripping of the path from the object file name Change-Id: Ia5ff575cfa4fe946200878b0aded05832609f316
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index 946c030cb..ce833fcf0 100644
--- a/examples.mk
+++ b/examples.mk
@@ -306,6 +306,7 @@ $(1): $($(1:.$(VCPROJ_SFX)=).SRCS) vpx.$(VCPROJ_SFX)
--name=$$(@:.$(VCPROJ_SFX)=)\
--ver=$$(CONFIG_VS_VERSION)\
--proj-guid=$$($$(@:.$(VCPROJ_SFX)=).GUID)\
+ --src-path-bare="$(SRC_PATH_BARE)" \
$$(if $$(CONFIG_STATIC_MSVCRT),--static-crt) \
--out=$$@ $$(INTERNAL_CFLAGS) $$(CFLAGS) \
$$(INTERNAL_LDFLAGS) $$(LDFLAGS) -l$$(CODEC_LIB) $$^