diff options
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" |