aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.dj
AgeCommit message (Collapse)Author
2007-02-27Added "CSOURCES = $(CURL_SOURCES)".Gisle Vanem
2007-02-27Remove $(CURL_SOURCES).Gisle Vanem
2007-02-27Added TOPDIR variable. Put dependencies in external file.Gisle Vanem
config.h includes ../lib/config.dos.
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.
2004-12-17Add libidn.a and iconv libraries if USE_IDNA=1.Gisle Vanem
2004-11-15Added top_srcdir.Gisle Vanem
2004-11-15Added revision id, test for USE_ARES.Gisle Vanem
Uses Makefile.inc.
2004-06-29Gisle's djgpp updatesDaniel Stenberg
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2003-12-19Gisle Vanem's djgpp fixesDaniel Stenberg
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg