Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf | |
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist. | |||
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf | |
All paths to dependencies now quoted; synced examples makefile. | |||
2011-09-20 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf | |
2011-09-17 | Fixed MinGW WinIDN lib dependency. | Guenter Knauf | |
2011-09-11 | Updated makefiles to latest libssh2. | Guenter Knauf | |
2011-09-04 | Added SPNEGO to MinGW makefiles. | Guenter Knauf | |
2011-09-03 | Updated dependecies versions. | Guenter Knauf | |
2011-09-03 | Some MinGW makefile tweaks for MinGW64. | Guenter Knauf | |
2011-04-19 | Improve MinGW static makefile builds. | Guenter Knauf | |
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. | |||
2011-04-19 | Enabled MinGW native Windows IDN build. | Guenter Knauf | |
2011-04-19 | Updated default (recommended) dependency versions. | Guenter Knauf | |
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf | |
2010-12-05 | Updated OpenSSL version. | Guenter Knauf | |
2010-10-11 | Added build bits for librtmp to MingW32 makefiles. | Guenter Knauf | |
2010-08-18 | It is sufficient to pipe stderr to NUL to get rid of the nasty messages. | Guenter Knauf | |
2010-08-15 | Syncroniszed vclean target; fixed some comments. | Guenter Knauf | |
2010-08-02 | Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro. | Guenter Knauf | |
2010-07-22 | Updated library versions. | Guenter Knauf | |
2010-04-24 | encourage users to take latest lib dependencies. | Guenter Knauf | |
2010-03-31 | make folks use latest available dependent libraries. | Guenter Knauf | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-04-09 | some minor Makefile tweaks for latest libssh2. | Gunter Knauf | |
2009-03-29 | some minor Makefile tweaks. | Gunter Knauf | |
2009-01-26 | added CURLX_ONES again to object list for dynamic linking. | Gunter Knauf | |
2008-11-13 | changed to latest libidn version. | Gunter Knauf | |
2008-11-11 | updated coment, updated OpenSSL version. | Gunter Knauf | |
2008-11-11 | added libidn build. | Gunter Knauf | |
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse | |
This also implies the removal of the winmm.lib dependency for WIN32. | |||
2008-01-29 | silent stupid 'del' message when no files to delete found; | Gunter Knauf | |
added curl.res to clean target. | |||
2008-01-17 | updated lib versions. | Gunter Knauf | |
2007-08-25 | only link with -lwldap32 if we dont use other LDAP SDKs. | Gunter Knauf | |
2007-08-24 | added defines to build with OpenLDAP. | Gunter Knauf | |
2007-08-21 | sync libssh2 paths with comments. | Gunter Knauf | |
2007-08-21 | added targets to create the files missing in CVS which makes calling ↵ | Gunter Knauf | |
buildconf.bat obsolete; removed obsolete wsock32 link lib. | |||
2007-08-20 | fixed wrong CLAGS define. | Gunter Knauf | |
2007-08-20 | added some comments about the paths and build options; | Gunter Knauf | |
added define to build with ldaps support; enabled build with the Novell LDAP SDK. | |||
2007-08-19 | ignore errors of the RM command; seems that the del command fails on W2K ↵ | Gunter Knauf | |
when the file to delete isnt found while on XP it only prints the warning but make continues.... | |||
2007-08-19 | added some comments in the makefiles about build options. | Gunter Knauf | |
2007-08-14 | added a dependency for libcares if build with ares support; | Gunter Knauf | |
other minor makefile tweaks. | |||
2007-08-14 | added -lwldap32 to link libs. | Gunter Knauf | |
2007-08-08 | removed asm rules since we have no asm in the sources, and this produced 2 ↵ | Gunter Knauf | |
warnings. | |||
2007-08-03 | fixed small fix issue I introduced with my previous commit. | Gunter Knauf | |
2007-08-03 | some more makefile fixes/changes. | Gunter Knauf | |
2007-08-03 | changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins ↵ | Gunter Knauf | |
pointed out; changed to use latest external libs. | |||
2007-07-04 | enabled ares build. | Gunter Knauf | |
2007-02-20 | curl tool was using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | |
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, curl tool, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we avoid the above described problems. | |||
2007-02-15 | enabled IPV6 builds. | Gunter Knauf | |
2007-01-28 | enabled build with sspi. | Gunter Knauf | |
2007-01-26 | remove the res file too with clean target. | Gunter Knauf | |
2007-01-26 | removed CFLAGS from linking. | Gunter Knauf | |