aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.vc6
AgeCommit message (Collapse)Author
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.
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse
2009-09-07Update email address.Gisle Vanem
2009-09-05changed u_int16_t to unsigned short because it is the only place within ares ↵Gunter Knauf
and curl where such a type would be used; also it broke many autobuilds. We should probably introduce an ares_port_t if we want to use a type here.
2009-09-05Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I ↵Gisle Vanem
don't like; we should not depend on such non-universal types in a public header. But this is just a quick fix.
2009-06-13DEBUGBUILD symbol definition for debug buildsYang Tse
2009-06-08Update comment about "ML". Removed "-D_USE_32BIT_TIME_T" (not a requirement).Gisle Vanem
2009-05-18- Provide in external interface preprocessor symbol definitions forYang Tse
CARES_HAVE_ARES_LIBRARY_INIT and CARES_HAVE_ARES_LIBRARY_CLEANUP to ease the use of new capabilities. - Move ares_version() prototype to ares.h
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse
2009-04-30cope with ares_build.h and ares_rules.h follow-upYang Tse
2009-04-30fix EOLYang Tse
2009-04-30cope with ares_build.h and ares_rules.hYang Tse
2008-12-08ares_writev() shall not be exported when using Watt-32 (has writev).Gisle Vanem
Added _USE_32BIT_TIME_T to avoid runtime warning. Applies to VC-2008+ only.
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse
that lacks the writev function.
2008-09-15rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse
lacks the strcasecmp function.
2008-08-20Export 'ares_process_fd' too.Yang Tse
2008-05-22MSVC6+ clean-up targets must also remove acountry.exeYang Tse
2008-05-09Use monotonic time source if available.Yang Tse
2007-12-11Added build of acountry.exe.Gisle Vanem
2007-10-02Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.Yang Tse
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-12use ares_getopt for all platformsYang Tse
2007-02-19Added ares_parse_ns_reply.obj etc.Gisle Vanem
2006-12-11ahost.exe needs getopt.obj.Gisle Vanem
2006-07-29include setup_once.h dependency and adjust to 80 char lines.Yang Tse
2006-01-04Added ares_getsock.obj.Gisle Vanem
2005-12-18Make it compatible with vc60 and vc71Yang Tse
2005-11-12Fixed typo. Detabified.Gisle Vanem
2005-11-10Defines moved to config-win32.h.Gisle Vanem
2005-11-09Add cvs id.Gisle Vanem
2005-11-09I hate MS-devstudio project files.Gisle Vanem