examples: fix evas3d example's "compile with" comment correctly
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 23 Feb 2016 11:49:33 +0000 (20:49 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Tue, 23 Feb 2016 11:49:33 +0000 (20:49 +0900)
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

legacy/elementary/src/examples/evas3d_object_on_button_example.c
legacy/elementary/src/examples/evas3d_scene_on_button_example.c

index 1e4292a..97a90c3 100644 (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`
  */
 
 
index c246dff..50115c1 100644 (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