<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.
<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>
%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