1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00

Watcom fixes

git-svn-id: svn://svn.cc65.org/cc65/trunk@581 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-12-10 10:38:42 +00:00
parent 99052e546d
commit 579b48c522

View File

@ -69,6 +69,7 @@ CCCFG = $(CCCFG) -i=..\common
OBJS = bin.obj \
binfmt.obj \
condes.obj \
config.obj \
dbgsyms.obj \
error.obj \
@ -110,6 +111,7 @@ OPTION QUIET
NAME $<
FILE bin.obj
FILE binfmt.obj
FILE condes.obj
FILE config.obj
FILE dbgsyms.obj
FILE error.obj
@ -117,6 +119,7 @@ FILE exports.obj
FILE expr.obj
FILE extsyms.obj
FILE fileio.obj
FILE fragment.obj
FILE global.obj
FILE library.obj
FILE main.obj