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:
parent
dac13639c9
commit
615b0b53d1
@ -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…
x
Reference in New Issue
Block a user