Re: [Libevent-users] Patch for mingw64 (64-bit windows)

2009-12-21 Thread Nick Mathewson
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

Re: [Libevent-users] Lib and sample's compilation on Windows

2009-12-21 Thread Nick Mathewson
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

[Libevent-users] Lib and sample's compilation on Windows

2009-12-21 Thread Tao Feng
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