Commit Graph

19 Commits

Author SHA1 Message Date
Carsten Larsen 2811e30d49 Release 1.12.0 2017-04-12 01:21:06 +02:00
Gisle Vanem 36ca36eedd Support Visual Studio 2015 2016-01-03 15:41:57 -05:00
Andrew Andkjar cbb466e813 added another version case to Makefile.msvc
nmake version 11.00.61030.0 resolves to CC_VERS_NUM = 110
2015-11-11 09:56:06 +00:00
svante karlsson cac35ac5d8 added define for visual studio 2013 2015-06-25 10:32:03 +02:00
Alex Loukissas df55bfac79 build: fix build on msvc11 2013-05-02 22:46:48 +02:00
Yang Tse be6e6984b5 Makefile.msvc: add four VS version strings 2013-02-13 13:03:44 +01:00
Yang Tse dec9f79d0a Makefile.msvc: add a couple of VS version strings 2011-01-17 21:06:38 +01:00
Yang Tse e5fe34eea6 Makefile.msvc: add a couple of VS version strings 2011-01-17 20:44:23 +01:00
Yang Tse 5a21ba2b66 build: add install target to Makefile.msvc 2011-01-17 19:37:21 +01:00
Yang Tse 137a440a36 Added another VS10 version string 2010-11-16 03:33:54 +01:00
Daniel Stenberg 63627fa5ab remove all $Id$ lines 2010-03-27 19:42:02 +01:00
Yang Tse 05b07653e5 Added another VS10 version string 2010-03-06 10:52:56 +00:00
Yang Tse bb3f003b83 - Where run-time error checks enabling compiler option /GZ was used it is now
replaced with equivalent /RTCsu for Visual Studio 2003 and newer versions.

- Compiler option /GX is now replaced with equivalent /EHsc for all versions.
2009-12-29 01:51:57 +00:00
Yang Tse 103dec073e Preserve empty line following last target 2009-11-27 05:24:44 +00:00
Yang Tse 9084888dca Changed c-ares naming conventions when using MSVC as described in README.msvc 2009-11-23 11:05:47 +00:00
Yang Tse ff90f9dc28 Allow using different extra import libraries for debug and release builds. 2009-11-22 03:40:42 +00:00
Yang Tse 29e173dcff Add manifest stuff to msvc makefile 2009-11-21 13:28:07 +00:00
Yang Tse c91a177d71 Add kernel32.lib 2009-11-11 08:51:31 +00:00
Yang Tse c55589355f Updated MSVC makefile that allows building dynamic and static
c-ares libraries in debug and release flavours.

Additionally each of the three sample programs is built against
each of the four possible c-ares libraries, generating all this
a total number of 12 executables and 4 libraries.
2009-11-09 13:24:11 +00:00