Re: [Libevent-users] using libEvent 2.x with Visual C++

2012-06-06 Thread Lee Fisher
> Getting a bit off topic, but I wonder if anyone has tried to make a > wrapper script for CL.EXE that makes it look more like gcc, in terms of > command line options. (Though it would probably need to do other nasty > tricks, like renaming .OBJ files to .o, and .LIB files to .a, and then > rename

Re: [Libevent-users] compile libevent for android

2012-02-07 Thread Lee Fisher
> Is it possible to provide a sample "Android.mk" so that I can build > libevent.so for Android platform. Would it help if you looked at how Orbot (Tor GUI for Android) builds libevent for Android? https://gitweb.torproject.org/orbot.git/blob_plain/master:/BUILD **