]> granicus.if.org Git - libvpx/commit
fix msvc configure
authorJames Zern <jzern@google.com>
Wed, 15 Aug 2012 18:45:12 +0000 (11:45 -0700)
committerJames Zern <jzern@google.com>
Wed, 15 Aug 2012 20:36:47 +0000 (13:36 -0700)
commit97fd7c5eb6a0e6791be191118937c04c915b21b6
tree57fe38246d26a0048add9e1719f05fbf101812ed
parentb4ab43f12cc44a24e8161eb2d0857b78c756b18c
fix msvc configure

visual studio targets do not depend on executables, only the projects
produced.
tested with --target=x86-win32-vs9
fixes:
...
make[1]: *** No rule to make target `test_libvpx', needed by `.bins'.
Stop.
Makefile:17: recipe for target `.DEFAULT' failed

Change-Id: I606ab32d5e26fee352f25c822e0f496eff165382
libs.mk