<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/projects/Windows/VC6/src, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>projects: Add crypt32.lib to dependencies for all OpenSSL configs</title>
<updated>2020-06-04T07:37:55+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2020-06-04T05:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7e7db5d2f95ca5b19f8059dd86862ed3d9128ac1'/>
<id>7e7db5d2f95ca5b19f8059dd86862ed3d9128ac1</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>VC: Add crypt32.lib to Visual Sudio project template files</title>
<updated>2016-06-22T08:57:55+00:00</updated>
<author>
<name>Joel Depooter</name>
<email>joel.depooter@safe.com</email>
</author>
<published>2016-06-01T23:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=66c447e51e7c066f2ef425e912cee5157c363d55'/>
<id>66c447e51e7c066f2ef425e912cee5157c363d55</id>
<content type='text'>
Closes #854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #854
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Changed the Visual Studio projects warning level from 3 to 4</title>
<updated>2016-04-01T19:39:34+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-01T19:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7bc64561a2e63ca93e4b0b31d350773ba80955c2'/>
<id>7bc64561a2e63ca93e4b0b31d350773ba80955c2</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Renamed curl src Visual Studio project files</title>
<updated>2015-07-28T19:44:14+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-07-26T19:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1627930177a4724a61d84eea4e4b0e66c8b6d4d9'/>
<id>1627930177a4724a61d84eea4e4b0e66c8b6d4d9</id>
<content type='text'>
Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Enabled DEBUGBUILD in Visual Studio debug builds</title>
<updated>2015-02-02T12:43:02+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-02-01T21:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f826bf37eadf6c3a7c1bc4eb7e42317863bf5b58'/>
<id>f826bf37eadf6c3a7c1bc4eb7e42317863bf5b58</id>
<content type='text'>
Defined the DEBUGBUILD pre-processor variable to allow extra logging,
which is particularly useful in debug builds, as we use this and Visual
Studio typically uses _DEBUG.

We could define DEBUBBUILD, in curl_setup.h, when _MSC_VER and _DEBUG is
defined but that would also affect the makefile based builds which we
probably don't want to do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defined the DEBUGBUILD pre-processor variable to allow extra logging,
which is particularly useful in debug builds, as we use this and Visual
Studio typically uses _DEBUG.

We could define DEBUBBUILD, in curl_setup.h, when _MSC_VER and _DEBUG is
defined but that would also affect the makefile based builds which we
probably don't want to do.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Removed WIN32 definition from the Visual Studio projects</title>
<updated>2014-12-24T14:57:06+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-12-24T14:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=383a4d0990f2cd35c81a1174a3f852d9da454399'/>
<id>383a4d0990f2cd35c81a1174a3f852d9da454399</id>
<content type='text'>
As this pre-processor definition is defined in curl_setup.h there is no
need to include it in the Visual Studio project files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As this pre-processor definition is defined in curl_setup.h there is no
need to include it in the Visual Studio project files.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Added WinIDN build configuration options</title>
<updated>2014-11-02T18:21:54+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-11-02T18:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d71ea7c01e1a40c08b75543514d3e6a45e1bd85c'/>
<id>d71ea7c01e1a40c08b75543514d3e6a45e1bd85c</id>
<content type='text'>
Added support for WinIDN build configurations to the VC6 project files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for WinIDN build configurations to the VC6 project files.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Fixed Visual Studio static OpenSSL builds following commit c50ce85918</title>
<updated>2014-06-05T22:44:37+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-06-05T22:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=99303bcde539fa671711472dbb85d045cffb8ae1'/>
<id>99303bcde539fa671711472dbb85d045cffb8ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use CURLX_* file lists for Visual Studio curl tool project generation</title>
<updated>2014-05-22T22:10:38+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-05-22T22:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a9388b73b1aaa709e3d10ca84eef600f1f36c283'/>
<id>a9388b73b1aaa709e3d10ca84eef600f1f36c283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Fixed incorrect reference to curl_setup.h in Visual Studio files</title>
<updated>2014-05-22T00:53:50+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-05-22T06:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=461d45ea7a459c15104c97cbcfa20ea3aa532c56'/>
<id>461d45ea7a459c15104c97cbcfa20ea3aa532c56</id>
<content type='text'>
Fixed a copy / paste error from my 2011 project files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a copy / paste error from my 2011 project files.
</pre>
</div>
</content>
</entry>
</feed>
