Jay Satiro
7e7db5d2f9
projects: Add crypt32.lib to dependencies for all OpenSSL configs
...
Windows project configurations that use OpenSSL with USE_WIN32_CRYPTO
need crypt32.
Follow-up to 148534d which added CURLSSLOPT_NATIVE_CA for 7.71.0.
The changes that are in this commit were made by script.
Ref: https://gist.github.com/jay/a1861b50ecce2b32931237180f856e28
Closes https://github.com/curl/curl/pull/5516
2020-06-04 03:37:55 -04:00
Joel Depooter
66c447e51e
VC: Add crypt32.lib to Visual Sudio project template files
...
Closes #854
2016-06-22 10:57:55 +02:00
Steve Holme
7bc64561a2
build: Changed the Visual Studio projects warning level from 3 to 4
...
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.
2016-04-01 20:39:34 +01:00
Steve Holme
d9efd36907
build: Use $(ProjectName) macro for curl.exe and curld.exe filenames
...
This wasn't possible with the old curlsrc project filenames, but like
commit 2a615a2b64 and 11397eb6dd for libcurl use the built in Visual
Studio macros for the output filenames.
2015-07-28 20:44:59 +01:00
Steve Holme
1627930177
build: Renamed curl src Visual Studio project files
...
Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.
2015-07-28 20:44:14 +01:00