diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-28 22:12:44 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-28 23:12:58 +0100 |
commit | 2a615a2b649cc13b1ba39349453a8f2dc098bfd3 (patch) | |
tree | 75fd3269b2d1e0f2d8616ba4e65955648620d6e6 /projects/Windows/VC11/lib | |
parent | 11397eb6dd44457d7b0c1a83b539f800dff971d2 (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/VC11/lib')
-rw-r--r-- | projects/Windows/VC11/lib/libcurl.tmpl | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/projects/Windows/VC11/lib/libcurl.tmpl b/projects/Windows/VC11/lib/libcurl.tmpl index 749bdce72..c763f39aa 100644 --- a/projects/Windows/VC11/lib/libcurl.tmpl +++ b/projects/Windows/VC11/lib/libcurl.tmpl @@ -686,7 +686,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -729,7 +729,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> @@ -771,7 +771,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -812,7 +812,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> @@ -966,7 +966,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -1009,7 +1009,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> @@ -1051,7 +1051,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -1092,7 +1092,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> @@ -1136,7 +1136,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -1179,7 +1179,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> @@ -1221,7 +1221,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -1262,7 +1262,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> @@ -1306,7 +1306,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -1349,7 +1349,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName)d.lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> @@ -1391,7 +1391,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <Bscmake> @@ -1432,7 +1432,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> + <ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <Bscmake> |