From c07ff3e00b5ed97ff50744b065047359b61fad3b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 25 Jun 2024 12:48:34 +0900 Subject: [PATCH] Added tasks related vcpkg --- win32/Makefile.sub | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index c73a8a4ba593ec..8c2b9c89dbf37d 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -592,6 +592,12 @@ $(SCRIPTPROGRAMS): $(STUBPROGRAM) update-src:: @cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP) +update-vcpkg:: + @cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg x-update-baseline + +install-vcpkg:: + @cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg install + .PHONY: reconfig reconfig $(MKFILES): $(srcdir)/common.mk $(srcdir)/version.h \ $(hdrdir)/ruby/version.h $(ABI_VERSION_HDR) \