"C. Bergström" Wrote:
-------------------------------------------------------
> If you guys ever consider switching to cmake it
> does an awesome job of
> generating native project files. This *really*
> can help with building
> things on Win and other unsane platforms.
I think the whole point of Nginx is keeping it simple and avoid any kind
of dependencies as much as possible.
And it's actually not that hard to build Nginx for windows. Just take
a look on the MSYS project. I think it comes with mingw, but you can
download it separately. Sure it needs a little help, but works.