summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-07-30 11:56:47 (GMT)
committerescoffon <escoffon@noemail.net>1998-07-30 11:56:47 (GMT)
commit493bf50c07b437f2571d074ed809c40afb036cd4 (patch)
treeb4acad8efb32180e3c94145b87883e2b0b6310ed /win/makefile.vc
parent580ba6f1dba804c590e95f34cc451d2ea4af87ec (diff)
downloadtcl-493bf50c07b437f2571d074ed809c40afb036cd4.zip
tcl-493bf50c07b437f2571d074ed809c40afb036cd4.tar.gz
tcl-493bf50c07b437f2571d074ed809c40afb036cd4.tar.bz2
One more tweak for the import/export.
FossilOrigin-Name: 934dc14161e697cd7e5a618eea35f3685e2b3f5b
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 500e69c..4d337e1 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -420,7 +420,8 @@ install-libraries:
#
$(TMPDIR)\testMain.obj: $(WINDIR)\tclAppInit.c
- $(cc32) $(TCL_CFLAGS) -DTCL_TEST -Fo$(TMPDIR)\testMain.obj $?
+ $(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -DTCL_TEST \
+ -Fo$(TMPDIR)\testMain.obj $?
$(TMPDIR)\tclTest.obj: $(GENERICDIR)\tclTest.c
$(cc32) $(TCL_CFLAGS) -Fo$@ $?
@@ -432,7 +433,7 @@ $(TMPDIR)\tclWinTest.obj: $(WINDIR)\tclWinTest.c
$(cc32) $(TCL_CFLAGS) -Fo$@ $?
$(TMPDIR)\tclAppInit.obj : $(WINDIR)\tclAppInit.c
- $(cc32) $(TCL_CFLAGS) -Fo$@ $?
+ $(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -Fo$@ $?
#
# Implicit rules