ecore ecore_fd_handler_example.c: Added gcc build instruction for an example.

SVN revision: 82356
This commit is contained in:
Daniel Juyung Seo 2013-01-07 17:04:18 +00:00
parent f7679697c6
commit 768ebc01f4
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/*
* gcc -o ecore_fd_handler_example ecore_fd_handler_example.c `pkg-config --cflags --libs ecore`
*/
#include <Ecore.h>
#include <unistd.h>