mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
build: Added Visual Studio 2008 (VC9) project files
Carrying on from commit 11025613b9, added VC9 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.
This commit is contained in:
parent
b574e83079
commit
78e3844a4a
9 changed files with 7478 additions and 1 deletions
|
|
@ -40,7 +40,10 @@ VC8LIBPRJFOOT = vs/t/lib/vc8_libcurl_prj.foot
|
|||
|
||||
VCPROJECTS = projects/README projects/Windows/VC8/lib/libcurl.sln \
|
||||
projects/Windows/VC8/lib/libcurl.tmpl projects/Windows/VC8/curl.sln \
|
||||
projects/Windows/VC8/src/curlsrc.tmpl projects/Windows/VC8/src/curlsrc.sln
|
||||
projects/Windows/VC8/src/curlsrc.tmpl projects/Windows/VC8/src/curlsrc.sln \
|
||||
projects/Windows/VC9/curl.sln \
|
||||
projects/Windows/VC9/lib/libcurl.sln projects/Windows/VC9/lib/libcurl.tmpl \
|
||||
projects/Windows/VC9/src/curlsrc.sln projects/Windows/VC9/src/curlsrc.tmpl
|
||||
|
||||
VC_DIST = \
|
||||
vs/t/README \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue