Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-01-26 | use provided resource file for exe. | Gunter Knauf | |
2007-01-25 | removed unused define. | Gunter Knauf | |
2007-01-25 | enabled build with libssh2. | Gunter Knauf | |
2004-11-13 | Add "-DCURL_STATICLIB" for static build. | Gisle Vanem | |
Add ../lib/timeval.c for objects. | |||
2004-07-05 | changed to use Makefile.inc; made paths overwritable. | Gunter Knauf | |
2004-04-02 | Andrés García's updated mingw makefiles | Daniel Stenberg | |
2004-02-05 | Andrés García's updates | Daniel Stenberg | |
2003-11-23 | Gisle Vanem fixed the Windows build | Daniel Stenberg | |
2003-10-21 | updated for mingw32 | Daniel Stenberg | |
2003-07-25 | Andrés García updated with the added files etc | Daniel Stenberg | |
2003-02-28 | Andres Garcia Garcia updated to build with the most recent OpenSSL and | Daniel Stenberg | |
the recent libcurl changes. | |||
2003-02-04 | assume zlib 1.1.4 - pointed out by Kevin Roth | Daniel Stenberg | |
2002-10-28 | Kevin Roth's patch. $(RM) instead of @erase, and it also passes on the | Daniel Stenberg | |
USE_SSLEAY variable | |||
2002-09-07 | Added zlib Library. | Joern Hartroth | |
2002-06-12 | Jörn fixes for 7.9.8 build | Daniel Stenberg | |
2001-09-25 | winsock 2 fixes | Daniel Stenberg | |
2001-08-09 | Added $Id:$ to the header | Daniel Stenberg | |
2000-10-06 | Jörg's updated makefile | Daniel Stenberg | |
2000-06-14 | Added a define in the Mingw32 makefiles to allow parts of the config-win32 | Daniel Stenberg | |
files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that. | |||
2000-05-22 | Jörn's fixes | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |