diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-01 23:02:34 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-01 23:23:48 +0100 |
commit | dce748d3f1643cd7f7b95122982a4d603ce1b5af (patch) | |
tree | 9c99900409cb85d35fe848658c451b2e2bc8bfc6 /projects/README | |
parent | 50b3111b63580473ae733e08a8acb30c4a88c1b8 (diff) | |
download | curl-dce748d3f1643cd7f7b95122982a4d603ce1b5af.tar.gz |
build: Added OpenSSL VC build helper for side-by-side compilations
Diffstat (limited to 'projects/README')
-rw-r--r-- | projects/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/README b/projects/README index df2f3ef1b..c71f96911 100644 --- a/projects/README +++ b/projects/README @@ -55,6 +55,10 @@ Dependencies |_VC <version> |_<configuration> + As OpenSSL doesn't support side-by-side compilation when using different + versions of Visual Studio a build helper batch file has been provided to + assist with this. Please run "build-openssl -help" for usage details. + Building with Visual C++ ======================== |