mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
Watcom fixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@581 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
99052e546d
commit
579b48c522
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user