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
50b3111b63
build: Added Visual Studio 2003 .NET (VC7.1) project files
...
Carrying on from commit 11025613b9
added VC7.1 project files which are
capable of supporting side-by-side compilation, as well as support for
some of the third-party libraries curl uses.
2014-05-01 20:33:22 +01:00