Fix for disabling incremental link in Windows
authorKyungwoo Lee <kyulee@microsoft.com>
Thu, 3 Mar 2016 23:38:08 +0000 (15:38 -0800)
committerKyungwoo Lee <kyulee@microsoft.com>
Thu, 3 Mar 2016 23:42:16 +0000 (15:42 -0800)
commitf68e471aac90b08442cd1b26661aec696b8d8abf
tree2bc5093fc4395338f5905c5aec222ac2c72c7ea3
parent4a43317110d63a5262b8bfb57b2005e7ab4a9782
Fix for disabling incremental link in Windows

I'm still getting linker error (mostly debug build) which often caused a
trouble to reboot the machine.
Looking at vcxproj files, we didn't correctly disable incremental link.
There is some ordering issues in linker flag definitions.
The disabling flag should be at the end for each build type
to override the default behavior.

Commit migrated from https://github.com/dotnet/coreclr/commit/d58885c9a37d857f10d90f6db7246630d4ce8980
src/coreclr/CMakeLists.txt