install-ifcopenshell.bat - add usage example

This commit is contained in:
Andrej730
2025-12-03 18:58:44 +05:00
parent 172d840a77
commit bf308995fb
+3
View File
@@ -20,6 +20,9 @@
:: This batch file expects CMake generator as %1 and build configuration type as %2. If not provided, :: 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) :: 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. :: Possible extra parameters are passed for the MSBuild call.
::
:: Example usage:
:: install-ifcopenshell.bat vs2022-x64 Debug
@if not defined ECHO_ON ( echo off ) @if not defined ECHO_ON ( echo off )
set PROJECT_NAME=IfcOpenShell set PROJECT_NAME=IfcOpenShell