diff options
author | root <root> | 2007-11-08 22:01:02 +0000 |
---|---|---|
committer | root <root> | 2007-11-08 22:01:02 +0000 |
commit | 5024d78755a1e53be3a87f74b37798d44c722b61 (patch) | |
tree | c94bb774abf76a164c8087b686408fdab83bc08c | |
parent | b0b230a3eb40339b6e9d84ad25686f9d3f399aef (diff) |
*** empty log message ***
-rw-r--r-- | README.embed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.embed b/README.embed index ff5546e..cc908a1 100644 --- a/README.embed +++ b/README.embed @@ -24,6 +24,10 @@ FILESETS #define EV_STANDALONE 1 #include "ev.h" + Both header files and implementation files can be compiled with a C++ + compiler (at least, thats a stated goal, and breakage will be treated + as a bug). + You need the following files in your source tree, or in a directory in your include path (e.g. in libev/ when using -Ilibev): |