summaryrefslogtreecommitdiff
path: root/buildconf.bat
Commit message (Collapse)AuthorAgeFilesLines
* buildconf: fix header filenameDaniel Gustafsson2019-07-091-1/+1
| | | | | | | | The header file inclusion had a typo, it should be .h and not .hd. Fix by renaming. Fixes #4102 Reported-by: AceCrow on Github
* whitespace fixesViktor Szakats2018-09-231-2/+2
| | | | | | | | | | | - 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
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-34/+1
| | | | | | | | Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456
* dist: ship buildconf.bat tooDaniel Stenberg2016-02-121-3/+1
| | | | As the winbuild/* stuff uses it!
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* buildconf.bat: fix syntax errorJay Satiro2015-09-091-1/+1
|
* buildconf.bat: Fixed double blank line in 'curl manual' warning outputSteve Holme2015-08-301-1/+0
|
* * buildconf.bat: Fixed issues when ran in directories with special charsSteve Holme2015-08-141-2/+2
| | | | | Bug: https://github.com/bagder/curl/pull/379 Reported-by: Daniel Seither
* buildconf.bat: Tidy up of comments after recent commitsSteve Holme2015-08-091-10/+13
|
* buildconf.bat: Added full generation of src\tool_hugehelp.cSteve Holme2015-08-091-14/+113
| | | | | Added support for generating the full man page based on code from generate.bat.
* buildconf.bat: Added detection of groff, nroff, perl and gzipSteve Holme2015-08-091-0/+16
| | | | | To allow for the full generation of tool_hugehelp.c added detection of the required programs - based on code from generate.bat.
* buildconf.bat: Move DOS variable clean-up code to separate functionSteve Holme2015-08-091-3/+11
| | | | | Rather than duplicate future variables, during clean-up of both success and error conditions, use a common function that can be called by both.
* buildconf.bat: Added error messages on failureSteve Holme2015-08-091-14/+82
|
* buildconf.bat: Generate and clean files in the same orderSteve Holme2015-08-091-6/+6
|
* buildconf.bat: Maintain compatibility with DOS based systemsSteve Holme2015-08-091-4/+12
| | | | | Commit f08e30d7bc broke compatibility with DOS and non Windows NT based versions of Windows due to the use of the setlocal command.
* scripts: Always perform setlocal and endlocal calls in pairsSteve Holme2015-08-081-4/+4
| | | | | | 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.
* scripts: Allow -help to be specified in any argumentSteve Holme2015-08-081-5/+6
| | | | | Allow the -help command line argument to be specified in any argument and not just as the first.
* buildconf.bat: Synchronise no repository error with generate.batSteve Holme2015-08-061-3/+4
|
* generate.bat: Use buildconf.bat for prerequisite file clean-upSteve Holme2015-08-051-0/+3
|
* buildconf.bat: Added support for file clean-up via -cleanSteve Holme2015-08-051-2/+58
|
* buildconf.bat: Added progress outputSteve Holme2015-08-051-3/+11
|
* buildconf.bat: Avoid using goto for file not in repositorySteve Holme2015-08-051-19/+20
|
* buildconf.bat: Added display of usage text with -helpSteve Holme2015-08-051-0/+11
|
* buildconf.bat: Added exit codes for error handlingSteve Holme2015-08-051-5/+15
|
* buildconf.bat: Added our standard copyright headerSteve Holme2015-08-051-5/+27
|
* buildconf.bat: Use lower-case for commands and reserved keywordsSteve Holme2015-08-051-12/+12
|
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-261-3/+3
|
* curl tool: use configuration files from lib directory - follow-up IIYang Tse2012-04-091-5/+0
| | | | lib/config-win32.h no longer copied to src/config-win32.h
* keep a single copy of config-win32.h in version control repository.Yang Tse2011-08-051-0/+5
| | | | maketgz and buildconf.bat updated to reflect this.
* modified to use the git file, not cvsDaniel Stenberg2010-04-111-4/+4
| | | | | | 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...
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Ensure that buildconf.bat does nothing unless it is used with a CVS checkout.Yang Tse2009-06-081-6/+24
|
* fix EOLYang Tse2009-04-301-21/+21
|
* buildconf.bat for CVS-tree c-aresYang Tse2009-04-301-0/+8
|
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-0/+3
| | | | to have a curl_off_t data type no longer gated to off_t.
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-4/+1
| | | | $capath is known to configure, so it can be defined in config.h instead.
* fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf2007-01-291-4/+0
|
* fix redefine warning when build from CVS.Gunter Knauf2007-01-261-1/+4
|
* no more getdate.c to care aboutDaniel Stenberg2004-09-151-3/+0
|
* this works like buildconf + configure does on unixesDaniel Stenberg2004-02-261-0/+17