This repository was archived by the owner on Jun 5, 2019. It is now read-only.
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
build_solution for GCC #521
Open
Description
I'm failing to use the current version of the build_solution to build a solution with GCC.
It seems to require an extra argument in 3rd line "call setenv_%1 %2 _%3_" like this:
@echo off
setlocal
call setenv_%1 %2 %3
cd Solutions\%4
msbuild /flp:verbosity=detailed /clp:verbosity=minimal %~5
endlocal&&exit /B %ERRORLEVEL%
can anyone please double check this and also confirm if this causes any issues with MDK?
Thanks!