diff options
-rw-r--r-- | src/Makefile.vc6 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 48331de24..18c1fb295 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -139,6 +139,7 @@ RELEASE_OBJS= \ nonblockr.obj \
rawstrr.obj \
strtoofftr.obj \
+ warnless.obj \
tool_binmoder.obj \
tool_bnamer.obj \
tool_cb_dbgr.obj \
@@ -183,6 +184,7 @@ DEBUG_OBJS= \ nonblockd.obj \
rawstrd.obj \
strtoofftd.obj \
+ warnless.obj \
tool_binmoded.obj \
tool_bnamed.obj \
tool_cb_dbgd.obj \
|