]> granicus.if.org Git - curl/commit
winbuild: Added Visual Studio 2005 (VC8) project files
authorSteve Holme <steve_holme@hotmail.com>
Sat, 5 Apr 2014 17:05:03 +0000 (18:05 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 5 Apr 2014 17:16:40 +0000 (18:16 +0100)
commit11025613b9129835c771c2646cf1774cb17a0026
tree2c990bfb1201987e96a09978126a49bf7f1190d8
parentc877c50e13ad43459de12a4092bd95872e549dfb
winbuild: Added Visual Studio 2005 (VC8) project files

Added a more thorough version of the VC8 project files that exist in
the "vs" folder with the intention to add support for other versions of
Visual Studio. These files support side-by-side compilation, 32-bit and
64-bit builds as well as support for some of the third-party libraries
curl uses.
projects/README [new file with mode: 0644]
projects/Windows/VC8/.gitignore [new file with mode: 0644]
projects/Windows/VC8/curl.sln [new file with mode: 0644]
projects/Windows/VC8/lib/.gitignore [new file with mode: 0644]
projects/Windows/VC8/lib/libcurl.sln [new file with mode: 0644]
projects/Windows/VC8/lib/libcurl.tmpl [new file with mode: 0644]
projects/Windows/VC8/src/.gitignore [new file with mode: 0644]
projects/Windows/VC8/src/curlsrc.sln [new file with mode: 0644]
projects/Windows/VC8/src/curlsrc.tmpl [new file with mode: 0644]