updated comments to follow the not-so-recent embryo_cc syntax change

SVN revision: 12068
This commit is contained in:
tsauerbeck 2004-10-29 20:11:22 +00:00 committed by tsauerbeck
parent 61c2b9b99c
commit bb12db6879
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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