summaryrefslogtreecommitdiff
path: root/maketgz
Commit message (Collapse)AuthorAgeFilesLines
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-7/+1
| | | | | | | | | | | 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.
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-1/+1
|
* keep a single copy of config-win32.h in version control repository.Yang Tse2011-08-051-0/+3
| | | | maketgz and buildconf.bat updated to reflect this.
* Added some hacks in order to build with VC from git.Guenter Knauf2010-09-021-2/+2
| | | | | Adam Light posted this patch to the list which enables builds from git with VC versions other than vc6; also he added a vc10 target.
* maketgz: produce CHANGES automatically with the 1000 most recent commitsDaniel Stenberg2010-06-211-0/+3
| | | | | It passes the git log output through 'log2changes.pl' to produce the lot.
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* various changes of CVS to gitDaniel Stenberg2010-03-221-1/+1
|
* removed trailing whitespaceYang Tse2010-02-141-2/+2
|
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-2/+2
| | | | libcurl is used with other projects which also have a config.h.
* lzma compressed tarballs too for some testing, it does produce MUCH smallerDaniel Stenberg2009-02-231-5/+12
| | | | files
* Truly make sure that the vc8 and vc9 makefiles that are generated get includedDaniel Stenberg2009-01-301-8/+8
| | | | in the release archive - by using our .dist suffix trick.
* - Karl M brought the patch that creates vc9 Makefiles, and I made 'maketgz'Daniel Stenberg2009-01-111-2/+27
| | | | now use the actual makefile targets to do the VC8 and VC9 makefiles.
* Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg2007-10-241-1/+1
| | | | | | building with VC8 to get the "manifest" embedded to make fine stand-alone binaries. The maketgz and the src/Makefile.vc6 files were adjusted accordingly.
* Mohun Biswas sent a patch to fix generated MSVC8 makefiles.Gunter Knauf2007-10-201-2/+2
|
* offer a friendlier single-line commandDaniel Stenberg2007-09-151-4/+2
|
* - Robert A. Monat improved the maketgz and VC6/8 generating to set the correctDaniel Stenberg2007-03-091-2/+2
| | | | machine type too.
* - Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8Daniel Stenberg2007-03-021-0/+5
| | | | | | | | | makefiles that are included in the source release archives, generated from the Makefile.vc6 files by the maketgz script. I also modified the root Makefile to have a VC variable that defaults to vc6 but can be overridden to allow it to be used for vc8 as well. Like this: nmake VC=vc8 vc
* When building tarballs, we also set the timestamp of the generated package. ↵Daniel Stenberg2007-02-121-0/+5
| | | | | | | This is meant to primarily be used for the autobuilds to know from what point in time a particular tarball is, and thus what changes it contains (or not).
* make REALLY sure src/config.h.in is a copy of lib/config.h.inDaniel Stenberg2006-08-081-0/+3
|
* Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave DribinDaniel Stenberg2005-10-141-0/+1
| | | | | | reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version.
* we all the next version 7.15.0 due to the new TFTP supportDaniel Stenberg2005-10-061-1/+0
|
* Bryan Henderson pointed out in bug report #1081788 that the curl-configDaniel Stenberg2004-12-091-1/+1
| | | | | --vernum output wasn't zero prefixed properly (as claimed in documentation). This is fixed in maketgz now.
* update the version numbers in the libcurl.plist automaticly on releaseDaniel Stenberg2004-12-081-0/+4
|
* src/version.h was not properly made!Daniel Stenberg2004-03-231-1/+1
|
* Introducing curl/curlver.h for keeping the curl version info only.Daniel Stenberg2004-03-221-1/+1
|
* cut the patch number before a '-' too, to enable '7.11.0-pre1' to useDaniel Stenberg2004-01-121-1/+1
| | | | patch number zero.
* some outputs for easier debuggingDaniel Stenberg2003-12-121-0/+3
|
* Insert the major, minor and patch numbers into the curl/curl.h header asDaniel Stenberg2003-11-061-8/+9
| | | | well. Removed the depedency on perl.
* newer, nicerDaniel Stenberg2003-10-311-19/+5
|
* 1. read the version from the command lineDaniel Stenberg2003-10-181-4/+10
| | | | 2. make the libcurl and curl version the same
* Remind about the gpg command linesDaniel Stenberg2003-05-201-0/+5
|
* output the md5sum as the last stepDaniel Stenberg2003-03-031-0/+1
|
* generate and include PDF versions of the docs in the release archiveDaniel Stenberg2002-10-141-0/+7
|
* generate bzip2 and zip files tooDaniel Stenberg2001-09-271-3/+41
|
* run 'make clean' before 'make dist' to make sure the HTML files are up-to-dateDaniel Stenberg2001-08-211-0/+6
|
* 7.8-pre1 commitDaniel Stenberg2001-05-281-1/+1
|
* general autoconf and automake fixesDaniel Stenberg2001-05-221-2/+2
|
* made it split the version number on - too to make 7.7-blabla make a betterDaniel Stenberg2001-03-081-1/+1
| | | | version number define in the header file
* adjusted to use 'make dist' when building the packageDaniel Stenberg2001-01-081-82/+5
|
* the configure script dynamically gets the version from the include file nowDaniel Stenberg2000-10-231-19/+19
| | | | which lets the maketgz skip updating the configure.in file
* moved here from the newlib branchDaniel Stenberg2000-05-221-2/+11
|
* Initial revisionDaniel Stenberg1999-12-291-0/+152