Move target type and character translation into the common dir

git-svn-id: svn://svn.cc65.org/cc65/trunk@296 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-08-22 07:03:44 +00:00
parent c77d0dea94
commit 5d504a0637
6 changed files with 414 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ OBJS = abend.o \
exprdefs.o \
fname.o \
hashstr.o \
target.o \
tgttrans.o \
xmalloc.o \
xsprintf.o
@@ -55,3 +57,4 @@ depend dep: $(OBJS:.o=.c)

View File

@@ -74,12 +74,14 @@ OBJS = abend.obj \
fname.obj \
hashstr.obj \
wildargv.obj \
target.obj \
tgttrans.obj \
xmalloc.obj \
xsprintf.obj
.PRECIOUS $(OBJS:.obj=.cc) $(LIB)
# ------------------------------------------------------------------------------
# Main targets