mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 00:32:38 +00:00
build-deps: document target arg in BuildSolution
This commit is contained in:
+2
-1
@@ -1052,7 +1052,8 @@ popd
|
|||||||
exit /b %RET%
|
exit /b %RET%
|
||||||
|
|
||||||
:: BuildSolution - Builds/Rebuilds/Cleans a solution using MSBuild
|
:: BuildSolution - Builds/Rebuilds/Cleans a solution using MSBuild
|
||||||
:: Params: %1 solutionName, %2 configuration
|
:: Params: %1 solutionName, %2 configuration, %3 target (optional; a specific MSBuild target/project
|
||||||
|
:: within the solution)
|
||||||
:BuildSolution
|
:BuildSolution
|
||||||
IF [%~3]==[] (
|
IF [%~3]==[] (
|
||||||
set TARGET=%BUILD_TYPE%
|
set TARGET=%BUILD_TYPE%
|
||||||
|
|||||||
Reference in New Issue
Block a user