build: Use $(TargetDir) and $(TargetName) macros for VC .pdb output files
authorSteve Holme <steve_holme@hotmail.com>
Wed, 28 May 2014 20:46:57 +0000 (21:46 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 28 May 2014 20:49:20 +0000 (21:49 +0100)
commit11397eb6dd44457d7b0c1a83b539f800dff971d2
tree9e00ae146f3aa2458a48c3178aae477c59811ac7
parentb99f8e8b4e9f4db55085367beedfec096bef0b98
build: Use $(TargetDir) and $(TargetName) macros for VC .pdb output files

Like with the curl tool project files use $(TargetDir)$(TargetName).pdb
rather than $(OutDir)$(ProjectName)d.pdb for the Program Database File
output.
projects/Windows/VC10/lib/libcurl.tmpl
projects/Windows/VC11/lib/libcurl.tmpl
projects/Windows/VC12/lib/libcurl.tmpl
projects/Windows/VC7.1/lib/libcurl.tmpl
projects/Windows/VC7/lib/libcurl.tmpl
projects/Windows/VC8/lib/libcurl.tmpl
projects/Windows/VC9/lib/libcurl.tmpl