examples: fix evas3d example's "compile with" comment correctly

Summary: In "compile with" comment, filenames are different from the actual ones.

Reviewers: cedric, Oleksander, Hermet

Reviewed By: Oleksander, Hermet

Differential Revision: https://phab.enlightenment.org/D3722
This commit is contained in:
Jee-Yong Um 2016-02-23 20:49:33 +09:00 committed by Hermet Park
parent 7908a9a57c
commit d81757b873
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* illustrates the work of callback of event from mouse.
*
* Compile with:
* gcc -o button_on_3d_object_example button_on_3d_object_example.c -g `pkg-config --libs --cflags evas ecore eo elementary`
* gcc -o evas3d_object_on_button_example evas3d_object_on_button_example.c -g `pkg-config --libs --cflags evas ecore eo elementary`
*/

View File

@ -3,7 +3,7 @@
* illustrates the work of callback of event from mouse.
*
* Compile with:
* gcc -o 3d_scene_on_button_example 3d_scene_on_button example.c -g `pkg-config --libs --cflags evas ecore eo elementary`
* gcc -o evas3d_scene_on_button_example evas3d_scene_on_button_example.c -g `pkg-config --libs --cflags evas ecore eo elementary`
*/
#define EFL_EO_API_SUPPORT