]> git.sur5r.net Git - cc65/commitdiff
Replace some more instance of geos.lib with geos-cbm.lib.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 5 Jan 2012 16:36:27 +0000 (16:36 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 5 Jan 2012 16:36:27 +0000 (16:36 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5390 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/grc65.sgml
libsrc/geos-cbm/Makefile
packages/rpm/redhat/cc65.spec

index 1e7b4ea098ee8422663086541001233332603328..c98cfc2a1f52b8f9da914612c06089a3519bfa0e 100644 (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>
 
 
index 3bf22be0df7945147a4d822c8d38e094344078aa..d07619a2e6519cc4f4de353f211ccbb27f0fb96a 100644 (file)
@@ -23,5 +23,5 @@ clean:
 
 .PHONY: zap
 zap:   clean
-       @$(RM) ../geos.lib
+       @$(RM) ../geos-cbm.lib
 
index c662a424358b8c9641df9247c910fdb9e4ae356e..5749a19a6594c3fc3e6cfc2ec06f92863f61371b 100644 (file)
@@ -325,7 +325,7 @@ GEOS programs for the C64/C128 using the cc65 crosscompiler.
 
 %files geos
 %attr(755,root,root)        /usr/bin/grc65
-%attr(644,root,root)        %{_libdir}/cc65/lib/geos.lib
+%attr(644,root,root)        %{_libdir}/cc65/lib/geos-cbm.lib
 %attr(755,root,root) %dir   %{_libdir}/cc65/include/geos
 %attr(644,root,root)        %{_libdir}/cc65/include/geos/*.h
 %attr(644,root,root)        %{_libdir}/cc65/emd/geos-*.emd