> 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
> 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
**