aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC7.1/lib
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-28 21:46:57 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-28 21:49:20 +0100
commit11397eb6dd44457d7b0c1a83b539f800dff971d2 (patch)
tree9e00ae146f3aa2458a48c3178aae477c59811ac7 /projects/Windows/VC7.1/lib
parentb99f8e8b4e9f4db55085367beedfec096bef0b98 (diff)
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.
Diffstat (limited to 'projects/Windows/VC7.1/lib')
-rw-r--r--projects/Windows/VC7.1/lib/libcurl.tmpl8
1 files changed, 4 insertions, 4 deletions
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"/>
<Tool
Name="VCMIDLTool"
@@ -157,7 +157,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb"
+ ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
<Tool
Name="VCMIDLTool"
@@ -564,7 +564,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb"
+ ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
<Tool
Name="VCMIDLTool"
@@ -963,7 +963,7 @@
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Debug"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)\$(ProjectName)d.pdb"
+ ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
<Tool
Name="VCMIDLTool"