aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.msvc
AgeCommit message (Collapse)Author
2010-03-24remove the ares subtreeDaniel Stenberg
c-ares is now hosted entirely separate from the curl project see http://c-ares.haxx.se/ for all details concerning c-ares, its source repository and more.
2010-03-06Added another VS10 version stringYang Tse
2009-12-29- Where run-time error checks enabling compiler option /GZ was used it is nowYang Tse
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 Tse
2009-11-23Changed c-ares naming conventions when using MSVC as described in README.msvcYang Tse
2009-11-22Allow using different extra import libraries for debug and release builds.Yang Tse
2009-11-21Add manifest stuff to msvc makefileYang Tse
2009-11-11Add kernel32.libYang Tse
2009-11-09Updated MSVC makefile that allows building dynamic and staticYang Tse
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.