diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-27 17:49:24 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-27 18:04:59 +0100 |
commit | eb4dd494a93de35ba0ccf52a2778462a257c24f4 (patch) | |
tree | be8193813041076c52ff56e9d2c5ec91db2169b6 /projects/Windows/VC9 | |
parent | 0d854de5f090cc65743f2f9c26bdae5221e4a072 (diff) |
build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12
Diffstat (limited to 'projects/Windows/VC9')
-rw-r--r-- | projects/Windows/VC9/lib/libcurl.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
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" |