Implement character set translation and different target systems

git-svn-id: svn://svn.cc65.org/cc65/trunk@295 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-08-21 21:20:40 +00:00
parent 6f4a92b259
commit c77d0dea94
5 changed files with 45 additions and 9 deletions

View File

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

View File

@@ -90,6 +90,7 @@ OBJS = condasm.obj \
repeat.obj \
scanner.obj \
symtab.obj \
target.obj \
toklist.obj \
ulabel.obj
@@ -117,7 +118,7 @@ FILE condasm.obj
FILE dbginfo.obj
FILE ea.obj
FILE error.obj
FILE expr.obj
FILE expr.obj
FILE filetab.obj
FILE fragment.obj
FILE global.obj
@@ -136,6 +137,7 @@ 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