From 556eb128d69a5a183558bde59b097f6da7411ad6 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 28 Aug 2025 21:30:04 +0500 Subject: [PATCH] build-deps.cmd - add example use --- win/build-deps.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 888a94533e..555f194e68 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -20,6 +20,9 @@ :: This batch file expects CMake generator as %1 and build configuration type as %2. If not provided, :: a deduced generator will be used for %1 and BUILD_CFG_DEFAULT for %2 (both set in vs-cfg.cmd) :: Optionally a build type (Build/Rebuild/Clean) can be passed as %3. +:: +:: Example usage (all arguments are optional): +:: build-deps.cmd vs2022-x64 RelWithDebInfo Build @echo off echo.