summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorstanton <stanton>1999-07-09 02:10:06 (GMT)
committerstanton <stanton>1999-07-09 02:10:06 (GMT)
commit83c14ef69a9af652c1ceaa2fedb09bab837b0021 (patch)
treef32d3cdbac2a0bb71ca1b98f0d2b2676d544898c /win/makefile.vc
parent7cbecb2b078c164ae33454e3a4ccec64940b42fc (diff)
downloadtk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.zip
tk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.tar.gz
tk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.tar.bz2
* tests/unixSelect.test: Fixed broken test.
* win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc5
1 files changed, 4 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 495b73b..58f111b 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -4,7 +4,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Copyright (c) 1995-1997 Sun Microsystems, Inc.
-# RCS: @(#) $Id: makefile.vc,v 1.25 1999/06/25 23:30:27 welch Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.26 1999/07/09 02:10:07 stanton Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -461,6 +461,9 @@ $(TMPDIR)\tkSquare.obj: $(ROOT)\generic\tkSquare.c
$(TMPDIR)\winMain.obj: $(ROOT)\win\winMain.c
$(cc32) $(WISH_CFLAGS) -Fo$@ $?
+$(TMPDIR)\tkStubLib.obj : $(GENERICDIR)\tkStubLib.c
+ $(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -Fo$@ $?
+
#
# Implicit rules
#