Building with the MSVC++ compiler in MSys2

It is possible to build applications using an automated build of SYMPHONY with the MSVC++ compiler cl using the GNU autotools in the MSys2 environment. To do so, follow the instuctions for building in Unix-like environments (see Section 2.2.2), except when configuring, use the command

 ./coinbrew fetch build SYMPHONY@\VER --enable-msvc

Afterwards, you can build the individual applications using the “make” command, as usual in a Unix-like environment except that thecompiler used will be cl.