mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
install-ifcopenshell.bat - add usage example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user