Mention the "all" target before the extra dependencies for openh264.dll in msvc.mk

This makes sure that all components get built, not only the DLL,
if doing a plain "make OS=msvc" after 2b33c749939.
This commit is contained in:
Martin Storsjö 2015-04-21 09:12:45 +03:00
parent dac13639c9
commit 615b0b53d1

View File

@ -3,4 +3,7 @@ LDFLAGS += user32.lib
CFLAGS_OPT += -MT
CFLAGS_DEBUG += -MTd -Gm
# Make sure a plain "make" without a target still builds "all"
all:
$(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXVER): openh264.res