Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed some main makefile targets. | Guenter Knauf | 2011-09-25 | 1 | -20/+18 |
| | |||||
* | Improve MinGW static makefile builds. | Guenter Knauf | 2011-04-19 | 1 | -20/+8 |
| | | | | | | | | It is now possible to use any combination of features without having to 1st add makefile targets to the main makefile. The main makefile now passes the 'mingw32-feat1-feat2' as var CFG, and the ./[lib|src]/Makefile.m32 parses the CFG var to determine the features to be enabled. | ||||
* | Use MAKE macro with BCC targets. | Guenter Knauf | 2011-01-13 | 1 | -8/+8 |
| | |||||
* | Added MingW32 rtmp target; changed Watcom targets. | Guenter Knauf | 2010-10-13 | 1 | -12/+10 |
| | | | | | Modified Watcom targets to avoid backslashs so that they can work on Linux too. | ||||
* | Added some hacks in order to build with VC from git. | Guenter Knauf | 2010-09-02 | 1 | -16/+29 |
| | | | | | Adam Light posted this patch to the list which enables builds from git with VC versions other than vc6; also he added a vc10 target. | ||||
* | Make Watcom makefiles use Makefile.inc to reduce future maintainance. | Guenter Knauf | 2010-07-29 | 1 | -6/+12 |
| | | | | | | lib/Makefile.Watcom works fine already, for src/Makefile.Watcom we need first to tweak src/Makefile.inc a bit - therefore the handtweaked list still exists for now. | ||||
* | replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles | Ruslan Gazizov | 2010-04-20 | 1 | -5/+5 |
| | |||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | - David Byron modified Makefile.dist vc8 and vc9 targets in order to allow | Yang Tse | 2009-11-23 | 1 | -4/+14 |
| | | | | finer granularity control when generating src and lib makefiles. | ||||
* | Fix vc-x64 target having MACHINE= wrongly positioned, and added vc-x64-ssl-zlib | Yang Tse | 2009-10-06 | 1 | -2/+8 |
| | | | | target as indicated end requested by Viktor Szakats in bug report #2872879. | ||||
* | Karl Moerder removed wsock32.lib from the vc9 makefiles | Daniel Stenberg | 2009-01-13 | 1 | -2/+2 |
| | |||||
* | - Karl M brought the patch that creates vc9 Makefiles, and I made 'maketgz' | Daniel Stenberg | 2009-01-11 | 1 | -1/+8 |
| | | | | now use the actual makefile targets to do the VC8 and VC9 makefiles. | ||||
* | Andres Garcia pointed out these Makefile mistakes... | Daniel Stenberg | 2008-08-28 | 1 | -1/+1 |
| | |||||
* | - Running 'make ca-firefox' in the root build dir will now run the new | Daniel Stenberg | 2008-08-23 | 1 | -1/+3 |
| | | | | | | firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl. | ||||
* | removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl. | Gunter Knauf | 2008-02-10 | 1 | -2/+1 |
| | |||||
* | make use of mv's backup feature so that calling the ca-bundle target more ↵ | Gunter Knauf | 2008-02-09 | 1 | -1/+1 |
| | | | | than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename. | ||||
* | added ca-bundle target to main makefile; | Gunter Knauf | 2008-02-08 | 1 | -3/+10 |
| | | | | | for now this does rename the existing ca-bundle.crt to ca-bundle.crt.old; maybe we can remove this once we are 100% sure that the new script works properly, and just overwrite the shipping one? | ||||
* | added a (sample) target for 64bit msvc builds | Daniel Stenberg | 2008-01-19 | 1 | -1/+7 |
| | |||||
* | Peteris Krumins pointed out that the standard MingW32 build depends on zlib; ↵ | Gunter Knauf | 2007-08-03 | 1 | -3/+7 |
| | | | | removed that, and added another option for zlib build, and renamed all other targets to reflect zlib dependency. | ||||
* | Daniel Cater made the vc8-generating line use double-quotes to run fine on | Daniel Stenberg | 2007-07-13 | 1 | -2/+2 |
| | | | | windows | ||||
* | added netware install target | Gunter Knauf | 2007-06-22 | 1 | -0/+4 |
| | |||||
* | add a 'vc8' target that (re-)builds the */Makefile.vc8 files | Daniel Stenberg | 2007-04-12 | 1 | -0/+5 |
| | |||||
* | - Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8 | Daniel Stenberg | 2007-03-02 | 1 | -48/+50 |
| | | | | | | | | | makefiles that are included in the source release archives, generated from the Makefile.vc6 files by the maketgz script. I also modified the root Makefile to have a VC variable that defaults to vc6 but can be overridden to allow it to be used for vc8 as well. Like this: nmake VC=vc8 vc | ||||
* | enabled build with sspi. | Gunter Knauf | 2007-01-28 | 1 | -0/+4 |
| | |||||
* | update copyright year notice | Yang Tse | 2007-01-27 | 1 | -1/+1 |
| | |||||
* | added targets for libssh2 builds. | Gunter Knauf | 2007-01-25 | 1 | -0/+8 |
| | |||||
* | added some more NetWare targets. | Gunter Knauf | 2005-08-10 | 1 | -2/+14 |
| | |||||
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | fixed two leftover from Christopher's patch | Daniel Stenberg | 2005-03-11 | 1 | -0/+6 |
| | |||||
* | Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch. | Daniel Stenberg | 2005-01-18 | 1 | -4/+65 |
| | |||||
* | Added Watcom targets. | Gisle Vanem | 2005-01-08 | 1 | -0/+12 |
| | |||||
* | MingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles. | Gisle Vanem | 2004-11-13 | 1 | -8/+8 |
| | |||||
* | added borland-ssl and borland-ssl-zlib targets. | Gunter Knauf | 2004-07-15 | 1 | -0/+18 |
| | |||||
* | changed Borland target since Borland's make doesnt understand '&'. | Gunter Knauf | 2004-07-14 | 1 | -2/+4 |
| | |||||
* | added new vc-zlib target. | Gunter Knauf | 2004-07-11 | 1 | -1/+7 |
| | |||||
* | added vc-ssl-zlib target. | Gunter Knauf | 2004-07-06 | 1 | -0/+6 |
| | |||||
* | added 'clean' targets for mingw32 and netware. | Gunter Knauf | 2004-06-22 | 1 | -0/+8 |
| | |||||
* | Günter Knauf's netware fix | Daniel Stenberg | 2004-06-04 | 1 | -2/+6 |
| | |||||
* | use tabs, not spaces! | Daniel Stenberg | 2004-03-21 | 1 | -2/+2 |
| | |||||
* | Günter Knauf's NetWare changes. | Daniel Stenberg | 2004-03-17 | 1 | -1/+3 |
| | |||||
* | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg | 2004-02-26 | 1 | -8/+8 |
| | |||||
* | use the *correct* header! | Daniel Stenberg | 2004-01-13 | 1 | -10/+10 |
| | |||||
* | fix the copyright string years | Daniel Stenberg | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | Diego Casorran's amiga build patch | Daniel Stenberg | 2003-12-10 | 1 | -0/+6 |
| | |||||
* | Dylan Ellicott added the vc-libcurl-ssl-dll target | Daniel Stenberg | 2003-10-22 | 1 | -0/+6 |
| | |||||
* | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | 2003-05-21 | 1 | -0/+4 |
| | |||||
* | Added ZLIB switch for activation of content encoding in Makefile.m32 | Joern Hartroth | 2002-09-07 | 1 | -4/+4 |
| | |||||
* | happy new year | Daniel Stenberg | 2002-02-25 | 1 | -1/+1 |
| | |||||
* | Miklos Nemeth windows update | Daniel Stenberg | 2002-02-06 | 1 | -0/+6 |
| | |||||
* | SM's vc target updates | Daniel Stenberg | 2001-11-21 | 1 | -3/+3 |
| |