From 463dc19c5c72c6749376edd589ec342e34bb39ee Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Thu, 5 Jan 2012 01:08:15 +0000
Subject: [PATCH] Resource compiling has to come first.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5385 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
doc/intro.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/intro.sgml b/doc/intro.sgml
index e66a76167..e3fc25dfb 100644
--- a/doc/intro.sgml
+++ b/doc/intro.sgml
@@ -462,7 +462,7 @@ The tutorial files are different for GEOS. You will find them "next door," in
Compile the tutorial with
-cl65 -O -t geos-cbm hello1.c hello1res.grc
+cl65 -t geos-cbm -O -o hello1 hello1res.grc hello1.c
Copy the resulting file "