]> git.sur5r.net Git - cc65/blobdiff - src/common/make/watcom.mak
Fixes for the watcom makefiles:
[cc65] / src / common / make / watcom.mak
index f4d5b3b90040065cc4116813380a3afecfd1c74a..46efdbacc01eb5918d536ad2d68f449f3df5e6e5 100644 (file)
@@ -20,7 +20,7 @@ LD            = $(WINE) wlink
 LIB    = common.lib
 
 # Program arguments
-CFLAGS  = -d1 -onatx -zp4 -5 -zq -w2
+CFLAGS  = -d1 -obeilr -zp4 -5 -zq -w2
 
 # Create NT programs by default
 ifndef TARGET
@@ -85,6 +85,7 @@ OBJS =        abend.obj       \
        strutil.obj     \
        target.obj      \
        tgttrans.obj    \
+        version.obj     \
         wildargv.obj    \
        xmalloc.obj     \
        xsprintf.obj