mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +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:
parent
1fccae4cff
commit
463dc19c5c
@ -462,7 +462,7 @@ The tutorial files are different for GEOS. You will find them "next door," in
|
||||
|
||||
Compile the tutorial with
|
||||
<tscreen><verb>
|
||||
cl65 -O -t geos-cbm hello1.c hello1res.grc
|
||||
cl65 -t geos-cbm -O -o hello1 hello1res.grc hello1.c
|
||||
</verb></tscreen>
|
||||
Copy the resulting file "<tt/hello1/" onto a (GEOS-format) disk.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user