Hello,
In order to compile from the command line on Windows, one is instructed to use the special Intel command prompt, which presumably is configured to set path variables, etc.. This works fine, but I prefer to use the powershell. Is there a way to install a similar shortcut that would start a powershell session with the environment setup for the C++ compiler? In short, I want to use nmake with icl from the powershell.
Thanks!