(How) can I build multi-file projects on Compiler Explorer with MSVC?

813 Views Asked by At

This is the link that Matt Godbolt posted on reddit a year ago or so: a multifile project compliled by his Compiler Explorer.

Clearly, as soon as I change the compiler to MSVC, the building fails; not just because of the options (e.g. -std=c++17 should be /std:c++17), but mainly because of the makefile.

How do I need to alter the project to make it compile with MSVC?

0

There are 0 best solutions below