Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-24 | build: Removed WIN32 definition from the Visual Studio projects | Steve Holme | |
As this pre-processor definition is defined in curl_setup.h there is no need to include it in the Visual Studio project files. | |||
2014-11-02 | build: Added WinIDN build configuration options | Steve Holme | |
Added support for WinIDN build configurations to the VC6 project files. | |||
2014-06-05 | build: Fixed Visual Studio static OpenSSL builds following commit c50ce85918 | Steve Holme | |
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: Added other VC6 output files to the .gitignore list | Steve Holme | |
2014-04-27 | build: Added Visual Studio 6.0 (VC6) project files | Steve Holme | |
Carrying on from commit 11025613b9 added a more thorough version of the VC6 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses. |