Fix Debug-mode builds with win64.mak
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Jun 2014 12:38:28 +0000 (15:38 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Jun 2014 12:38:28 +0000 (15:38 +0300)
commit21f4c5424c68d8956e40413943bbbcf7cde35a24
tree9f265398b523e25b2439f0b6f7148bb4b2651ece
parent3d823529cee0d057bf6e1931e761bf3e8d041570
Fix Debug-mode builds with win64.mak

It apparently hasn't worked for a very long time. Copy some tricks from
the already-deleted win32.mak to make it work: Use /MDd rather than /MD
when compiling in Debug mode, and replace /GZ with /RTC1, to silence a
deprecation warning from the compiler
win64.mak