Merge pull request #1909 from mstorsjo/fix-msvc-make

Mention the "all" target before the extra dependencies for openh264.dll in msvc.mk
This commit is contained in:
sijchen 2015-04-22 09:31:01 +08:00
commit 4f527a0fb6

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