1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 19:29:37 +00:00

Added build rules for the apple2-auxmem driver.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3763 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2006-08-18 16:40:45 +00:00
parent c784f056f7
commit 620f19464d
3 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,7 @@ apple2lib:
$(AR) a apple2.lib $$i/*.o;\
done
mv apple2/crt0.o apple2.o
cp apple2/apple2-auxmem.emd a2.auxmem.emd
cp apple2/apple2-lc.emd a2.lc.emd
cp apple2/apple2-stdjoy.joy a2.stdjoy.joy
cp apple2/apple2-stdmou.mou a2.stdmou.mou
@ -63,6 +64,7 @@ apple2enhlib:
$(AR) a apple2enh.lib $$i/*.o;\
done
mv apple2enh/crt0.o apple2enh.o
cp apple2enh/apple2-auxmem.emd a2e.auxmem.emd
cp apple2enh/apple2-lc.emd a2e.lc.emd
cp apple2enh/apple2-stdjoy.joy a2e.stdjoy.joy
cp apple2enh/apple2-stdmou.mou a2e.stdmou.mou

View File

@ -109,7 +109,7 @@ S_OBJS= _scrsize.o \
#--------------------------------------------------------------------------
# Drivers
EMDS = apple2-lc.emd apple2-auxmem.emd
EMDS = apple2-auxmem.emd apple2-lc.emd
JOYS = apple2-stdjoy.joy

View File

@ -110,7 +110,7 @@ S_OBJS= _scrsize.o \
#--------------------------------------------------------------------------
# Drivers
EMDS = apple2-lc.emd
EMDS = apple2-auxmem.emd apple2-lc.emd
JOYS = apple2-stdjoy.joy