On Fri, Dec 18, 2009 at 04:53:41PM -0500, Patrick Galbraith wrote:
[...]
> @@ -11,6 +11,6 @@
> Requires:
> Conflicts:
> Libs: -L${libdir} -levent
> -Libs.private:
> +Libs.private: -lws2_32
> Cflags: -I${includedir}
Hm. Is there some way to do this conditionally? We only want to link
again
On Mon, Dec 21, 2009 at 05:32:02PM +0800, Tao Feng wrote:
> Hello all,
>
> I just started looking into libevent. On Linux the lib and samples
> compile fine and works as expected. But on Windows, how do you
> compile the lib and samples? Is there a script/makefile for this?
I either use mingw or
Hello all,
I just started looking into libevent. On Linux the lib and samples compile fine
and works as expected. But on Windows, how do you compile the lib and samples?
Is there a script/makefile for this?
I see there is a folder WIN32-Prj which contains VS project. The 2.0.3-alpha
one does n