aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC7/lib/libcurl.tmpl
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-28 22:12:44 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-28 23:12:58 +0100
commit2a615a2b649cc13b1ba39349453a8f2dc098bfd3 (patch)
tree75fd3269b2d1e0f2d8616ba4e65955648620d6e6 /projects/Windows/VC7/lib/libcurl.tmpl
parent11397eb6dd44457d7b0c1a83b539f800dff971d2 (diff)
build: Use $(TargetDir) and $(TargetName) macros for VC .lib output files
As with commit 11397eb6dd, use $(TargetDir) and $(TargetName) for the Import Library output rather than $(OutDir)\$(ProjectName)d.lib and $(OutDir)\$(ProjectName).lib.
Diffstat (limited to 'projects/Windows/VC7/lib/libcurl.tmpl')
-rw-r--r--projects/Windows/VC7/lib/libcurl.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/Windows/VC7/lib/libcurl.tmpl b/projects/Windows/VC7/lib/libcurl.tmpl
index a37571815..a6243500c 100644
--- a/projects/Windows/VC7/lib/libcurl.tmpl
+++ b/projects/Windows/VC7/lib/libcurl.tmpl
@@ -41,7 +41,7 @@
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Release,..\..\..\..\..\libssh2\build\Win32\VC7\DLL Release"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -94,7 +94,7 @@
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Debug"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
@@ -146,7 +146,7 @@
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
@@ -279,7 +279,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -453,7 +453,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -505,7 +505,7 @@
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
@@ -598,7 +598,7 @@
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Release"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -856,7 +856,7 @@
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7\DLL Debug,..\..\..\..\..\libssh2\build\Win32\VC7\DLL Debug"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"