1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 20:19:42 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
dec9f79d0a Makefile.msvc: add a couple of VS version strings 2011-01-17 21:06:38 +01:00
e5fe34eea6 Makefile.msvc: add a couple of VS version strings 2011-01-17 20:44:23 +01:00
5a21ba2b66 build: add install target to Makefile.msvc 2011-01-17 19:37:21 +01:00
137a440a36 Added another VS10 version string 2010-11-16 03:33:54 +01:00
63627fa5ab remove all $Id$ lines 2010-03-27 19:42:02 +01:00
05b07653e5 Added another VS10 version string 2010-03-06 10:52:56 +00:00
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
103dec073e Preserve empty line following last target 2009-11-27 05:24:44 +00:00
9084888dca Changed c-ares naming conventions when using MSVC as described in README.msvc 2009-11-23 11:05:47 +00:00
ff90f9dc28 Allow using different extra import libraries for debug and release builds. 2009-11-22 03:40:42 +00:00
29e173dcff Add manifest stuff to msvc makefile 2009-11-21 13:28:07 +00:00
c91a177d71 Add kernel32.lib 2009-11-11 08:51:31 +00:00
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