Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | VC: remove the makefile.vc6 build infra | Daniel Stenberg | |
The winbuild/ build files is now the single MSVC makefile build choice. Closes #1215 | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-07-21 | makefile: Added support for VC14 | Steve Holme | |
2014-12-09 | VC build: added sspi define for winssl-zlib builds. | Guenter Knauf | |
2014-11-08 | Makefile.dist: Added support for WinIDN | Steve Holme | |
2014-11-08 | Makefile.dist: Added some missing SSPI configurations | Steve Holme | |
2014-11-08 | Makefile.dist: Separated the groups of SSL configurations from each other | Steve Holme | |
2014-11-08 | Makefile.dist: Grouped the x64 configurations next to their x86 counterparts | Steve Holme | |
2014-10-23 | Added VC ssh2 target to main Makefile. | Guenter Knauf | |
2014-01-11 | Makefile.dist: Added support for VC7 | Steve Holme | |
Currently VC7 and VC7.1 builds have to be ran with the VC variable set to vc6 which is not only inconsistent with the nmake winbuild system but also with newer versions of Visual Studio supported by this file. Note: This doesn't break the build for anyone still running with the VC variable set to vc6 or not set (which defaults to vc6). | |||
2014-01-08 | makefile: Added support for VC12 | Steve Holme | |
2014-01-08 | makefile: Added support for VC11 | Steve Holme | |
2014-01-05 | Makefile: Added missing WinSSL and x64 configurations | Steve Holme | |
2013-07-08 | Added winssl-zlib target to VC builds. | Guenter Knauf | |
2011-09-25 | Changed some main makefile targets. | Guenter Knauf | |
2011-04-19 | Improve MinGW static makefile builds. | Guenter Knauf | |
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. | |||
2011-01-13 | Use MAKE macro with BCC targets. | Guenter Knauf | |
2010-10-13 | Added MingW32 rtmp target; changed Watcom targets. | Guenter Knauf | |
Modified Watcom targets to avoid backslashs so that they can work on Linux too. | |||
2010-09-02 | Added some hacks in order to build with VC from git. | Guenter Knauf | |
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. | |||
2010-07-29 | Make Watcom makefiles use Makefile.inc to reduce future maintainance. | Guenter Knauf | |
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. | |||
2010-04-20 | replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles | Ruslan Gazizov | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-11-23 | - David Byron modified Makefile.dist vc8 and vc9 targets in order to allow | Yang Tse | |
finer granularity control when generating src and lib makefiles. | |||
2009-10-06 | Fix vc-x64 target having MACHINE= wrongly positioned, and added vc-x64-ssl-zlib | Yang Tse | |
target as indicated end requested by Viktor Szakats in bug report #2872879. | |||
2009-01-13 | Karl Moerder removed wsock32.lib from the vc9 makefiles | Daniel Stenberg | |
2009-01-11 | - Karl M brought the patch that creates vc9 Makefiles, and I made 'maketgz' | Daniel Stenberg | |
now use the actual makefile targets to do the VC8 and VC9 makefiles. | |||
2008-08-28 | Andres Garcia pointed out these Makefile mistakes... | Daniel Stenberg | |
2008-08-23 | - Running 'make ca-firefox' in the root build dir will now run the new | Daniel Stenberg | |
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. | |||
2008-02-10 | removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl. | Gunter Knauf | |
2008-02-09 | make use of mv's backup feature so that calling the ca-bundle target more ↵ | Gunter Knauf | |
than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename. | |||
2008-02-08 | added ca-bundle target to main makefile; | Gunter Knauf | |
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? | |||
2008-01-19 | added a (sample) target for 64bit msvc builds | Daniel Stenberg | |
2007-08-03 | Peteris Krumins pointed out that the standard MingW32 build depends on zlib; ↵ | Gunter Knauf | |
removed that, and added another option for zlib build, and renamed all other targets to reflect zlib dependency. | |||
2007-07-13 | Daniel Cater made the vc8-generating line use double-quotes to run fine on | Daniel Stenberg | |
windows | |||
2007-06-22 | added netware install target | Gunter Knauf | |
2007-04-12 | add a 'vc8' target that (re-)builds the */Makefile.vc8 files | Daniel Stenberg | |
2007-03-02 | - Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8 | Daniel Stenberg | |
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 | |||
2007-01-28 | enabled build with sspi. | Gunter Knauf | |
2007-01-27 | update copyright year notice | Yang Tse | |
2007-01-25 | added targets for libssh2 builds. | Gunter Knauf | |
2005-08-10 | added some more NetWare targets. | Gunter Knauf | |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-11 | fixed two leftover from Christopher's patch | Daniel Stenberg | |
2005-01-18 | Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch. | Daniel Stenberg | |
2005-01-08 | Added Watcom targets. | Gisle Vanem | |
2004-11-13 | MingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles. | Gisle Vanem | |
2004-07-15 | added borland-ssl and borland-ssl-zlib targets. | Gunter Knauf | |
2004-07-14 | changed Borland target since Borland's make doesnt understand '&'. | Gunter Knauf | |
2004-07-11 | added new vc-zlib target. | Gunter Knauf | |
2004-07-06 | added vc-ssl-zlib target. | Gunter Knauf | |