aboutsummaryrefslogtreecommitdiff
path: root/buildconf.bat
AgeCommit message (Collapse)Author
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
Closes #4547
2019-07-09buildconf: fix header filenameDaniel Gustafsson
The header file inclusion had a typo, it should be .h and not .hd. Fix by renaming. Fixes #4102 Reported-by: AceCrow on Github
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-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-12dist: ship buildconf.bat tooDaniel Stenberg
As the winbuild/* stuff uses it!
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-09-09buildconf.bat: fix syntax errorJay Satiro
2015-08-30buildconf.bat: Fixed double blank line in 'curl manual' warning outputSteve Holme
2015-08-14* buildconf.bat: Fixed issues when ran in directories with special charsSteve Holme
Bug: https://github.com/bagder/curl/pull/379 Reported-by: Daniel Seither
2015-08-09buildconf.bat: Tidy up of comments after recent commitsSteve Holme
2015-08-09buildconf.bat: Added full generation of src\tool_hugehelp.cSteve Holme
Added support for generating the full man page based on code from generate.bat.
2015-08-09buildconf.bat: Added detection of groff, nroff, perl and gzipSteve Holme
To allow for the full generation of tool_hugehelp.c added detection of the required programs - based on code from generate.bat.
2015-08-09buildconf.bat: Move DOS variable clean-up code to separate functionSteve Holme
Rather than duplicate future variables, during clean-up of both success and error conditions, use a common function that can be called by both.
2015-08-09buildconf.bat: Added error messages on failureSteve Holme
2015-08-09buildconf.bat: Generate and clean files in the same orderSteve Holme
2015-08-09buildconf.bat: Maintain compatibility with DOS based systemsSteve Holme
Commit f08e30d7bc broke compatibility with DOS and non Windows NT based versions of Windows due to the use of the setlocal command.
2015-08-08scripts: Always perform setlocal and endlocal calls in pairsSteve Holme
Ensure that there isn't a mismatch between setlocal and endlocal calls, which could have happened due to setlocal being called after certain error conditions were checked for.
2015-08-08scripts: Allow -help to be specified in any argumentSteve Holme
Allow the -help command line argument to be specified in any argument and not just as the first.
2015-08-06buildconf.bat: Synchronise no repository error with generate.batSteve Holme
2015-08-05generate.bat: Use buildconf.bat for prerequisite file clean-upSteve Holme
2015-08-05buildconf.bat: Added support for file clean-up via -cleanSteve Holme
2015-08-05buildconf.bat: Added progress outputSteve Holme
2015-08-05buildconf.bat: Avoid using goto for file not in repositorySteve Holme
2015-08-05buildconf.bat: Added display of usage text with -helpSteve Holme
2015-08-05buildconf.bat: Added exit codes for error handlingSteve Holme
2015-08-05buildconf.bat: Added our standard copyright headerSteve Holme
2015-08-05buildconf.bat: Use lower-case for commands and reserved keywordsSteve Holme
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-04-09curl tool: use configuration files from lib directory - follow-up IIYang Tse
lib/config-win32.h no longer copied to src/config-win32.h
2011-08-05keep a single copy of config-win32.h in version control repository.Yang Tse
maketgz and buildconf.bat updated to reflect this.
2010-04-11modified to use the git file, not cvsDaniel Stenberg
I've done this blindly, and the last piece that works with ares should possibly be done differently now that c-ares isn't a subtree within the curl tree anymore...
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-06-08Ensure that buildconf.bat does nothing unless it is used with a CVS checkout.Yang Tse
2009-04-30fix EOLYang Tse
2009-04-30buildconf.bat for CVS-tree c-aresYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
to have a curl_off_t data type no longer gated to off_t.
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek
$capath is known to configure, so it can be defined in config.h instead.
2007-01-29fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf
2007-01-26fix redefine warning when build from CVS.Gunter Knauf
2004-09-15no more getdate.c to care aboutDaniel Stenberg
2004-02-26this works like buildconf + configure does on unixesDaniel Stenberg