Steve Holme
7cd45b297e
Makefile.dist: Added support for VC7
...
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-11 14:33:42 +00:00
Steve Holme
0151316183
makefile: Added support for VC12
2014-01-08 02:26:42 +00:00
Steve Holme
aa1ee9e7a2
makefile: Added support for VC11
2014-01-08 01:36:33 +00:00
Steve Holme
fca7930dfa
Makefile: Added missing WinSSL and x64 configurations
2014-01-05 21:13:12 +00:00
Guenter Knauf
aff245b360
Added winssl-zlib target to VC builds.
2013-07-08 17:46:15 +02:00
Guenter Knauf
e276802ff8
Changed some main makefile targets.
2011-09-25 17:43:50 +02:00
Guenter Knauf
eb65a49bef
Improve MinGW static makefile builds.
...
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-04-19 20:59:24 +02:00
Guenter Knauf
db2e425346
Use MAKE macro with BCC targets.
2011-01-13 02:48:11 +01:00
Guenter Knauf
04ae23afff
Added MingW32 rtmp target; changed Watcom targets.
...
Modified Watcom targets to avoid backslashs so that they can
work on Linux too.
2010-10-13 16:38:24 +02:00
Guenter Knauf
864d5add0d
Added some hacks in order to build with VC from git.
...
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-09-02 00:22:41 +02:00
Guenter Knauf
6ad0acb608
Make Watcom makefiles use Makefile.inc to reduce future maintainance.
...
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-07-29 03:50:09 +02:00
Ruslan Gazizov
2164b6b463
replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles
2010-04-20 16:30:10 +02:00
Daniel Stenberg
2309b4e330
remove the CVSish $Id$ lines
2010-03-24 11:02:54 +01:00
Yang Tse
405e18571e
- David Byron modified Makefile.dist vc8 and vc9 targets in order to allow
...
finer granularity control when generating src and lib makefiles.
2009-11-23 16:48:31 +00:00
Yang Tse
45e093fc45
Fix vc-x64 target having MACHINE= wrongly positioned, and added vc-x64-ssl-zlib
...
target as indicated end requested by Viktor Szakats in bug report #2872879 .
2009-10-06 14:14:13 +00:00
Daniel Stenberg
8fbfd5916d
Karl Moerder removed wsock32.lib from the vc9 makefiles
2009-01-13 23:29:56 +00:00
Daniel Stenberg
f7e3bd28b4
- Karl M brought the patch that creates vc9 Makefiles, and I made 'maketgz'
...
now use the actual makefile targets to do the VC8 and VC9 makefiles.
2009-01-11 13:34:05 +00:00
Daniel Stenberg
33638d5347
Andres Garcia pointed out these Makefile mistakes...
2008-08-28 20:08:37 +00:00
Daniel Stenberg
1c04aa54a7
- Running 'make ca-firefox' in the root build dir will now run the new
...
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-08-23 22:02:41 +00:00
Gunter Knauf
940c075bd8
removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.
2008-02-10 01:32:43 +00:00
Gunter Knauf
d6f47cc60c
make use of mv's backup feature so that calling the ca-bundle target more 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-09 15:07:35 +00:00
Gunter Knauf
5dc1240c49
added ca-bundle target to main makefile;
...
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-02-08 02:57:27 +00:00
Daniel Stenberg
bd40b3ff3f
added a (sample) target for 64bit msvc builds
2008-01-19 11:33:06 +00:00
Gunter Knauf
efaab37698
Peteris Krumins pointed out that the standard MingW32 build depends on zlib; removed that, and added another option for zlib build, and renamed all other targets to reflect zlib dependency.
2007-08-03 11:24:22 +00:00
Daniel Stenberg
fea938cbcb
Daniel Cater made the vc8-generating line use double-quotes to run fine on
...
windows
2007-07-13 19:38:36 +00:00
Gunter Knauf
0f9e209534
added netware install target
2007-06-22 21:10:41 +00:00
Daniel Stenberg
2566a5d4da
add a 'vc8' target that (re-)builds the */Makefile.vc8 files
2007-04-12 20:41:24 +00:00
Daniel Stenberg
d3b89e114a
- Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8
...
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-03-02 22:42:43 +00:00
Gunter Knauf
daf527b276
enabled build with sspi.
2007-01-28 21:54:10 +00:00
Yang Tse
b6f889085d
update copyright year notice
2007-01-27 03:43:05 +00:00
Gunter Knauf
5aefdd93cb
added targets for libssh2 builds.
2007-01-25 13:15:47 +00:00
Gunter Knauf
69af552bc1
added some more NetWare targets.
2005-08-10 19:26:33 +00:00
Daniel Stenberg
ab4086bc24
Updated the copyright year since changes have been this year.
2005-03-31 07:02:02 +00:00
Daniel Stenberg
d90472dd64
fixed two leftover from Christopher's patch
2005-03-11 15:10:08 +00:00
Daniel Stenberg
b1080f7c9a
Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch.
2005-01-18 10:17:34 +00:00
Gisle Vanem
945423e83a
Added Watcom targets.
2005-01-08 16:12:27 +00:00
Gisle Vanem
fd64213c2f
MingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles.
2004-11-13 16:57:56 +00:00
Gunter Knauf
4b217efb84
added borland-ssl and borland-ssl-zlib targets.
2004-07-15 22:20:52 +00:00
Gunter Knauf
982530b186
changed Borland target since Borland's make doesnt understand '&'.
2004-07-14 11:39:29 +00:00
Gunter Knauf
11f58ea896
added new vc-zlib target.
2004-07-11 12:31:29 +00:00
Gunter Knauf
842e4aaa0d
added vc-ssl-zlib target.
2004-07-06 01:52:32 +00:00
Gunter Knauf
450c178d77
added 'clean' targets for mingw32 and netware.
2004-06-22 18:26:23 +00:00
Daniel Stenberg
473f6ea9f0
Günter Knauf's netware fix
2004-06-04 07:04:32 +00:00
Daniel Stenberg
606715b2cd
use tabs, not spaces!
2004-03-21 15:32:15 +00:00
Daniel Stenberg
5b55f9ecb3
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
Daniel Stenberg
4515d06465
David Byron's fixes to make the latest curl build fine under MSVC 6.
2004-02-26 16:23:28 +00:00
Daniel Stenberg
3c1bb36193
use the *correct* header!
2004-01-13 08:57:01 +00:00
Daniel Stenberg
35fd3a3139
fix the copyright string years
2004-01-13 07:42:11 +00:00
Daniel Stenberg
134ab91358
Diego Casorran's amiga build patch
2003-12-10 13:51:42 +00:00
Daniel Stenberg
715c3f6482
Dylan Ellicott added the vc-libcurl-ssl-dll target
2003-10-22 11:26:58 +00:00