From eb4dd494a93de35ba0ccf52a2778462a257c24f4 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 27 Apr 2014 17:49:24 +0100 Subject: build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12 --- projects/Windows/VC9/lib/libcurl.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'projects/Windows/VC9/lib/libcurl.tmpl') diff --git a/projects/Windows/VC9/lib/libcurl.tmpl b/projects/Windows/VC9/lib/libcurl.tmpl index 4c2bb0f64..515719902 100644 --- a/projects/Windows/VC9/lib/libcurl.tmpl +++ b/projects/Windows/VC9/lib/libcurl.tmpl @@ -171,7 +171,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" + ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" ImportLibrary="$(OutDir)\$(ProjectName)d.lib" @@ -815,7 +815,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC9\DLL Debug" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" + ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" ImportLibrary="$(OutDir)\$(ProjectName)d.lib" @@ -1177,7 +1177,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" + ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" ImportLibrary="$(OutDir)\$(ProjectName)d.lib" @@ -1539,7 +1539,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC9\DLL Debug;..\..\..\..\..\libssh2\build\Win64\VC9\DLL Debug" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" + ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" ImportLibrary="$(OutDir)\$(ProjectName)d.lib" -- cgit v1.2.3