summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-07-30 12:34:54 (GMT)
committerescoffon <escoffon@noemail.net>1998-07-30 12:34:54 (GMT)
commit369a8f70fd16dfc2eb531fe88d49d98071a29007 (patch)
treeb381549b20586d628e9de133e5438a8105ccc7e4 /win
parentf349556a6b4841d2cea23738ea7acb71f4dd78d2 (diff)
downloadtk-369a8f70fd16dfc2eb531fe88d49d98071a29007.zip
tk-369a8f70fd16dfc2eb531fe88d49d98071a29007.tar.gz
tk-369a8f70fd16dfc2eb531fe88d49d98071a29007.tar.bz2
added the STATIC_BUILD macro for objects that are linked into executables
instead of being placed in the dll FossilOrigin-Name: 9ef32e540292f5f80092eaa7acbabca301280c1d
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 565b608..ae8f2f5 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.8 1998/07/29 13:14:52 escoffon Exp $
+# SCCS: %Z% $Id: makefile.vc,v 1.9 1998/07/30 12:34:55 escoffon Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -355,19 +355,19 @@ $(DUMPEXTS): $(TCLDIR)\win\winDumpExts.c
#
$(TMPDIR)\testMain.obj: $(ROOT)\win\winMain.c
- $(cc32) $(TK_CFLAGS) -DTK_TEST -Fo$@ $?
+ $(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -DTK_TEST -Fo$@ $?
$(TMPDIR)\tkConsole.obj: $(ROOT)\generic\tkConsole.c
- $(cc32) $(TK_CFLAGS) -Fo$@ $?
+ $(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -Fo$@ $?
$(TMPDIR)\tkTest.obj: $(ROOT)\generic\tkTest.c
- $(cc32) $(TK_CFLAGS) -Fo$@ $?
+ $(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -Fo$@ $?
$(TMPDIR)\tkSquare.obj: $(ROOT)\generic\tkSquare.c
$(cc32) $(TK_CFLAGS) -Fo$@ $?
$(TMPDIR)\winMain.obj: $(ROOT)\win\winMain.c
- $(cc32) $(TK_CFLAGS) -Fo$@ $?
+ $(cc32) $(TK_CFLAGS) -DSTATIC_BUILD -Fo$@ $?
#
# Implicit rules