From 11397eb6dd44457d7b0c1a83b539f800dff971d2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 28 May 2014 21:46:57 +0100 Subject: 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/VC7.1/lib/libcurl.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'projects/Windows/VC7.1/lib') diff --git a/projects/Windows/VC7.1/lib/libcurl.tmpl b/projects/Windows/VC7.1/lib/libcurl.tmpl index 1b935ddaa..80f921abb 100644 --- a/projects/Windows/VC7.1/lib/libcurl.tmpl +++ b/projects/Windows/VC7.1/lib/libcurl.tmpl @@ -99,7 +99,7 @@ SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug" GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>