From 870a7806556fe7950fb74c6cdb6a3f51334b3d13 Mon Sep 17 00:00:00 2001 From: patthoyts Date: Fri, 3 Nov 2006 11:22:22 +0000 Subject: Oops. Removing rogue flag --- win/makefile.vc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/win/makefile.vc b/win/makefile.vc index 414dd2d..2cb4aad 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.97 2006/10/31 22:26:19 patthoyts Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.98 2006/11/03 11:22:22 patthoyts Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -465,8 +465,7 @@ crt = -MT !endif !endif -BASE_CFLAGS = $(cdebug) $(cflags) $(crt) $(TK_INCLUDES) \ - -DTK_SEND_ENABLED_ON_WINDOWS +BASE_CFLAGS = $(cdebug) $(cflags) $(crt) $(TK_INCLUDES) TK_CFLAGS = $(BASE_CFLAGS) $(TK_DEFINES) -DUSE_TCL_STUBS CON_CFLAGS = $(cdebug) $(cflags) $(crt) -DCONSOLE WISH_CFLAGS = $(BASE_CFLAGS) $(TK_DEFINES) -- cgit v0.12