summaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
Commit message (Collapse)AuthorAgeFilesLines
* Added .def file to output.Guenter Knauf2012-11-081-3/+4
| | | | Requested by Johnny Luong on the libcurl list.
* Added support for tls-srp to MinGW builds.Guenter Knauf2012-07-251-0/+8
|
* Minor fixes to MinGW makefiles.Guenter Knauf2012-07-121-1/+1
|
* Changed MinGW makefiles to use WINSSL now.Guenter Knauf2012-07-111-2/+2
|
* MinGW makefile tweaks for running from sh.Guenter Knauf2012-07-031-24/+50
| | | | | Added function macros to make path converting easier. Added CROSSPREFIX to all compile tools.
* schannel: remove version number and identify its use with 'schannel' literalYang Tse2012-06-131-1/+0
| | | | | | | | | | Version number is removed in order to make this info consistent with how we do it with other MS and Linux system libraries for which we don't provide this info. Identifier changed from 'WinSSPI' to 'schannel' given that this is the actual provider of the SSL/TLS support. libcurl can still be built with SSPI and without SCHANNEL support.
* mingw32: Fixed warning of USE_SSL being redefinedMarc Hoersken2012-06-111-5/+3
|
* curl_sspi: Added Curl_sspi_version functionMarc Hoersken2012-06-111-0/+1
| | | | | | Added new function to get SSPI version as string. Added required library version.lib to makefiles. Changed curl_schannel.c to use Curl_sspi_version.
* schannel: Updated mingw32 makefilesGuenter Knauf2012-06-111-0/+9
|
* Try to detect OpenSSL build type automatically.Guenter Knauf2012-05-271-9/+21
|
* Updated dependency libary versions.Guenter Knauf2012-05-221-4/+4
|
* Updated dependency lib versions.Guenter Knauf2012-04-261-1/+1
|
* Revert "sspi: Added version information"Yang Tse2012-04-231-1/+0
| | | | This reverts commit 2976de480808119dae08fc6f52c8d75ba1aedb1a.
* sspi: Added version informationSteve Holme2012-04-221-0/+1
| | | | | Added version information for Windows SSPI to curl's main version string and removed SSPI from the features string.
* Updated dependency lib versions.Guenter Knauf2012-04-201-1/+1
|
* Updated dependency lib versions (2nd try).Guenter Knauf2012-04-121-1/+1
|
* Updated dependency lib versions.Guenter Knauf2012-04-121-4/+4
|
* removed trailing whitespaceYang Tse2011-12-301-1/+1
|
* Changed suffix rules to pattern rules.Guenter Knauf2011-09-211-3/+2
| | | | Suffix rules cannot have any prerequisites of their own.
* Added dependency so that curlbuild.h is created.Guenter Knauf2011-09-211-1/+1
|
* Some more MinGW build tweaks.Guenter Knauf2011-09-211-4/+16
| | | | | Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist.
* A bunch of MinGW build tweaks.Guenter Knauf2011-09-201-21/+26
| | | | All paths to dependencies now quoted; synced examples makefile.
* Added _WIN32_WINNT define for IPv6 builds.Guenter Knauf2011-09-201-1/+1
|
* Updated makefiles to latest libssh2.Guenter Knauf2011-09-111-1/+1
|
* Added SPNEGO to MinGW makefiles.Guenter Knauf2011-09-041-0/+6
|
* Updated dependecies versions.Guenter Knauf2011-09-031-1/+1
|
* Some MinGW makefile tweaks for MinGW64.Guenter Knauf2011-09-031-0/+8
|
* Changed MinGW to use own winidn prototypes.Guenter Knauf2011-09-031-2/+1
|
* Improve MinGW static makefile builds.Guenter Knauf2011-04-191-3/+41
| | | | | | | | It is now possible to use any combination of features without having to 1st add makefile targets to the main makefile. The main makefile now passes the 'mingw32-feat1-feat2' as var CFG, and the ./[lib|src]/Makefile.m32 parses the CFG var to determine the features to be enabled.
* Enabled MinGW native Windows IDN build.Guenter Knauf2011-04-191-6/+20
|
* Updated default (recommended) dependency versions.Guenter Knauf2011-04-191-1/+1
|
* Updated OpenSSL version, added links to docu.Guenter Knauf2011-02-131-1/+1
|
* Updated OpenSSL version.Guenter Knauf2010-12-051-1/+1
|
* Added build bits for librtmp to MingW32 makefiles.Guenter Knauf2010-10-111-2/+11
|
* It is sufficient to pipe stderr to NUL to get rid of the nasty messages.Guenter Knauf2010-08-181-1/+1
|
* Syncroniszed vclean target; fixed some comments.Guenter Knauf2010-08-151-2/+1
|
* Updated library versions.Guenter Knauf2010-07-221-4/+4
|
* encourage users to take latest lib dependencies.Guenter Knauf2010-04-241-2/+2
|
* make folks use latest available dependent libraries.Guenter Knauf2010-03-311-10/+13
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse2009-06-151-1/+1
|
* some minor Makefile tweaks for latest libssh2.Gunter Knauf2009-04-091-2/+2
|
* some minor Makefile tweaks.Gunter Knauf2009-03-291-5/+5
|
* changed to latest libidn version.Gunter Knauf2008-11-131-1/+1
|
* updated coment, updated OpenSSL version.Gunter Knauf2008-11-111-2/+2
|
* added libidn build.Gunter Knauf2008-11-111-1/+10
|
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-1/+1
| | | | This also implies the removal of the winmm.lib dependency for WIN32.
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-7/+2
| | | | $capath is known to configure, so it can be defined in config.h instead.
* silent stupid 'del' message when no files to delete found;Gunter Knauf2008-01-291-3/+3
| | | | added curl.res to clean target.
* updated lib versions.Gunter Knauf2008-01-171-2/+2
|