aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC7.1/lib
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.1/lib
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.1/lib')
-rw-r--r--projects/Windows/VC7.1/lib/libcurl.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/Windows/VC7.1/lib/libcurl.tmpl b/projects/Windows/VC7.1/lib/libcurl.tmpl
index 80f921abb..66414e2da 100644
--- a/projects/Windows/VC7.1/lib/libcurl.tmpl
+++ b/projects/Windows/VC7.1/lib/libcurl.tmpl
@@ -41,7 +41,7 @@
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Release"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -100,7 +100,7 @@
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
@@ -158,7 +158,7 @@
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
@@ -309,7 +309,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -507,7 +507,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -565,7 +565,7 @@
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
@@ -670,7 +670,7 @@
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release"
SetChecksum="TRUE"
- ImportLibrary="$(OutDir)\$(ProjectName).lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
@@ -964,7 +964,7 @@
AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Debug"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(OutDir)\$(ProjectName)d.lib"/>
+ ImportLibrary="$(TargetDir)$(TargetName).lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"