Added shell script to import libev (without ev++.h)
[ioevent.git] / import_libev.sh
blob428ad9d243feda57c02bfc831e79c7ab5c4fd541
1 #!/bin/sh
3 LIBEV_SRC=../libev-3.2
5 cp $LIBEV_SRC/ev.h .
6 cp $LIBEV_SRC/event.h .
7 cp $LIBEV_SRC/ev_vars.h .
8 cp $LIBEV_SRC/ev_wrap.h .
9 cp $LIBEV_SRC/ev*.c .