summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-07-30 11:56:48 (GMT)
committerescoffon <escoffon>1998-07-30 11:56:48 (GMT)
commita090df5a25dad714982dd0e1863576a50121e6eb (patch)
treeb4acad8efb32180e3c94145b87883e2b0b6310ed /win
parent3b31dbc7a5843e1421305e4cb0ff04f0b145b27d (diff)
downloadtcl-a090df5a25dad714982dd0e1863576a50121e6eb.zip
tcl-a090df5a25dad714982dd0e1863576a50121e6eb.tar.gz
tcl-a090df5a25dad714982dd0e1863576a50121e6eb.tar.bz2
One more tweak for the import/export.
Diffstat (limited to 'win')
-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