Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-29 | - Where run-time error checks enabling compiler option /GZ was used it is now | Yang 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-27 | Preserve empty line following last target | Yang Tse | |
2009-11-23 | Changed c-ares naming conventions when using MSVC as described in README.msvc | Yang Tse | |
2009-11-22 | Allow using different extra import libraries for debug and release builds. | Yang Tse | |
2009-11-21 | Add manifest stuff to msvc makefile | Yang Tse | |
2009-11-11 | Add kernel32.lib | Yang Tse | |
2009-11-09 | Updated MSVC makefile that allows building dynamic and static | Yang 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. |