More common subroutines
git-svn-id: svn://svn.cc65.org/cc65/trunk@69 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -9,9 +9,12 @@ LIB = common.a
|
||||
|
||||
|
||||
|
||||
OBJS = bitops.o \
|
||||
OBJS = abend.o \
|
||||
bitops.o \
|
||||
cmdline.o \
|
||||
fname.o \
|
||||
hashstr.o \
|
||||
xmalloc.o \
|
||||
xsprintf.o
|
||||
|
||||
|
||||
|
||||
@@ -65,10 +65,13 @@ CCCFG = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
|
||||
# ------------------------------------------------------------------------------
|
||||
# All library OBJ files
|
||||
|
||||
OBJS = bitops.obj \
|
||||
OBJS = abend.obj \
|
||||
bitops.obj \
|
||||
cmdline.obj \
|
||||
fname.obj \
|
||||
hashstr.obj \
|
||||
wildargv.obj \
|
||||
xmalloc.obj \
|
||||
xsprintf.obj
|
||||
|
||||
|
||||
@@ -92,3 +95,5 @@ clean:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user