Added InitFilePos method

git-svn-id: svn://svn.cc65.org/cc65/trunk@454 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-20 19:44:18 +00:00
parent b9970cb7da
commit 7646787a6e
5 changed files with 76 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ OBJS = abend.o \
cmdline.o \
coll.o \
exprdefs.o \
filepos.o \
fname.o \
hashstr.o \
target.o \

View File

@@ -64,13 +64,14 @@ CCCFG = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
# ------------------------------------------------------------------------------
# All library OBJ files
OBJS = abend.obj \
bitops.obj \
check.obj \
cmdline.obj \
coll.obj \
exprdefs.obj \
filepos.obj \
fname.obj \
hashstr.obj \
wildargv.obj \
@@ -81,7 +82,7 @@ OBJS = abend.obj \
.PRECIOUS $(OBJS:.obj=.cc) $(LIB)
# ------------------------------------------------------------------------------
# Main targets