From bb12db68791dcd99f906f752d6b5af57db7040ef Mon Sep 17 00:00:00 2001 From: tsauerbeck Date: Fri, 29 Oct 2004 20:11:22 +0000 Subject: [PATCH] updated comments to follow the not-so-recent embryo_cc syntax change SVN revision: 12068 --- legacy/embryo/examples/example.sma | 2 +- legacy/embryo/examples/recurse.sma | 2 +- legacy/embryo/examples/test.sma | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/embryo/examples/example.sma b/legacy/embryo/examples/example.sma index 1fcef1c380..c84a40b31b 100644 --- a/legacy/embryo/examples/example.sma +++ b/legacy/embryo/examples/example.sma @@ -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 diff --git a/legacy/embryo/examples/recurse.sma b/legacy/embryo/examples/recurse.sma index 4b4be566c9..709903c210 100644 --- a/legacy/embryo/examples/recurse.sma +++ b/legacy/embryo/examples/recurse.sma @@ -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 diff --git a/legacy/embryo/examples/test.sma b/legacy/embryo/examples/test.sma index 9c08cb422e..cd07aaed85 100644 --- a/legacy/embryo/examples/test.sma +++ b/legacy/embryo/examples/test.sma @@ -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