Commit Graph

8 Commits

Author SHA1 Message Date
Yang Tse a24a67bd1e Added another VS10 version string 2010-03-06 10:52:56 +00:00
Yang Tse 5b2a31ae41 - 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 b1a35cd3ac Preserve empty line following last target 2009-11-27 05:24:44 +00:00
Yang Tse b7997d8a3b Changed c-ares naming conventions when using MSVC as described in README.msvc 2009-11-23 11:05:47 +00:00
Yang Tse 5ec8a3ae06 Allow using different extra import libraries for debug and release builds. 2009-11-22 03:40:42 +00:00
Yang Tse fdfbc5d8da Add manifest stuff to msvc makefile 2009-11-21 13:28:07 +00:00
Yang Tse 5f77eea408 Add kernel32.lib 2009-11-11 08:51:31 +00:00
Yang Tse 46f294dbb0 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