1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00

C16 changes

git-svn-id: svn://svn.cc65.org/cc65/trunk@1579 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-11-22 02:18:52 +00:00
parent d0fabdba7f
commit 133887acbd

View File

@ -84,6 +84,27 @@ programs for the Commodore VIC20 using the cc65 crosscompiler.
###############################################################################
# C16 subpackage #
###############################################################################
%package c16
Requires: cc65 = %{version}
Copyright: Freeware
Summary: C16/116 specific libraries and headers for the cc65 compiler.
Group: Development/Languages
%description c16
This package contains the header files and libraries needed to write
programs for the Commodore C16/116 using the cc65 crosscompiler.
%files c16
%attr(644,root,root) /usr/lib/cc65/lib/c16.lib
%attr(644,root,root) /usr/lib/cc65/lib/c16.o
%doc src/ld65/cfg/c16.cfg
###############################################################################
# C64 subpackage #
###############################################################################
@ -330,6 +351,9 @@ install -m 644 asminc/*.inc $RPM_BUILD_ROOT/usr/lib/cc65/asminc
%changelog
* Fri Nov 22 2002 Ullrich von Bassewitz <uz@cc65.org>
Added the C16 subpackage.
* Wed Nov 20 2002 Ullrich von Bassewitz <uz@cc65.org>
Added TGI stuff.