1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00
git-svn-id: svn://svn.cc65.org/cc65/trunk@1953 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-02-10 22:22:53 +00:00
parent ee155a8553
commit ac4d72a6cf

View File

@ -48,6 +48,7 @@ machines, you have to install at least one of the library packages.
%attr(755,root,root) /usr/bin/ca65html
%attr(755,root,root) /usr/bin/cc65
%attr(755,root,root) /usr/bin/cl65
%attr(755,root,root) /usr/bin/co65
%attr(755,root,root) /usr/bin/da65
%attr(755,root,root) /usr/bin/ld65
%attr(755,root,root) /usr/bin/od65
@ -365,8 +366,11 @@ install -m 644 libsrc/*.tgi $RPM_BUILD_ROOT/usr/lib/cc65/tgi
%changelog
* Mon Feb 10 2003 Ullrich von Bassewitz <uz@cc65.org>
Added the object file conversion utility co65.
* Fri Dec 13 2002 Ullrich von Bassewitz <uz@cc65.org>
Updated the version number.
Updated the version number.
* Mon Dec 2 2002 Ullrich von Bassewitz <uz@cc65.org>
Changed location of TGI drivers, added EM drivers.