libuv/include
Ben Noordhuis d56434a21d build: support building a .so
You can now select to build a shared object at configure time:

  $ ./gyp_uv -Dcomponent=shared_library -Dlibrary=shared_library

And build it with:

  $ make -C out BUILDTYPE=Debug # or BUILDTYPE=Release

Or, if you use ninja:

  $ ninja -C out/Debug
2012-11-07 16:55:53 +01:00
..
uv-private include: split off libev function prototypes 2012-11-07 16:55:49 +01:00
uv.h build: support building a .so 2012-11-07 16:55:53 +01:00