codeview: Fix ill-formed "S_COMPILE2" record.
commitbb0fa088fb1c05dfb68e93d2cfc5d28d5792da1d
authorFabian Giesen <fabiang@radgametools.com>
Thu, 14 Jul 2016 00:22:01 +0000 (13 17:22 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 18 Jul 2016 11:55:55 +0000 (18 14:55 +0300)
treedf77afe5c0275ee064625e2516558fc5935376fe
parent6823d01c82e76fbe5635dd833843af5598f8c9e0
codeview: Fix ill-formed "S_COMPILE2" record.

write_symbolinfo_properties didn't match the S_COMPILE2 record it's
supposed to be writing (the "compiler version" string was emitted
starting in the final "version" field); fix that.

Write version 8.0.50727; the Windows App Certification Kit (WACK)
checks compiler versions as given in app debug info and complains
when the toolchain is too old. 8.0.50727 is the lowest permitted
"MASM" version for WACK to be happy, so that's what we write.

Signed-off-by: Fabian Giesen <fabiang@radgametools.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/codeview.c