From 0cb60439c82d2c82fa1f62b8157472882f80737a Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Mon, 2 Jan 2012 11:25:36 +0000 Subject: [PATCH] Replaced -geos with geos-. git-svn-id: svn://svn.cc65.org/cc65/trunk@5361 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/cc65.sgml | 4 ++-- doc/grc65.sgml | 18 +++++++++--------- doc/intro.sgml | 2 +- doc/ld65.sgml | 4 ++-- doc/library.sgml | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index a781bab46..bbbb6bf22 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -342,7 +342,6 @@ Here is a description of all the command line options: none apple2 apple2enh - apple-geos atari atmos c16 (works also for the c116 with memory up to 32K) @@ -350,7 +349,8 @@ Here is a description of all the command line options: c128 cbm510 (CBM-II series with 40 column video) cbm610 (all CBM-II II computers with 80 column video) - cbm-geos + geos-apple + geos-cbm lunix lynx nes diff --git a/doc/grc65.sgml b/doc/grc65.sgml index c11f2f74b..8cdefa53b 100644 --- a/doc/grc65.sgml +++ b/doc/grc65.sgml @@ -215,21 +215,21 @@ Note that &dquot;Second step -- assembling the application header

-$ ca65 -t cbm-geos resource.s +$ ca65 -t geos-cbm resource.s And, voilá -- &dquot;Third step -- compiling the code

-$ cc65 -t cbm-geos -O test.c -$ ca65 -t cbm-geos test.s +$ cc65 -t geos-cbm -O test.c +$ ca65 -t geos-cbm test.s That way, you have a &dquot;Fourth and last step -- linking it together

-$ ld65 -o test.cvt -t cbm-geos resource.o geos.o test.o geos.lib +$ ld65 -o test.cvt -t geos-cbm resource.o geos.o test.o geos.lib &dquot; -$ ca65 -t cbm-geos cvthead.s +$ ca65 -t geos-cbm cvthead.s Now, we have &dquot; -$ ca65 -t cbm-geos vlir0.s -$ ca65 -t cbm-geos vlir1.s -$ ca65 -t cbm-geos vlir2.s +$ ca65 -t geos-cbm vlir0.s +$ ca65 -t geos-cbm vlir1.s +$ ca65 -t geos-cbm vlir2.s Note that the file-names here, although similar to those from the -cl65 -O -t cbm-geos hello1.c hello1res.grc +cl65 -O -t geos-cbm hello1.c hello1res.grc Copy the resulting file "module apple2 apple2enh - apple-geos atari atmos c16 (works also for the c116 with memory up to 32K) @@ -165,7 +164,8 @@ Here is a description of all the command line options: c128 cbm510 (CBM-II series with 40 column video) cbm610 (all CBM series-II computers with 80 column video) - cbm-geos + geos-apple + geos-cbm lunix lynx nes diff --git a/doc/library.sgml b/doc/library.sgml index eb28f6eb0..29a8ca063 100644 --- a/doc/library.sgml +++ b/doc/library.sgml @@ -163,7 +163,6 @@ portable. conio implementations exist for the following targets: apple2 apple2enh - apple-geos atari atmos c16 (works also for the c116 with up to 32K memory) @@ -172,7 +171,8 @@ portable. conio implementations exist for the following targets: plus4 (or expanded c16/c116) cbm510 (40 column video) cbm610 (all CBM series-II computers with 80 column video) - cbm-geos + geos-apple + geos-cbm nes pet (all CBM PET systems except the 2001) vic20 -- 2.39.5