summaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
Commit message (Collapse)AuthorAgeFilesLines
* Updated zlib version in build files.Guenter Knauf2013-05-111-1/+1
|
* Updated dependency libs.Guenter Knauf2013-02-091-1/+1
|
* Updated dependency libary versions.Guenter Knauf2012-05-221-2/+2
|
* Updated dependency lib versions.Guenter Knauf2012-04-261-1/+1
|
* Updated dependency lib versions.Guenter Knauf2012-04-201-2/+2
|
* lib/Makefile.b32: updatesGisle Vanem2011-04-071-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 tweakYang Tse2011-01-131-12/+12
| | | | | Get rid of stdout redirection to NUL and move stderr redirection into RM and RMDIR macros.
* build: BCC - makefile.b32 tweakYang Tse2011-01-131-1/+1
| | | | Check for BCCDIR environment var done now as other checks.
* Enabled SSPI support by default.Guenter Knauf2011-01-131-0/+5
|
* build: BCC - require Borlands's MAKE for Makefile.b32 processing.Yang Tse2011-01-121-0/+4
|
* build: BCC - recover lost functionality from commit 3d813204260b37289411Yang Tse2011-01-121-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 CYang Tse2011-01-121-28/+45
|
* Disable LDAP support since BCC headers are insufficient.Guenter Knauf2011-01-111-1/+7
|
* Instead of exiting with error lets set BCCDIR self.Guenter Knauf2011-01-111-7/+3
|
* Some Borland C++ makefile tweaks.Guenter Knauf2011-01-111-4/+9
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Remove empty line used to force CVS to update the $Id date string formatYang Tse2009-05-191-1/+0
|
* Add empty line, to force CVS to update the $Id date string formatYang Tse2009-05-181-0/+1
|
* Static lib is libcurl.lib and import lib libcurl_imp.lib.Gisle Vanem2004-11-141-17/+22
| | | | Added implib command. Cleanup
* removed getdate.c hack.Gunter Knauf2004-09-191-6/+0
|
* changed to use a temporary response file with tlib to give W9x a chance to ↵Gunter Knauf2004-07-161-1/+5
| | | | build; looks ugly but works fine.
* some more tweaks, fixed zlib suport.Gunter Knauf2004-07-151-6/+18
|
* made OpenSSL support conditional;Gunter Knauf2004-07-151-14/+27
| | | | removed ugly dependence on Makefile.b32.resp.
* changed to use Makefile.inc.Gunter Knauf2004-07-131-90/+62
|
* Removed getpass from here. The fact this still was present here indicatesDaniel Stenberg2004-02-231-1/+0
| | | | that this file is out of date!
* Brian R Duffy made the makefile work to build SSL-enabled curl with BorlandDaniel Stenberg2004-01-131-6/+12
| | | | C++.
* David J Meyer's large file support.Daniel Stenberg2004-01-051-0/+1
|
* James Clancy updated the Borland makefilesDaniel Stenberg2003-11-271-4/+4
|
* Added share.objDaniel Stenberg2003-03-031-0/+1
|
* updated to realityDaniel Stenberg2002-12-031-1/+5
|
* use the ws2_32.lib now (Miklos Nemeth reporteD)Daniel Stenberg2001-11-191-1/+1
|
* Added connect.c. I really need someone to better maintain this makefile...Daniel Stenberg2001-11-021-1/+2
|
* Added $Id:$ string for file version in the headerDaniel Stenberg2001-08-091-0/+2
|
* added strtok.c as a source fileDaniel Stenberg2001-06-291-1/+2
|
* Rosimildo da Silva corrected them to build a proper lib and to use optionsDaniel Stenberg2001-04-221-4/+5
| | | | for multi-threading compiling
* download.[ch] is renamed to transfer.[ch], highlevel.[ch] is historyDaniel Stenberg2001-01-171-2/+1
|
* Added the borland makefilesDaniel Stenberg2000-12-051-0/+75