1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

New EM driver for the C16

git-svn-id: svn://svn.cc65.org/cc65/trunk@2762 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-12-15 21:10:24 +00:00
parent d19a31626c
commit 1c6de7dab2
4 changed files with 307 additions and 5 deletions
+2 -1
View File
@@ -99,6 +99,7 @@ c16lib:
done
mv c16/crt0.o c16.o
cp c16/*.joy .
cp c16/*.emd .
#-----------------------------------------------------------------------------
# C64
@@ -131,7 +132,7 @@ c128lib:
CFLAGS="-Osir -g -T -t c128 --forget-inc-paths -I. -I../../include" \
$(MAKE) -C $$i || exit 1; \
$(AR) a c128.lib $$i/*.o;\
done
done
mv c128/crt0.o c128.o
cp c128/*.emd .
cp c128/*.joy .