commit | 8a120710cc1906dc5145db7ab5f97e1ef23f07c0 | [log] [tgz] |
---|---|---|
author | Steve Holme <steve_holme@hotmail.com> | Sat Jun 28 13:02:03 2014 +0100 |
committer | Steve Holme <steve_holme@hotmail.com> | Sat Jul 12 14:46:36 2014 +0100 |
tree | 75819d4569a6387cb57b724c158f7421a82f4ca2 | |
parent | 816979e3b82a3539f24ef01d38a47299944bcd94 [diff] |
build: Fixed overridden compiler PDB settings in VC7 to VC12 The curl tool project files for VC7 to VC12 would override the default setting with the output filename being the same as the linker PDB file. As such the compiler file would be overwritten with the linker file for all debug builds. To avoid this overwrite and for consistency with the libcurl project files, removed the setting to force the default filename to be used.