Generate and package a matching emd binary of the new driver for the target

platform.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5817 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-09-05 13:45:17 +00:00
parent d617481be4
commit c6f6a5de3f
2 changed files with 2 additions and 0 deletions

View file

@ -105,6 +105,7 @@ atarilib:
$(MAKE) SYS=atari -C $$i || exit 1; \
$(AR) a atari.lib $$i/*.o || exit 1; \
done
cp atari/atari-130xe.emd atr130xe.emd
cp atari/atari-stdjoy.joy ataristd.joy
cp atari/atari-multijoy.joy atarimj8.joy
cp atari/atari-10.tgi atari10.tgi

View file

@ -168,6 +168,7 @@ programs for the 8 bit Atari machines using the cc65 crosscompiler.
%files atari
%attr(644,root,root) %{_libdir}/cc65/lib/atari.lib
%attr(644,root,root) %{_libdir}/cc65/tgi/atr*.emd
%attr(644,root,root) %{_libdir}/cc65/joy/atari*.joy
%attr(644,root,root) %{_libdir}/cc65/tgi/atari*.tgi
%attr(644,root,root) %{_libdir}/cc65/tgi/atr*.tgi