ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/README.embed
(Generate patch)

Comparing libev/README.embed (file contents):
Revision 1.9 by root, Thu Nov 8 18:38:51 2007 UTC vs.
Revision 1.11 by root, Thu Nov 8 22:01:02 2007 UTC

22 instead and where you can put other configuration options): 22 instead and where you can put other configuration options):
23 23
24 #define EV_STANDALONE 1 24 #define EV_STANDALONE 1
25 #include "ev.h" 25 #include "ev.h"
26 26
27 Both header files and implementation files can be compiled with a C++
28 compiler (at least, thats a stated goal, and breakage will be treated
29 as a bug).
30
27 You need the following files in your source tree, or in a directory 31 You need the following files in your source tree, or in a directory
28 in your include path (e.g. in libev/ when using -Ilibev): 32 in your include path (e.g. in libev/ when using -Ilibev):
29 33
30 ev.h 34 ev.h
31 ev.c 35 ev.c
32 ev_vars.h 36 ev_vars.h
33 ev_wrap.h 37 ev_wrap.h
34 ev_win32.c 38 ev_win32.c
35 39
36 ev_select.c only when select backend is enabled (which is by default) 40 ev_select.c only when select backend is enabled (which is is by default)
37 ev_poll.c only when poll backend is enabled (disabled by default) 41 ev_poll.c only when poll backend is enabled (disabled by default)
38 ev_epoll.c only when the epoll backend is enabled (disabled by default) 42 ev_epoll.c only when the epoll backend is enabled (disabled by default)
39 ev_kqueue.c only when the kqueue backend is enabled (disabled by default) 43 ev_kqueue.c only when the kqueue backend is enabled (disabled by default)
40 44
41 "ev.c" includes the backend files directly when enabled. 45 "ev.c" includes the backend files directly when enabled.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines