From bf308995fb84b027ee77a83b43baa2c2ab22605f Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 3 Dec 2025 18:58:44 +0500 Subject: [PATCH] install-ifcopenshell.bat - add usage example --- win/install-ifcopenshell.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win/install-ifcopenshell.bat b/win/install-ifcopenshell.bat index 77b89b2f4c..6c46574819 100755 --- a/win/install-ifcopenshell.bat +++ b/win/install-ifcopenshell.bat @@ -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) :: Possible extra parameters are passed for the MSBuild call. +:: +:: Example usage: +:: install-ifcopenshell.bat vs2022-x64 Debug @if not defined ECHO_ON ( echo off ) set PROJECT_NAME=IfcOpenShell