Reuse the character specification table from the base target.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5517 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-02-09 16:40:18 +00:00
parent c3205877cd
commit 764f07e56b
3 changed files with 14 additions and 316 deletions

View File

@@ -41,6 +41,11 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
%.tgi: %.o ../runtime/zeropage.o
@$(LD) -o $@ -t module $^
#--------------------------------------------------------------------------
# Object files
S_OBJS= ctype.o
#--------------------------------------------------------------------------
# Directories
@@ -63,8 +68,8 @@ TGIS =
# Directives
include $(addsuffix /Makefile, $(DIRS))
vpath %.c $(DIRS)
vpath %.s $(DIRS)
vpath %.c $(DIRS) ../apple2
vpath %.s $(DIRS) ../apple2
#--------------------------------------------------------------------------
# Targets