build: Fixed overridden compiler PDB settings in VC7 to VC12
authorSteve Holme <steve_holme@hotmail.com>
Sat, 28 Jun 2014 12:02:03 +0000 (13:02 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 12 Jul 2014 13:46:36 +0000 (14:46 +0100)
commit8a120710cc1906dc5145db7ab5f97e1ef23f07c0
tree75819d4569a6387cb57b724c158f7421a82f4ca2
parent816979e3b82a3539f24ef01d38a47299944bcd94
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.
projects/Windows/VC10/src/curlsrc.tmpl
projects/Windows/VC11/src/curlsrc.tmpl
projects/Windows/VC12/src/curlsrc.tmpl
projects/Windows/VC7.1/src/curlsrc.tmpl
projects/Windows/VC7/src/curlsrc.tmpl
projects/Windows/VC8/src/curlsrc.tmpl
projects/Windows/VC9/src/curlsrc.tmpl