summaryrefslogtreecommitdiff
path: root/Makefile.msvc
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02build: fix build on msvc11Alex Loukissas1-0/+2
2013-02-13Makefile.msvc: add four VS version stringsYang Tse1-1/+9
2011-01-17Makefile.msvc: add a couple of VS version stringsYang Tse1-0/+4
2011-01-17Makefile.msvc: add a couple of VS version stringsYang Tse1-0/+4
2011-01-17build: add install target to Makefile.msvcYang Tse1-0/+35
2010-11-16Added another VS10 version stringYang Tse1-0/+2
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-03-06Added another VS10 version stringYang Tse1-1/+3
2009-12-29- Where run-time error checks enabling compiler option /GZ was used it is nowYang Tse1-2/+8
replaced with equivalent /RTCsu for Visual Studio 2003 and newer versions. - Compiler option /GX is now replaced with equivalent /EHsc for all versions.
2009-11-27Preserve empty line following last targetYang Tse1-1/+3
2009-11-23Changed c-ares naming conventions when using MSVC as described in README.msvcYang Tse1-30/+34
2009-11-22Allow using different extra import libraries for debug and release builds.Yang Tse1-12/+14
2009-11-21Add manifest stuff to msvc makefileYang Tse1-0/+6
2009-11-11Add kernel32.libYang Tse1-1/+1
2009-11-09Updated MSVC makefile that allows building dynamic and staticYang Tse1-0/+453
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.