aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
AgeCommit message (Collapse)Author
2014-05-09Makefile.b32: Fixed for vtls changesSteve Holme
Follow up fix to commits a47c142a88, 11e8066ef9 and 92b9ae5c5d. Bug: http://curl.haxx.se/mail/lib-2014-05/0025.html Reported and assisted by: Jon Torrey
2013-07-19Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1Yang Tse
2013-05-11Updated zlib version in build files.Guenter Knauf
2013-02-09Updated dependency libs.Guenter Knauf
2012-05-22Updated dependency libary versions.Guenter Knauf
2012-04-26Updated dependency lib versions.Guenter Knauf
2012-04-20Updated dependency lib versions.Guenter Knauf
2011-04-07lib/Makefile.b32: updatesGisle 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-13build: BCC - makefile.b32 tweakYang Tse
Get rid of stdout redirection to NUL and move stderr redirection into RM and RMDIR macros.
2011-01-13build: BCC - makefile.b32 tweakYang Tse
Check for BCCDIR environment var done now as other checks.
2011-01-13Enabled SSPI support by default.Guenter Knauf
2011-01-12build: BCC - require Borlands's MAKE for Makefile.b32 processing.Yang Tse
2011-01-12build: BCC - recover lost functionality from commit 3d813204260b37289411Yang 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-12build: use external preprocessor cpp32 when building with Borland CYang Tse
2011-01-11Disable LDAP support since BCC headers are insufficient.Guenter Knauf
2011-01-11Instead of exiting with error lets set BCCDIR self.Guenter Knauf
2011-01-11Some Borland C++ makefile tweaks.Guenter Knauf
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-05-19Remove empty line used to force CVS to update the $Id date string formatYang Tse
2009-05-18Add empty line, to force CVS to update the $Id date string formatYang Tse
2004-11-14Static lib is libcurl.lib and import lib libcurl_imp.lib.Gisle Vanem
Added implib command. Cleanup
2004-09-19removed getdate.c hack.Gunter Knauf
2004-07-16changed to use a temporary response file with tlib to give W9x a chance to ↵Gunter Knauf
build; looks ugly but works fine.
2004-07-15some more tweaks, fixed zlib suport.Gunter Knauf
2004-07-15made OpenSSL support conditional;Gunter Knauf
removed ugly dependence on Makefile.b32.resp.
2004-07-13changed to use Makefile.inc.Gunter Knauf
2004-02-23Removed getpass from here. The fact this still was present here indicatesDaniel Stenberg
that this file is out of date!
2004-01-13Brian R Duffy made the makefile work to build SSL-enabled curl with BorlandDaniel Stenberg
C++.
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-11-27James Clancy updated the Borland makefilesDaniel Stenberg
2003-03-03Added share.objDaniel Stenberg
2002-12-03updated to realityDaniel Stenberg
2001-11-19use the ws2_32.lib now (Miklos Nemeth reporteD)Daniel Stenberg
2001-11-02Added connect.c. I really need someone to better maintain this makefile...Daniel Stenberg
2001-08-09Added $Id:$ string for file version in the headerDaniel Stenberg
2001-06-29added strtok.c as a source fileDaniel Stenberg
2001-04-22Rosimildo da Silva corrected them to build a proper lib and to use optionsDaniel Stenberg
for multi-threading compiling
2001-01-17download.[ch] is renamed to transfer.[ch], highlevel.[ch] is historyDaniel Stenberg
2000-12-05Added the borland makefilesDaniel Stenberg