summaryrefslogtreecommitdiff
path: root/src/Makefile.b32
Commit message (Collapse)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* makefiles: Added our standard copyright headerSteve Holme2015-08-301-3/+23
| | | | | But kept the original author, when they were specified in a comment, as the initial copyright holder.
* build: update depedency versions, urls, example makefilesViktor Szakats2015-04-301-1/+1
| | | | | | | - update default versions of dependencies (except for rare/old platforms) - update urls - sync examples makefiles with main ones - remove line ending space
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-1/+1
| | | | | | | 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.
* build: updated dependencies in makefiles.Guenter Knauf2014-12-051-1/+1
|
* build: Renamed CURLX_ONES file list definition to CURLX_CFILESSteve Holme2014-05-211-1/+1
| | | | | | | 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.
* Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1Yang Tse2013-07-191-5/+22
|
* Updated zlib version in build files.Guenter Knauf2013-05-111-1/+1
|
* Updated dependency libs.Guenter Knauf2013-02-091-1/+1
|
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-2/+1
|
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-261-7/+7
|
* 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
|
* src/Makefile.b32: updatesGisle Vanem2011-04-071-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 '\').
* build: BCC - makefile.b32 tweakYang Tse2011-01-131-9/+9
| | | | | 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.
* 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-32/+43
|
* Disable LDAP support since BCC headers are insufficient.Guenter Knauf2011-01-111-1/+2
|
* 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
|
* Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf2010-08-021-1/+1
|
* 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
|
* Changes for static/dynamic linking of libcurl.Gisle Vanem2004-11-141-15/+13
| | | | No need to generate a dummy sys/utime.h. Cleanup.
* fixed zlib suport.Gunter Knauf2004-07-151-1/+1
|
* added just another switch.Gunter Knauf2004-07-151-1/+1
|
* removed old CXXFLAGS; added switch to suppress linker banner.Gunter Knauf2004-07-151-2/+1
|
* removed unneeded libs from linking.Gunter Knauf2004-07-151-10/+8
|
* made OpenSSL support conditional.Gunter Knauf2004-07-151-4/+13
|
* some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe.Gunter Knauf2004-07-141-6/+5
|
* changed to use Makefile.inc.Gunter Knauf2004-07-141-44/+87
|
* James Clancy updated the Borland makefilesDaniel Stenberg2003-11-271-4/+3
|
* Added $Id:$ to the headerDaniel Stenberg2001-08-091-0/+2
|
* Added the borland makefilesDaniel Stenberg2000-12-051-0/+43