Move target handling routines into the common directory.

git-svn-id: svn://svn.cc65.org/cc65/trunk@299 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-08-23 07:01:18 +00:00
parent 7691c3cdcc
commit f871ab4ba6
5 changed files with 11 additions and 16 deletions

View File

@@ -32,7 +32,6 @@ OBJS = condasm.o \
repeat.o \
scanner.o \
symtab.o \
target.o \
toklist.o \
ulabel.o

View File

@@ -90,7 +90,6 @@ OBJS = condasm.obj \
repeat.obj \
scanner.obj \
symtab.obj \
target.obj \
toklist.obj \
ulabel.obj
@@ -137,7 +136,6 @@ FILE pseudo.obj
FILE repeat.obj
FILE scanner.obj
FILE symtab.obj
FILE target.obj
FILE toklist.obj
FILE ulabel.obj
LIBRARY ..\common\common.lib