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:
commit
4f527a0fb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user