build-deps: document target arg in BuildSolution

This commit is contained in:
Andrej730
2026-09-08 12:38:02 +05:00
parent 71950f6b85
commit fe8753bb17
+2 -1
View File
@@ -1052,7 +1052,8 @@ popd
exit /b %RET%
:: 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
IF [%~3]==[] (
set TARGET=%BUILD_TYPE%