Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated zlib version in build files. | Guenter Knauf | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Updated dependency libs. | Guenter Knauf | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Updated dependency libary versions. | Guenter Knauf | 2012-05-22 | 1 | -2/+2 |
| | |||||
* | Updated dependency lib versions. | Guenter Knauf | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Updated dependency lib versions. | Guenter Knauf | 2012-04-20 | 1 | -2/+2 |
| | |||||
* | lib/Makefile.b32: updates | Gisle Vanem | 2011-04-07 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Rename the object object directory from 'objs' to 'BCC_obj'. I feel it should be named properly. Ref. Makefile.Watcom where it's called 'WC_Win32.obj'. * 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 I'm sure the warnings could be fixed the "proper" way or with some added "#pragma" statements. But that just clutters the sources IMHO. * $(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. * Added a ".path.int = $(OBJDIR)" to tell make where the $(PREPROCESSED) files are. Why we need the preprocess step in the fist place is beyond me (Yang?). But I'll leave that for now. | ||||
* | build: BCC - makefile.b32 tweak | Yang Tse | 2011-01-13 | 1 | -12/+12 |
| | | | | | Get rid of stdout redirection to NUL and move stderr redirection into RM and RMDIR macros. | ||||
* | build: BCC - makefile.b32 tweak | Yang Tse | 2011-01-13 | 1 | -1/+1 |
| | | | | Check for BCCDIR environment var done now as other checks. | ||||
* | Enabled SSPI support by default. | Guenter Knauf | 2011-01-13 | 1 | -0/+5 |
| | |||||
* | build: BCC - require Borlands's MAKE for Makefile.b32 processing. | Yang Tse | 2011-01-12 | 1 | -0/+4 |
| | |||||
* | build: BCC - recover lost functionality from commit 3d813204260b37289411 | Yang Tse | 2011-01-12 | 1 | -3/+4 |
| | | | | | Borland's $(MAKEDIR) expands to the path where make.exe is located, use this feature to define BCCDIR when user has not defined BCCDIR. | ||||
* | build: use external preprocessor cpp32 when building with Borland C | Yang Tse | 2011-01-12 | 1 | -28/+45 |
| | |||||
* | Disable LDAP support since BCC headers are insufficient. | Guenter Knauf | 2011-01-11 | 1 | -1/+7 |
| | |||||
* | Instead of exiting with error lets set BCCDIR self. | Guenter Knauf | 2011-01-11 | 1 | -7/+3 |
| | |||||
* | Some Borland C++ makefile tweaks. | Guenter Knauf | 2011-01-11 | 1 | -4/+9 |
| | |||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | Remove empty line used to force CVS to update the $Id date string format | Yang Tse | 2009-05-19 | 1 | -1/+0 |
| | |||||
* | Add empty line, to force CVS to update the $Id date string format | Yang Tse | 2009-05-18 | 1 | -0/+1 |
| | |||||
* | Static lib is libcurl.lib and import lib libcurl_imp.lib. | Gisle Vanem | 2004-11-14 | 1 | -17/+22 |
| | | | | Added implib command. Cleanup | ||||
* | removed getdate.c hack. | Gunter Knauf | 2004-09-19 | 1 | -6/+0 |
| | |||||
* | changed to use a temporary response file with tlib to give W9x a chance to ↵ | Gunter Knauf | 2004-07-16 | 1 | -1/+5 |
| | | | | build; looks ugly but works fine. | ||||
* | some more tweaks, fixed zlib suport. | Gunter Knauf | 2004-07-15 | 1 | -6/+18 |
| | |||||
* | made OpenSSL support conditional; | Gunter Knauf | 2004-07-15 | 1 | -14/+27 |
| | | | | removed ugly dependence on Makefile.b32.resp. | ||||
* | changed to use Makefile.inc. | Gunter Knauf | 2004-07-13 | 1 | -90/+62 |
| | |||||
* | Removed getpass from here. The fact this still was present here indicates | Daniel Stenberg | 2004-02-23 | 1 | -1/+0 |
| | | | | that this file is out of date! | ||||
* | Brian R Duffy made the makefile work to build SSL-enabled curl with Borland | Daniel Stenberg | 2004-01-13 | 1 | -6/+12 |
| | | | | C++. | ||||
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -0/+1 |
| | |||||
* | James Clancy updated the Borland makefiles | Daniel Stenberg | 2003-11-27 | 1 | -4/+4 |
| | |||||
* | Added share.obj | Daniel Stenberg | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | updated to reality | Daniel Stenberg | 2002-12-03 | 1 | -1/+5 |
| | |||||
* | use the ws2_32.lib now (Miklos Nemeth reporteD) | Daniel Stenberg | 2001-11-19 | 1 | -1/+1 |
| | |||||
* | Added connect.c. I really need someone to better maintain this makefile... | Daniel Stenberg | 2001-11-02 | 1 | -1/+2 |
| | |||||
* | Added $Id:$ string for file version in the header | Daniel Stenberg | 2001-08-09 | 1 | -0/+2 |
| | |||||
* | added strtok.c as a source file | Daniel Stenberg | 2001-06-29 | 1 | -1/+2 |
| | |||||
* | Rosimildo da Silva corrected them to build a proper lib and to use options | Daniel Stenberg | 2001-04-22 | 1 | -4/+5 |
| | | | | for multi-threading compiling | ||||
* | download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history | Daniel Stenberg | 2001-01-17 | 1 | -2/+1 |
| | |||||
* | Added the borland makefiles | Daniel Stenberg | 2000-12-05 | 1 | -0/+75 |