From: cuz Date: Thu, 1 Jun 2000 16:25:05 +0000 (+0000) Subject: Added xsprint to the watcom makefile X-Git-Tag: V2.12.0~3492 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2d99d910b2cc34bd54a85f27e8df1f2fe0071b05;p=cc65 Added xsprint to the watcom makefile git-svn-id: svn://svn.cc65.org/cc65/trunk@20 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/common/make/watcom.mak b/src/common/make/watcom.mak index 3c3cd8290..e3e6b30b3 100644 --- a/src/common/make/watcom.mak +++ b/src/common/make/watcom.mak @@ -67,8 +67,9 @@ CCCFG = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2 OBJS = bitops.obj \ hashstr.obj \ - wildargv.obj - + wildargv.obj \ + xsprintf.obj + .PRECIOUS $(OBJS:.obj=.cc) $(LIB)