repo.or.cz
/
ioevent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added shell script to import libev (without ev++.h)
[ioevent.git]
/
import_libev.sh
blob
428ad9d243feda57c02bfc831e79c7ab5c4fd541
1
#!/bin/sh
2
3
LIBEV_SRC
=
..
/
libev-3.2
4
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 .