mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Resource compiling has to come first.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5385 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -462,7 +462,7 @@ The tutorial files are different for GEOS. You will find them "next door," in
|
|||||||
|
|
||||||
Compile the tutorial with
|
Compile the tutorial with
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
cl65 -O -t geos-cbm hello1.c hello1res.grc
|
cl65 -t geos-cbm -O -o hello1 hello1res.grc hello1.c
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
Copy the resulting file "<tt/hello1/" onto a (GEOS-format) disk.
|
Copy the resulting file "<tt/hello1/" onto a (GEOS-format) disk.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user