Be less hostile towards Windows
As the development and automated testing runs entirely on Linux, sometimes an action hostile towards decision made in Microsoft is taken by the build system.
Currently, such action is that build system uses file(CREATE_LINK ...) which doesn't work in Windows 10 and up due to Microsoft's patching vulnerabilities created by some bad decision in the past by making another bad decision and limiting the use of symliks only to admin privileges.
This breaks the build system when ran on Windows as it attempts to create a symlink for MAP file to handle cases where SDK creates map file with slightly different name.
While there were steps taken in the past (such as renaming aux to extra) we declare that Windows might not be 1st class citizen yet it is actually considered.
Thus, any modifications are welcome that will fix bug / make easier to build CMRX on Windows machines.