build: Use $(TargetDir) and $(TargetName) macros for VC .lib output files
authorSteve Holme <steve_holme@hotmail.com>
Wed, 28 May 2014 21:12:44 +0000 (22:12 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 28 May 2014 22:12:58 +0000 (23:12 +0100)
commit2a615a2b649cc13b1ba39349453a8f2dc098bfd3
tree75fd3269b2d1e0f2d8616ba4e65955648620d6e6
parent11397eb6dd44457d7b0c1a83b539f800dff971d2
build: Use $(TargetDir) and $(TargetName) macros for VC .lib output files

As with commit 11397eb6dd, use $(TargetDir) and $(TargetName) for the
Import Library output rather than $(OutDir)\$(ProjectName)d.lib and
$(OutDir)\$(ProjectName).lib.
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