I'm working on a Visual Studio project that uses cl.exe as its compiler. However, I need to use a different compiler without having to modify the project files directly.
I've tried playing around with different environment variables to no avail. Does anyone know of a way to use a different compiler without messing with the project files? Maybe a specific environment variable or command line option that I'm not aware of?
If anyone has any advice or guidance on this, I'd really appreciate it. Thanks!