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:
@@ -249,7 +249,7 @@ contains all of the executable code.
|
|||||||
|
|
||||||
<sect2>Fourth and last step -- linking it together
|
<sect2>Fourth and last step -- linking it together
|
||||||
<tscreen><verb>
|
<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>
|
</verb></tscreen>
|
||||||
The last file is the GEOS system library.
|
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
|
<sect2>Fourth and last step -- linking it together
|
||||||
<tscreen><verb>
|
<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>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ clean:
|
|||||||
|
|
||||||
.PHONY: zap
|
.PHONY: zap
|
||||||
zap: clean
|
zap: clean
|
||||||
@$(RM) ../geos.lib
|
@$(RM) ../geos-cbm.lib
|
||||||
|
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ GEOS programs for the C64/C128 using the cc65 crosscompiler.
|
|||||||
|
|
||||||
%files geos
|
%files geos
|
||||||
%attr(755,root,root) /usr/bin/grc65
|
%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(755,root,root) %dir %{_libdir}/cc65/include/geos
|
||||||
%attr(644,root,root) %{_libdir}/cc65/include/geos/*.h
|
%attr(644,root,root) %{_libdir}/cc65/include/geos/*.h
|
||||||
%attr(644,root,root) %{_libdir}/cc65/emd/geos-*.emd
|
%attr(644,root,root) %{_libdir}/cc65/emd/geos-*.emd
|
||||||
|
|||||||
Reference in New Issue
Block a user