aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
AgeCommit message (Collapse)Author
2007-08-14added a dependency for libcares if build with ares support;Gunter Knauf
other minor makefile tweaks.
2007-08-14added -lwldap32 to link libs.Gunter Knauf
2007-08-08removed asm rules since we have no asm in the sources, and this produced 2 ↵Gunter Knauf
warnings.
2007-08-03fixed small fix issue I introduced with my previous commit.Gunter Knauf
2007-08-03some more makefile fixes/changes.Gunter Knauf
2007-08-03changed '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-04enabled ares build.Gunter Knauf
2007-02-20curl tool was using functions curlx_tvnow and curlx_tvdiff which are notYang 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-15enabled IPV6 builds.Gunter Knauf
2007-01-28enabled build with sspi.Gunter Knauf
2007-01-26remove the res file too with clean target.Gunter Knauf
2007-01-26removed CFLAGS from linking.Gunter Knauf
2007-01-26use provided resource file for exe.Gunter Knauf
2007-01-25removed unused define.Gunter Knauf
2007-01-25enabled build with libssh2.Gunter Knauf
2004-11-13Add "-DCURL_STATICLIB" for static build.Gisle Vanem
Add ../lib/timeval.c for objects.
2004-07-05changed to use Makefile.inc; made paths overwritable.Gunter Knauf
2004-04-02Andrés García's updated mingw makefilesDaniel Stenberg
2004-02-05Andrés García's updatesDaniel Stenberg
2003-11-23Gisle Vanem fixed the Windows buildDaniel Stenberg
2003-10-21updated for mingw32Daniel Stenberg
2003-07-25Andrés García updated with the added files etcDaniel Stenberg
2003-02-28Andres Garcia Garcia updated to build with the most recent OpenSSL andDaniel Stenberg
the recent libcurl changes.
2003-02-04assume zlib 1.1.4 - pointed out by Kevin RothDaniel Stenberg
2002-10-28Kevin Roth's patch. $(RM) instead of @erase, and it also passes on theDaniel Stenberg
USE_SSLEAY variable
2002-09-07Added zlib Library.Joern Hartroth
2002-06-12Jörn fixes for 7.9.8 buildDaniel Stenberg
2001-09-25winsock 2 fixesDaniel Stenberg
2001-08-09Added $Id:$ to the headerDaniel Stenberg
2000-10-06Jörg's updated makefileDaniel Stenberg
2000-06-14Added a define in the Mingw32 makefiles to allow parts of the config-win32Daniel 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-22Jörn's fixesDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg