aboutsummaryrefslogtreecommitdiff
path: root/lib/makefile.dj
AgeCommit message (Collapse)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2018-09-23whitespace fixesViktor Szakats
- replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
2017-06-21lib: fix the djgpp buildGisle Vanem
Bug: https://github.com/curl/curl/commit/73a2fcea0b4adea6ba342cd7ed1149782c214ae3#commitcomment-22655993
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-10-21build: fix for MSDOS/djgppGisle Vanem
- Add a VPATH-statement for the vtls/*.c files. - Due to 'vtls/*.c', remove that subdir part from $(OBJECTS).
2015-10-20copyrights: update Gisle Vanem's emailDaniel Stenberg
2015-08-30makefiles: Added our standard copyright headerSteve Holme
But kept the original author, when they were specified in a comment, as the initial copyright holder.
2011-04-16Changed email per Gisle's request.Guenter Knauf
2010-12-03build: lib/config.dos renamed to lib/config-dos.hYang Tse
2010-03-24update to current stateDaniel Stenberg
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf
libcurl is used with other projects which also have a config.h.
2009-06-13improve usability with UNIX-like shells or a DOS command interpretersYang Tse
2009-06-08../include/curl/curlbuild.h.dist is not present in release archives soDaniel Stenberg
the makefile cannot depend on it
2008-08-21Added rule to generate '../include/curl/curlbuild.h'.Gisle Vanem
2007-02-27Added TOPDIR variable. Put dependencies in external file.Gisle Vanem
2006-08-29Don't include zlib headers in dependency output.Gisle Vanem
2006-08-29Use config.dos instead. Updated generated dependencies.Gisle Vanem
2005-05-14Updated generated dependencies.Gisle Vanem
2005-04-07cut 'n paste errorDaniel Stenberg
2005-04-07GnuTLS updatesDaniel Stenberg
2004-12-17getdate.c is gone.Gisle Vanem
2004-07-11changed to use Makefile.inc since Gisle agreed.Gunter Knauf
2004-06-29Gisle's djgpp updatesDaniel Stenberg
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2003-12-19djgpp fixes by Gisle VanemDaniel Stenberg
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg