build: Added Visual Studio 6.0 (VC6) project files
authorSteve Holme <steve_holme@hotmail.com>
Sun, 27 Apr 2014 12:28:18 +0000 (13:28 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 27 Apr 2014 12:37:09 +0000 (13:37 +0100)
commitc506e03f54c4beadc3afc613eea22eef10d79b89
tree5c6bc6396e0d7986fcbabd9ab04146c20d5d9bf7
parentd5ec44ca4cca9bbe6c21a1d2a94b37cba77661ff
build: Added Visual Studio 6.0 (VC6) 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.
Makefile.am
projects/Windows/VC6/.gitignore [new file with mode: 0644]
projects/Windows/VC6/curl.dsw [new file with mode: 0644]
projects/Windows/VC6/lib/.gitignore [new file with mode: 0644]
projects/Windows/VC6/lib/libcurl.dsw [new file with mode: 0644]
projects/Windows/VC6/lib/libcurl.tmpl [new file with mode: 0644]
projects/Windows/VC6/src/.gitignore [new file with mode: 0644]
projects/Windows/VC6/src/curlsrc.dsw [new file with mode: 0644]
projects/Windows/VC6/src/curlsrc.tmpl [new file with mode: 0644]