summaryrefslogtreecommitdiff
path: root/src/makefile.dj
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
|
* build: fix djgpp buildsGisle Vanem2021-01-271-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update build instructions in packages/DOS/README - Extend 'VPATH' with 'vquic' and 'vssh'. - Allow 'Makefile.dist' to build both 'lib' and 'src'. - Allow using the Windows hosted djgpp cross compiler to build for MSDOS under Windows. - 'USE_SSL' -> 'USE_OPENSSL' - Added a 'link_EXE' macro. Etc, etc. - Linking 'curl.exe' needs '$(CURLX_CFILES)' too. - Do not pick-up '../lib/djgpp/*.o' files. Recompile locally. - Generate a gzipped 'tool_hugehelp.c' if 'USE_ZLIB=1'. - Remove 'djgpp-clean' - Adapt to new C-ares directory structure - Use conditional variable assignments Clarify the 'conditional variable assignment' in 'common.dj'. Closes https://github.com/curl/curl/pull/6382
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
| | | | | | | | | 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
* whitespace fixesViktor Szakats2018-09-231-1/+0
| | | | | | | | | | | - 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
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-061-2/+0
| | | | | | | | | ... and USE_ENVIRONMENT and --environment. It was once added for RISC OS support and its platform specific behavior has been annoying ever since. Added in commit c3c8bbd3b2688da8e, mostly unchanged since then. Most probably not actually used for years. Closes #1463
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
| | | | | | We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* copyrights: update Gisle Vanem's emailDaniel Stenberg2015-10-201-1/+1
|
* makefiles: Added our standard copyright headerSteve Holme2015-08-301-2/+24
| | | | | But kept the original author, when they were specified in a comment, as the initial copyright holder.
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-1/+0
|
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-261-3/+3
|
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-10/+2
| | | | | | | | | | | Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists.
* Changed email per Gisle's request.Guenter Knauf2011-04-161-3/+2
|
* build: lib/config.dos renamed to lib/config-dos.hYang Tse2010-12-031-2/+2
|
* Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf2010-08-021-1/+1
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-4/+4
| | | | libcurl is used with other projects which also have a config.h.
* improve usability with UNIX-like shells or a DOS command interpretersYang Tse2009-06-131-11/+19
|
* Fixed to take in account the different interpretation of doubleYang Tse2009-06-121-0/+12
| | | | quootes on UNIX-like shells vs DOS-like command interpreters.
* Added "CSOURCES = $(CURL_SOURCES)".Gisle Vanem2007-02-271-0/+2
|
* Remove $(CURL_SOURCES).Gisle Vanem2007-02-271-3/+2
|
* Added TOPDIR variable. Put dependencies in external file.Gisle Vanem2007-02-271-36/+12
| | | | config.h includes ../lib/config.dos.
* curl tool was using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-201-1/+3
| | | | | | | | | | | | | | | | | 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.
* Add libidn.a and iconv libraries if USE_IDNA=1.Gisle Vanem2004-12-171-1/+6
|
* Added top_srcdir.Gisle Vanem2004-11-151-0/+2
|
* Added revision id, test for USE_ARES.Gisle Vanem2004-11-151-5/+13
| | | | Uses Makefile.inc.
* Gisle's djgpp updatesDaniel Stenberg2004-06-291-18/+22
|
* Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg2004-03-291-13/+21
|
* Gisle Vanem's djgpp fixesDaniel Stenberg2003-12-191-48/+59
|
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-211-0/+48