编译方法过程还是很简单的
1、打开vs2005工具命令行。
C:\Program Files (x86)\Microsoft Visual Studio 8\VC>cd /d E:\an_ui\Demo\Projects
\libevent-2.0.21
E:\an_ui\Demo\Projects\libevent-2.0.21>nmake Makefile.nmake
2、编译输出
libevent_core.lib:All core event and buffer functionality. This library contains all the event_base, evbuffer, bufferevent, and utility functions.
libevent_extras.lib:This library defines protocol-specific functionality that you may or may not want for your application, including HTTP, DNS, and RPC.
libevent.lib:This library exists for historical reasons; it contains the contents of both libevent_core and libevent_extra. You shouldn’t use it; it may go away in a future version of Libevent.