Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-08-30 | makefiles: Added our standard copyright header | Steve Holme | |
But kept the original author, when they were specified in a comment, as the initial copyright holder. | |||
2015-04-30 | build: update depedency versions, urls, example makefiles | Viktor Szakats | |
- update default versions of dependencies (except for rare/old platforms) - update urls - sync examples makefiles with main ones - remove line ending space | |||
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg | |
SSLeay was the name of the library that was subsequently turned into OpenSSL many moons ago (1999). curl does not work with the old SSLeay library since years. This is now reflected by only using USE_OPENSSL in code that depends on OpenSSL. | |||
2014-12-05 | build: updated dependencies in makefiles. | Guenter Knauf | |
2014-05-21 | build: Renamed CURLX_ONES file list definition to CURLX_CFILES | Steve Holme | |
Renamed the CURLX_ONES file list definition in order to a) try and be consistent with other file lists and b) to allow for the addition of the curlx header files, which will assist with Visual Studio project files generation rather than hard coding those files. | |||
2013-07-19 | Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1 | Yang Tse | |
2013-05-11 | Updated zlib version in build files. | Guenter Knauf | |
2013-02-09 | Updated dependency libs. | Guenter Knauf | |
2013-01-20 | Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables | Yang Tse | |
2012-12-26 | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | |
2012-05-22 | Updated dependency libary versions. | Guenter Knauf | |
2012-04-26 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-20 | Updated dependency lib versions. | Guenter Knauf | |
2011-04-07 | src/Makefile.b32: updates | Gisle Vanem | |
* Rename the object object directory from 'objs' to 'BCC_obj' to be in sync with my previous patch for lib/Makefile.b32. * Turn off these warnings to keep the build totally silent (with CBuilder-6 that is). -w-inl 8026 Functions X are not expanded inline. -w-pia 8060 Possibly incorrect assignment -w-pin 8061 Initialization is only partially bracketed (same added in src/Makefile.b32) * $(MKDIR) and $(RMDIR) have been replaced with the shell-commands 'md' and 'rd'. When having MingW/Msys programs 'mkdir.exe' and 'rmdir.exe' in $PATH, this confuses Borland's make and the result (the cleaning etc.) would not be as expected. * Removed the preprocessing step; no need for PP_CMD and the .int files. curl.exe builds fine w/o and the makefile gets simpler. * Added a target for creating a compressed hugehelp.c if WITH_ZLIB is defined. It assumes groff, gzip and perl is available if such an "advanced" users requests it. Okay? BTW. My groff and Perl needs unix-slashes ('/'). Other perls should handle both forms ('/' and '\'). | |||
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse | |
Get rid of stdout redirection to NUL and move stderr redirection into RM and RMDIR macros. | |||
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse | |
Check for BCCDIR environment var done now as other checks. | |||
2011-01-12 | build: BCC - require Borlands's MAKE for Makefile.b32 processing. | Yang Tse | |
2011-01-12 | build: BCC - recover lost functionality from commit 3d813204260b37289411 | Yang Tse | |
Borland's $(MAKEDIR) expands to the path where make.exe is located, use this feature to define BCCDIR when user has not defined BCCDIR. | |||
2011-01-12 | build: use external preprocessor cpp32 when building with Borland C | Yang Tse | |
2011-01-11 | Disable LDAP support since BCC headers are insufficient. | Guenter Knauf | |
2011-01-11 | Instead of exiting with error lets set BCCDIR self. | Guenter Knauf | |
2011-01-11 | Some Borland C++ makefile tweaks. | Guenter Knauf | |
2010-08-02 | Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro. | Guenter Knauf | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-05-19 | Remove empty line used to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Add empty line, to force CVS to update the $Id date string format | Yang Tse | |
2004-11-14 | Changes for static/dynamic linking of libcurl. | Gisle Vanem | |
No need to generate a dummy sys/utime.h. Cleanup. | |||
2004-07-15 | fixed zlib suport. | Gunter Knauf | |
2004-07-15 | added just another switch. | Gunter Knauf | |
2004-07-15 | removed old CXXFLAGS; added switch to suppress linker banner. | Gunter Knauf | |
2004-07-15 | removed unneeded libs from linking. | Gunter Knauf | |
2004-07-15 | made OpenSSL support conditional. | Gunter Knauf | |
2004-07-14 | some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe. | Gunter Knauf | |
2004-07-14 | changed to use Makefile.inc. | Gunter Knauf | |
2003-11-27 | James Clancy updated the Borland makefiles | Daniel Stenberg | |
2001-08-09 | Added $Id:$ to the header | Daniel Stenberg | |
2000-12-05 | Added the borland makefiles | Daniel Stenberg | |