summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsuresh <suresh@noemail.net>1998-08-12 18:41:59 (GMT)
committersuresh <suresh@noemail.net>1998-08-12 18:41:59 (GMT)
commit26bdcb09b52383b98e03c402c3ced24bdda301bb (patch)
tree845d7aba94eb928646ba46373fe97a70247b545f /win
parentb1938d13eddaa5b2834f779cfefa76bc2b91dda5 (diff)
downloadtk-26bdcb09b52383b98e03c402c3ced24bdda301bb.zip
tk-26bdcb09b52383b98e03c402c3ced24bdda301bb.tar.gz
tk-26bdcb09b52383b98e03c402c3ced24bdda301bb.tar.bz2
Moved "tkConsole.obj" to the Tk DLL.
FossilOrigin-Name: b977313f2220538bee1b1a4753d5bac163fb8138
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc8
1 files changed, 2 insertions, 6 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index b2ea34e..81dc430 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-1996 Sun Microsystems, Inc.
-# SCCS: %Z% $Id: makefile.vc,v 1.11 1998/08/06 16:47:10 welch Exp $
+# SCCS: %Z% $Id: makefile.vc,v 1.12 1998/08/12 18:41:59 suresh Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -75,11 +75,9 @@ TKTEST = $(OUTDIR)\$(TKNAMEPREFIX)test.exe
DUMPEXTS = $(TMPDIR)\dumpexts.exe
WISHOBJS = \
- $(TMPDIR)\tkConsole.obj \
$(TMPDIR)\winMain.obj
TKTESTOBJS = \
- $(TMPDIR)\tkConsole.obj \
$(TMPDIR)\tkTest.obj \
$(TMPDIR)\tkSquare.obj \
$(TMPDIR)\testMain.obj
@@ -92,6 +90,7 @@ XLIBOBJS = \
$(TMPDIR)\xutil.obj
TKOBJS = \
+ $(TMPDIR)\tkConsole.obj \
$(TMPDIR)\tkUnixMenubu.obj \
$(TMPDIR)\tkUnixScale.obj \
$(XLIBOBJS) \
@@ -360,9 +359,6 @@ $(DUMPEXTS): $(TCLDIR)\win\winDumpExts.c
$(TMPDIR)\testMain.obj: $(ROOT)\win\winMain.c
$(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -DTK_TEST -Fo$@ $?
-$(TMPDIR)\tkConsole.obj: $(ROOT)\generic\tkConsole.c
- $(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -Fo$@ $?
-
$(TMPDIR)\tkTest.obj: $(ROOT)\generic\tkTest.c
$(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -Fo$@ $?