summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-11-03 11:22:22 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-11-03 11:22:22 (GMT)
commit870a7806556fe7950fb74c6cdb6a3f51334b3d13 (patch)
tree5f7de7136a3b868384a6219fdc1d87283e226ea7 /win/makefile.vc
parent6a21e72df71f06d61c44e3de34afe26973732214 (diff)
downloadtk-870a7806556fe7950fb74c6cdb6a3f51334b3d13.zip
tk-870a7806556fe7950fb74c6cdb6a3f51334b3d13.tar.gz
tk-870a7806556fe7950fb74c6cdb6a3f51334b3d13.tar.bz2
Oops. Removing rogue flag
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc5
1 files 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)