- Where run-time error checks enabling compiler option /GZ was used it is now
authorYang Tse <yangsita@gmail.com>
Tue, 29 Dec 2009 01:51:57 +0000 (01:51 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 29 Dec 2009 01:51:57 +0000 (01:51 +0000)
commitbb3f003b8341b176df1103e7bc7a704d9b31e905
treeb1c2f3d44dca3e97ee33052e1b10642e5f8267f6
parentc2d3f7986be4a594339dd48be7a8483cfb9b543b
- Where run-time error checks enabling compiler option /GZ was used it is now
  replaced with equivalent /RTCsu for Visual Studio 2003 and newer versions.

- Compiler option /GX is now replaced with equivalent /EHsc for all versions.
Makefile.msvc