Convert dynamically loadable drivers into statically linkable drivers and add them to the target libraries.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5887 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-10-29 20:26:26 +00:00
parent 0e82853a4a
commit a3c940e315
15 changed files with 918 additions and 589 deletions

View File

@@ -11,6 +11,7 @@
AR = ../src/ar65/ar65
AS = ../../src/ca65/ca65
CC = ../../src/cc65/cc65
CO = ../../src/co65/co65
LD = ../../src/ld65/ld65
# List of shared directories
@@ -37,8 +38,8 @@ ALLTARGETS = apple2 \
c64 \
cbm510 \
cbm610 \
geos-apple \
geos-cbm \
geos-apple \
geos-cbm \
lynx \
nes \
pet \
@@ -156,8 +157,8 @@ c16lib:
$(MAKE) SYS=c16 -C $$i || exit 1; \
$(AR) a c16.lib $$i/*.o || exit 1; \
done
cp c16/*.joy .
cp c16/*.emd .
cp c16/*.joy .
if [ -d c16/extra ]; then \
for i in c16/extra/*.o; do \
cp $$i c16-`basename $$i` || exit 1; \