Replace some more instance of geos.lib with geos-cbm.lib.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5390 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-01-05 16:36:27 +00:00
parent d273c5de93
commit fb3c3f6a68
3 changed files with 4 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ contains all of the executable code.
<sect2>Fourth and last step -- linking it together
<tscreen><verb>
ld65 -t geos-cbm -o test.cvt testres.o test.o geos.lib
ld65 -t geos-cbm -o test.cvt testres.o test.o geos-cbm.lib
</verb></tscreen>
The last file is the GEOS system library.
@@ -309,7 +309,7 @@ ca65 -t geos-cbm overlay-demo.s
<sect2>Fourth and last step -- linking it together
<tscreen><verb>
ld65 -t geos-cbm -o overlay-demo.cvt -m overlay-demo.map overlay-demores.o overlay-demo.o geos.lib
ld65 -t geos-cbm -o overlay-demo.cvt -m overlay-demo.map overlay-demores.o overlay-demo.o geos-cbm.lib
</verb></tscreen>