Added module for program output.

git-svn-id: svn://svn.cc65.org/cc65/trunk@618 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-03-10 10:04:42 +00:00
parent 27a55ba085
commit d10079ccdc
4 changed files with 155 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ OBJS = abend.o \
filepos.o \
fname.o \
hashstr.o \
print.o \
target.o \
tgttrans.o \
xmalloc.o \

View File

@@ -61,7 +61,7 @@ CCCFG = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
.c.obj:
$(CC) $(CCCFG) $<
# ------------------------------------------------------------------------------
# All library OBJ files
@@ -75,9 +75,10 @@ OBJS = abend.obj \
filepos.obj \
fname.obj \
hashstr.obj \
wildargv.obj \
print.obj \
target.obj \
tgttrans.obj \
wildargv.obj \
xmalloc.obj \
xsprintf.obj