From: uz Date: Wed, 5 Sep 2012 13:45:17 +0000 (+0000) Subject: Generate and package a matching emd binary of the new driver for the target X-Git-Tag: V2.14~256 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c6f6a5de3f4ef8da6c9e50a90c29cad2bf46ef13;p=cc65 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 --- diff --git a/libsrc/Makefile b/libsrc/Makefile index 643a2f338..700b01497 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -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 diff --git a/packages/rpm/redhat/cc65.spec b/packages/rpm/redhat/cc65.spec index 6596a9a11..69ffbbfd4 100644 --- a/packages/rpm/redhat/cc65.spec +++ b/packages/rpm/redhat/cc65.spec @@ -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