- Drop support for MSVC versions below 1300
- use the same flags for WDK / host as normal
- Disable optimization on Debug builds, its incompatible with /ZI
svn path=/branches/cmake-bringup/; revision=50689
- Get rid of the redundancy in setting msvc flags, and set /ZI instead of /Zi for both host and target modules.
- Get rid of the redundancy in setting the default behaviour of the FIND_XXX() commands between toolchain files.
svn path=/branches/cmake-bringup/; revision=50688
remove /GR from c++ options, it's on by default and we get a warning when additionally specifiying /GR-
svn path=/branches/cmake-bringup/; revision=49857