From 615b0b53d1aa5231a16d6d4511dae51a026a5c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 21 Apr 2015 09:12:45 +0300 Subject: [PATCH] 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. --- build/platform-msvc.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/platform-msvc.mk b/build/platform-msvc.mk index 74a05881..f3d6460b 100644 --- a/build/platform-msvc.mk +++ b/build/platform-msvc.mk @@ -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