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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user