Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-05 | build: Fixed Visual Studio static OpenSSL builds following commit c50ce85918 | Steve Holme | |
2014-05-28 | build: Use $(TargetDir) and $(TargetName) macros for VC .lib output files | Steve Holme | |
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 | build: Use $(TargetDir) and $(TargetName) macros for VC .pdb output files | Steve Holme | |
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-22 | build: Use CURLX_* file lists for Visual Studio curl tool project generation | Steve Holme | |
2014-05-22 | build: Fixed incorrect reference to curl_setup.h in Visual Studio files | Steve Holme | |
Fixed a copy / paste error from my 2011 project files. | |||
2014-04-27 | build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12 | Steve Holme | |
2014-04-17 | build: Corrected Visual Studio solutions for DLL Release x64 | Steve Holme | |
2014-04-09 | build: Added Visual Studio 2008 (VC9) project files | Steve Holme | |
Carrying on from commit 11025613b9, added VC9 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. |