summaryrefslogtreecommitdiff
path: root/winbuild/BUILD.WINDOWS.txt
Commit message (Collapse)AuthorAgeFilesLines
* winbuild: Support custom devel paths for each dependencykdekker2018-04-171-20/+26
| | | | | | | | | | | | | | | | | | - Support custom devel paths for c-ares, mbedTLS, nghttp2, libSSH2, OpenSSL and zlib. Respectively: CARES_PATH, MBEDTLS_PATH, NGHTTP2_PATH, SSH2_PATH, SSL_PATH and ZLIB_PATH. - Use lib.exe for making the static library instead of link.exe /lib. The latter is undocumented and could cause problems as noted in the comments. - Remove a dangling URL that no longer worked. (I was not able to find the IDN download at MSDN/microsoft.com, so it seems to be removed.) - Remove custom override for release-ssh2-ssl-dll-zlib configuration. Nobody knows why it was there and as far as we can see is unnecessary. Closes https://github.com/curl/curl/pull/2474
* winbuild: fix URLkdekker2018-04-091-1/+1
| | | | | | | Follow up on https://github.com/curl/curl/pull/2472. Now using en-us instead of nl-nl as language code in the URL. Closes https://github.com/curl/curl/pull/2475
* winbuild: updated the documentationkdekker2018-04-091-8/+18
| | | | | | | The setenv command no longer exists and visual studio build prompts got changed. Used Visual Studio 2015/2017 as reference. Closes #2472
* winbuild: Added support for VC15Steve Holme2017-12-221-1/+1
|
* winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2Daniel Stenberg2017-10-121-0/+1
|
* BUILD.WINDOWS: mention buildconf.bat for builds off gitDaniel Stenberg2017-08-031-3/+10
|
* winbuild: add mbedtls supportHenrik Gaßmann2016-04-211-0/+1
| | | | | | | Add WITH_MBEDTLS option. Make WITH_SSL, WITH_MBEDTLS and ENABLE_WINSSL options mutual exclusive. Closes #606
* URLs: change more http to httpsViktor Szakats2016-02-021-3/+3
|
* makefile: Added support for VC14Steve Holme2015-07-211-1/+1
|
* INSTALL: Advise use of non-native SSL for Windows <= XPJay Satiro2015-06-201-2/+11
| | | | | | | | | Advise that WinSSL in versions <= XP will not be able to connect to servers that no longer support the legacy handshakes and algorithms used by those versions, and to use an alternate backend like OpenSSL instead. Bug: https://github.com/bagder/curl/issues/253 Reported-by: zenden2k <zenden2k@gmail.com>
* winbuild: Document the option used to statically link the CRTJay Satiro2015-05-081-0/+11
| | | | | | | - Document option RTLIBCFG (runtime library configuration). Bug: https://github.com/bagder/curl/issues/254 Reported-by: Bert Huijben
* winbuild: Added option to build with c-aresSam Schanken2015-01-081-1/+2
| | | | | | | | Added support for a WITH_CARES option to be used when invoking nmake via Makefile.vc. This option enables linking against both the DLL and static versions of the c-ares libraries, as well as the debug and release varients, depending on the value of DEBUG. The USE_ARES preprocessor symbol is also defined.
* BUILD.WINDOWS: update URL for windows prereqsDaniel Stenberg2014-05-041-2/+2
|
* winbuild: Updated the VC++ make instructions following commit 11025613b9Steve Holme2014-04-051-3/+9
| | | | | * Added information regarding the February 2003 Platform SDK for VC6 * Updated the introduction to be similar to the IDE projects README
* makefile: Added support for VC12Steve Holme2014-01-081-1/+1
|
* makefile: Added support for VC11Steve Holme2014-01-081-1/+1
|
* winbuild: Additional clean upMarc Hoersken2012-11-011-1/+1
|
* Architecture selection for winbuild and minor makefiles refactoringSapien22012-11-011-0/+1
|
* winbuild: Aligned BUILD.WINDOWS.txt and Makefile.vc usage helpMarc Hoersken2012-07-081-11/+13
|
* - typoPierre Joye2011-05-201-1/+1
|
* Windows build: alternative makefilePierre Joye2011-01-281-0/+68
This is a separate makefile for MSVC builds. It is deliberately put in another dir than src/ and lib/ to allow a different build experience than the previous - at least during a period. Eventually we should unify.