aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC8
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-04-27 17:49:24 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-04-27 18:04:59 +0100
commiteb4dd494a93de35ba0ccf52a2778462a257c24f4 (patch)
treebe8193813041076c52ff56e9d2c5ec91db2169b6 /projects/Windows/VC8
parent0d854de5f090cc65743f2f9c26bdae5221e4a072 (diff)
build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12
Diffstat (limited to 'projects/Windows/VC8')
-rw-r--r--projects/Windows/VC8/lib/libcurl.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/Windows/VC8/lib/libcurl.tmpl b/projects/Windows/VC8/lib/libcurl.tmpl
index 048d8332b..9566a053d 100644
--- a/projects/Windows/VC8/lib/libcurl.tmpl
+++ b/projects/Windows/VC8/lib/libcurl.tmpl
@@ -171,7 +171,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb"
ImportLibrary="$(OutDir)\$(ProjectName)d.lib"
TargetMachine="17"
/>
@@ -819,7 +819,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC8\DLL Debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb"
ImportLibrary="$(OutDir)\$(ProjectName)d.lib"
TargetMachine="17"
/>
@@ -1185,7 +1185,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb"
ImportLibrary="$(OutDir)\$(ProjectName)d.lib"
TargetMachine="17"
/>
@@ -1551,7 +1551,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC8\DLL Debug;..\..\..\..\..\libssh2\build\Win64\VC8\DLL Debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb"
ImportLibrary="$(OutDir)\$(ProjectName)d.lib"
TargetMachine="17"
/>