Lines Matching refs:ares
9 How to build c-ares using MSVC or Visual Studio
20 Change to c-ares source folder where Makefile.msvc file is located and run:
24 This will build all c-ares libraries as well as three sample programs.
28 depends on the MSVC compiler version being used to build c-ares.
32 holds the c-ares libraries you have just generated, the other three
35 The above command builds four versions of the c-ares library, dynamic
46 In order to allow easy usage of c-ares libraries it may be convenient to
47 install c-ares libraries and header files to a common subdirectory tree.
49 Once that c-ares libraries have been built using procedure described above,
51 to designate the top subdirectory where installation of c-ares libraries and
54 > set INSTALL_DIR=c:\c-ares
60 Installation procedure will copy c-ares libraries to subdirectory 'lib' and
61 c-ares header files to subdirectory 'include' below the INSTALL_DIR subdir.
64 to c-ares source folder where Makefile.msvc file is located.
80 Dynamic and static c-ares libraries are built in debug and release flavours,
108 Relationship between c-ares library file names and versions
111 c-ares static release library version files:
115 c-ares static debug library version files:
119 c-ares dynamic release library version files:
125 c-ares dynamic debug library version files:
133 How to use c-ares static libraries
136 When using the c-ares static library in your program, you will have to