| Age | Commit message (Collapse) | Author | 
|---|
|  | Closes #854 | 
|  | After squashing most of our compiler warnings, up'ed the default
warning level from 3 to 4 in order to increase the likelyhood of
catching future warnings. | 
|  | Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files. | 
|  | Defined the DEBUGBUILD pre-processor variable to allow extra logging,
which is particularly useful in debug builds, as we use this and Visual
Studio typically uses _DEBUG.
We could define DEBUBBUILD, in curl_setup.h, when _MSC_VER and _DEBUG is
defined but that would also affect the makefile based builds which we
probably don't want to do. | 
|  | As this pre-processor definition is defined in curl_setup.h there is no
need to include it in the Visual Studio project files. | 
|  | Added support for WinIDN build configurations to the VC6 project files. | 
|  |  | 
|  |  | 
|  | Fixed a copy / paste error from my 2011 project files. | 
|  |  | 
|  | 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. |