diff options
author | redman <redman> | 1999-03-30 02:30:19 (GMT) |
---|---|---|
committer | redman <redman> | 1999-03-30 02:30:19 (GMT) |
commit | 57e32ed3bef23a6cadd218b16d215ea371a342d2 (patch) | |
tree | 59d31f4d266d3e8e6b3e3b24ed0c6532eb7aff34 | |
parent | 1dbfd568a35c3e9fe649533a864b454b7fed0dfe (diff) | |
download | tk-57e32ed3bef23a6cadd218b16d215ea371a342d2.zip tk-57e32ed3bef23a6cadd218b16d215ea371a342d2.tar.gz tk-57e32ed3bef23a6cadd218b16d215ea371a342d2.tar.bz2 |
Removed the stubs functions.
-rw-r--r-- | win/makefile.vc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 8ae78ce..44e34cf 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.1.4.19 1999/03/18 00:43:01 stanton Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.1.4.20 1999/03/30 02:30:19 redman Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -210,13 +210,7 @@ TKOBJS = \ $(TMPDIR)\tkStubInit.obj \ $(TMPDIR)\tkWindow.obj -TKSTUBOBJS = \ - $(TMPDIR)\tkStubLib.obj \ - $(TMPDIR)\tkStubs.obj \ - $(TMPDIR)\tkPlatStubs.obj \ - $(TMPDIR)\tkIntStubs.obj \ - $(TMPDIR)\tkIntPlatStubs.obj \ - $(TMPDIR)\tkIntXlibStubs.obj +TKSTUBOBJS = $(TMPDIR)\tkStubLib.obj \ cc32 = "$(TOOLS32)\bin\cl.exe" |