Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/examples


Modified Files:
        example.sma recurse.sma test.sma 


Log Message:
updated comments to follow the not-so-recent embryo_cc syntax change
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/examples/example.sma,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- example.sma 29 Mar 2004 11:58:56 -0000      1.3
+++ example.sma 29 Oct 2004 20:11:22 -0000      1.4
@@ -1,7 +1,7 @@
 #include "example.inc"

 

 /* To compile: 

- * embryo_cc ./example.sma -oexample.amx

+ * embryo_cc ./example.sma -o example.amx

  * 

  * To test run:

  * embryo ./example.amx

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/examples/recurse.sma,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- recurse.sma 26 Mar 2004 04:12:36 -0000      1.1
+++ recurse.sma 29 Oct 2004 20:11:22 -0000      1.2
@@ -1,7 +1,7 @@
 #include "recurse.inc"

 

 /* To compile: 

- * embryo_cc ./recurse.sma -orecurse.amx

+ * embryo_cc ./recurse.sma -o recurse.amx

  * 

  * To test run:

  * embryo ./recurse.amx

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/examples/test.sma,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- test.sma    1 Jul 2004 06:08:03 -0000       1.6
+++ test.sma    29 Oct 2004 20:11:22 -0000      1.7
@@ -3,7 +3,7 @@
 /* This is ugly - please ignore this code! */

 

 /* To compile: 

- * embryo_cc ./test.sma -otest.amx

+ * embryo_cc ./test.sma -o test.amx

  * 

  * To test run:

  * embryo ./test.amx





-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to