rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
472 stars 109 forks source link

x64 fixes for issue #10 #11

Closed l0calh05t closed 8 years ago

rainers commented 8 years ago

Other than nitpicks, looks good to me.

l0calh05t commented 8 years ago

Ok, I adjusted the style to match your preferences

rainers commented 8 years ago

Thanks.

rainers commented 8 years ago

I have removed the "Minimum Required Version" option from the x64 configurations, it is producing a warning in VS2013 and changes it to 6.0. The default of 5.02 is now used.

l0calh05t commented 8 years ago

Ah, I had fixed that as well but apparently didn't commit it by accident, thanks!