From d81757b873596b86c41feb91c1445826d98d2bb0 Mon Sep 17 00:00:00 2001 From: Jee-Yong Um Date: Tue, 23 Feb 2016 20:49:33 +0900 Subject: [PATCH] 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 --- .../elementary/src/examples/evas3d_object_on_button_example.c | 2 +- legacy/elementary/src/examples/evas3d_scene_on_button_example.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/examples/evas3d_object_on_button_example.c b/legacy/elementary/src/examples/evas3d_object_on_button_example.c index 1e4292a00c..97a90c36b2 100644 --- a/legacy/elementary/src/examples/evas3d_object_on_button_example.c +++ b/legacy/elementary/src/examples/evas3d_object_on_button_example.c @@ -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` */ diff --git a/legacy/elementary/src/examples/evas3d_scene_on_button_example.c b/legacy/elementary/src/examples/evas3d_scene_on_button_example.c index c246dff3b9..50115c1950 100644 --- a/legacy/elementary/src/examples/evas3d_scene_on_button_example.c +++ b/legacy/elementary/src/examples/evas3d_scene_on_button_example.c @@ -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