Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | lib/Makefile.b32: updates | Gisle Vanem | |
* 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. | |||
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-13 | Enabled SSPI support by default. | Guenter Knauf | |
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-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 | Static lib is libcurl.lib and import lib libcurl_imp.lib. | Gisle Vanem | |
Added implib command. Cleanup | |||
2004-09-19 | removed getdate.c hack. | Gunter Knauf | |
2004-07-16 | changed to use a temporary response file with tlib to give W9x a chance to ↵ | Gunter Knauf | |
build; looks ugly but works fine. | |||
2004-07-15 | some more tweaks, fixed zlib suport. | Gunter Knauf | |
2004-07-15 | made OpenSSL support conditional; | Gunter Knauf | |
removed ugly dependence on Makefile.b32.resp. | |||
2004-07-13 | changed to use Makefile.inc. | Gunter Knauf | |
2004-02-23 | Removed getpass from here. The fact this still was present here indicates | Daniel Stenberg | |
that this file is out of date! | |||
2004-01-13 | Brian R Duffy made the makefile work to build SSL-enabled curl with Borland | Daniel Stenberg | |
C++. | |||
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-11-27 | James Clancy updated the Borland makefiles | Daniel Stenberg | |
2003-03-03 | Added share.obj | Daniel Stenberg | |
2002-12-03 | updated to reality | Daniel Stenberg | |
2001-11-19 | use the ws2_32.lib now (Miklos Nemeth reporteD) | Daniel Stenberg | |
2001-11-02 | Added connect.c. I really need someone to better maintain this makefile... | Daniel Stenberg | |
2001-08-09 | Added $Id:$ string for file version in the header | Daniel Stenberg | |
2001-06-29 | added strtok.c as a source file | Daniel Stenberg | |
2001-04-22 | Rosimildo da Silva corrected them to build a proper lib and to use options | Daniel Stenberg | |
for multi-threading compiling | |||
2001-01-17 | download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history | Daniel Stenberg | |
2000-12-05 | Added the borland makefiles | Daniel Stenberg | |