Gisle Vanem
36ca36eedd
Support Visual Studio 2015
9 years ago
Andrew Andkjar
cbb466e813
added another version case to Makefile.msvc
...
nmake version 11.00.61030.0 resolves to CC_VERS_NUM = 110
9 years ago
svante karlsson
cac35ac5d8
added define for visual studio 2013
10 years ago
Alex Loukissas
df55bfac79
build: fix build on msvc11
12 years ago
Yang Tse
be6e6984b5
Makefile.msvc: add four VS version strings
12 years ago
Yang Tse
dec9f79d0a
Makefile.msvc: add a couple of VS version strings
14 years ago
Yang Tse
e5fe34eea6
Makefile.msvc: add a couple of VS version strings
14 years ago
Yang Tse
5a21ba2b66
build: add install target to Makefile.msvc
14 years ago
Yang Tse
137a440a36
Added another VS10 version string
14 years ago
Daniel Stenberg
63627fa5ab
remove all $Id$ lines
15 years ago
Yang Tse
05b07653e5
Added another VS10 version string
15 years ago
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.
15 years ago
Yang Tse
103dec073e
Preserve empty line following last target
15 years ago
Yang Tse
9084888dca
Changed c-ares naming conventions when using MSVC as described in README.msvc
15 years ago
Yang Tse
ff90f9dc28
Allow using different extra import libraries for debug and release builds.
15 years ago
Yang Tse
29e173dcff
Add manifest stuff to msvc makefile
15 years ago
Yang Tse
c91a177d71
Add kernel32.lib
15 years ago
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.
15 years ago