aboutsummaryrefslogtreecommitdiff
path: root/ares/vc/adig/adig.dsp
AgeCommit message (Collapse)Author
2009-10-29Updated MSVC 6.0 workspace and project files that allows buildingYang Tse
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-06-13Remove DEBUGBUILD symbol definition, is not required for programs using the ↵Yang Tse
library.
2009-06-13DEBUGBUILD symbol definition for debug buildsYang Tse
2009-04-30cope with ares_build.h and ares_rules.hYang Tse
2008-05-13update MSVC6 projects to use the multithreaded DLL runtime libraryYang Tse
2007-11-08The only libraries actually needed for sample programs adig andYang Tse
ahost are ws2_32.lib and advapi32.lib
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
2007-04-12update MSVC project files with ares_getopt()Yang Tse
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg