Steve Holme
99303bcde5
build: Fixed Visual Studio static OpenSSL builds following commit c50ce85918
2014-06-05 23:44:37 +01:00
Steve Holme
2a615a2b64
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.
2014-05-28 23:12:58 +01:00
Steve Holme
11397eb6dd
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.
2014-05-28 21:49:20 +01:00
Steve Holme
a9388b73b1
build: Use CURLX_* file lists for Visual Studio curl tool project generation
2014-05-22 23:10:38 +01:00
Steve Holme
461d45ea7a
build: Fixed incorrect reference to curl_setup.h in Visual Studio files
...
Fixed a copy / paste error from my 2011 project files.
2014-05-22 01:53:50 +01:00
Steve Holme
eb4dd494a9
build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12
2014-04-27 18:04:59 +01:00
Steve Holme
4b87029113
build: Fixed output name for Release builds in VC10 and VC11
2014-04-21 17:40:50 +01:00
Steve Holme
0160cb2e19
build: Added Visual Studio 2012 (VC11) project files
...
Carrying on from commit 11025613b9
added VC11 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.
2014-04-18 10:28:11 +01:00